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

# HoldersInputSort

> Sort options for holders: attribute and direction.

### TypeScript shape

```ts theme={null}
interface HoldersInputSort {
  attribute?: HoldersSortAttribute | null;
  direction?: RankingDirection | null;
}
```

<ResponseField name="attribute" type="HoldersSortAttribute">Field to sort by. See [HoldersSortAttribute](/api-reference/graphql/types/HoldersSortAttribute).</ResponseField>
<ResponseField name="direction" type="RankingDirection">Sort direction. See [RankingDirection](/api-reference/graphql/types/RankingDirection).</ResponseField>
