> 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/data-object-order-by-input.md).

# DataObjectOrderByInput

Specifies the sorting options for a list of data objects.

```graphql
input DataObjectOrderByInput {
  fullName: Sort
  fullPath: Sort
  name: Sort
  type: Sort
}
```

### Fields

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

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

Sort by the full path, comparing it segment by segment so parents sort immediately before their children (depth-first tree order). Case-insensitive.

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

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

### Member Of

[`dataObjects`](/api/graphql/data-access/queries/data-objects.md) query ● [`UserAccessReturnItemOrderByInput`](/api/graphql/data-access/input-types/user-access-return-item-order-by-input.md) input
