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

# DomainTypeOrder

No description

```graphql
input DomainTypeOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  id: SortOrder
  meta: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  parent: [DomainTypeOrder]
  publicId: SortOrder
  system: SortOrder
}
```

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

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

The description of this domain 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.

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

Whether this domain type is related to the Collibra metamodel.

#### 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 the this domain type.

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

The parent domain type of this domain type. It is null for root types.

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

The public identifier of this domain type.

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

[`DomainOrder`](/api/graphql/knowledge-graph/input-types/domain-order.md) input ● [`DomainTypeOrder`](/api/graphql/knowledge-graph/input-types/domain-type-order.md) input
