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

# RelationOrder

No description

```graphql
input RelationOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  source: [AssetOrder]
  system: SortOrder
  target: [AssetOrder]
  type: [RelationTypeOrder]
}
```

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

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

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

The source asset or head of this relation.

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

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

The target asset or tail of this relation.

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

The relation type of this relation.
