> ## Documentation Index
> Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Direction

No description

```graphql theme={null}
enum Direction {
  ASCENDING
  DESCENDING
}
```

### Values

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Direction</code>.<code class="gqlmd-mdx-entity-name">ASCENDING</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Direction</code>.<code class="gqlmd-mdx-entity-name">DESCENDING</code></span>](#)

### Member Of

[`Order`](/reference/graphql/inputs/order)  <mark class="gqlmd-mdx-badge">input</mark>
