For the complete documentation index, see llms.txt. This page is also available as Markdown.

RelationOrder

No description

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

Fields

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

id ● SortOrder enum

The universally unique identifier of this node.

modifiedBy ● [UserOrder] list input

The user who last modified this resource.

modifiedOn ● SortOrder enum

The last modified date of this resource.

source ● [AssetOrder] list input

The source asset or head of this relation.

system ● SortOrder enum

Whether this resource is reserved by the system.

target ● [AssetOrder] list input

The target asset or tail of this relation.

type ● [RelationTypeOrder] list input

The relation type of this relation.

Last updated

Was this helpful?