> 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-type-order.md).

# AssetTypeOrder

No description

```graphql
input AssetTypeOrder {
  acronym: SortOrder
  color: SortOrder
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  icon: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  parent: [AssetTypeOrder]
  publicId: SortOrder
  symbolType: SortOrder
  system: SortOrder
}
```

### Fields

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

The acronym of this type.

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

The user interface color of this type.

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

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

The description of this type.

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

The user interface icon of this type.

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

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

The name of this type.

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

The parent asset type of this asset type.

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

The public identifier of this type.

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

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

### Member Of

[`AssetOrder`](/api/graphql/knowledge-graph/input-types/asset-order.md) input ● [`AssetTypeOrder`](/api/graphql/knowledge-graph/input-types/asset-type-order.md) input ● [`RelationTypeOrder`](/api/graphql/knowledge-graph/input-types/relation-type-order.md) input
