> 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/knowledge-graph/input-types/asset-order.md).

# AssetOrder

No description

```graphql
input AssetOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  displayName: SortOrder
  domain: [DomainOrder]
  fullName: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  status: [StatusOrder]
  system: SortOrder
  type: [AssetTypeOrder]
}
```

### Fields

#### createdBy ● [`[UserOrder]`](/api/graphql/knowledge-graph/input-types/user-order.md) list input <a href="#created-by" id="created-by"></a>

The user who created this resource.

#### createdOn ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#created-on" id="created-on"></a>

The creation date of this resource.

#### displayName ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#display-name" id="display-name"></a>

The display name of this asset.

#### domain ● [`[DomainOrder]`](/api/graphql/knowledge-graph/input-types/domain-order.md) list input <a href="#domain" id="domain"></a>

The parent domain of this asset.

#### fullName ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#full-name" id="full-name"></a>

The full name of this asset. This value is always unique in its parent domain.

#### id ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#id" id="id"></a>

The universally unique identifier of this node.

#### modifiedBy ● [`[UserOrder]`](/api/graphql/knowledge-graph/input-types/user-order.md) list input <a href="#modified-by" id="modified-by"></a>

The user who last modified this resource.

#### modifiedOn ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#modified-on" id="modified-on"></a>

The last modified date of this resource.

#### status ● [`[StatusOrder]`](/api/graphql/knowledge-graph/input-types/status-order.md) list input <a href="#status" id="status"></a>

The status of this asset.

#### system ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#system" id="system"></a>

Whether this resource is reserved by the system.

#### type ● [`[AssetTypeOrder]`](/api/graphql/knowledge-graph/input-types/asset-type-order.md) list input <a href="#type" id="type"></a>

The asset type of this asset.

### Member Of

[`assets`](/api/graphql/knowledge-graph/queries/assets.md) query ● [`complexRelations`](/api/graphql/knowledge-graph/queries/complex-relations.md) query ● [`RelationOrder`](/api/graphql/knowledge-graph/input-types/relation-order.md) input ● [`ResponsibilityOrder`](/api/graphql/knowledge-graph/input-types/responsibility-order.md) input
