> ## 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.

# Order

No description

```graphql theme={null}
input Order {
  field: OrderableField!
  direction: Direction!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Order</code>.<code class="gqlmd-mdx-entity-name">field</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">OrderableField!</code></span>](/reference/graphql/enums/orderable-field) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">enum</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Order</code>.<code class="gqlmd-mdx-entity-name">direction</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Direction!</code></span>](/reference/graphql/enums/direction) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">enum</mark>

### Member Of

[`ticketSearch`](/reference/graphql/queries/ticket-search)  <mark class="gqlmd-mdx-badge">query</mark>
