> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/access-request-order-by-input.md).

# AccessRequestOrderByInput

Defines the sorting configuration for access request lists.

```graphql
input AccessRequestOrderByInput {
  createdAt: Sort
  name: Sort
}
```

### Fields

#### createdAt ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#created-at" id="created-at"></a>

#### name ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#name" id="name"></a>

### Member Of

[`accessRequests`](/api/graphql/data-access/queries/access-requests.md) query
