AshNeo4j.Cypher.OrderBy (AshNeo4j v0.5.1)

Copy Markdown View Source

ORDER BY clause. Each term is a {property_expression, :asc | :desc} pair.

Summary

Types

sort_term()

@type sort_term() :: {String.t(), :asc | :desc}

t()

@type t() :: %AshNeo4j.Cypher.OrderBy{terms: [sort_term()]}