# `AshNeo4j.Cypher.OrderBy`
[🔗](https://github.com/diffo-dev/ash_neo4j/blob/v0.7.0/lib/cypher/query.ex#L73)

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

# `sort_term`

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
