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

RelationTypeOrder

No description

input RelationTypeOrder {
  corole: SortOrder
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  publicId: SortOrder
  role: SortOrder
  source: [TypeOrder]
  system: SortOrder
  target: [AssetTypeOrder]
}

Fields

The label of this relation type, when followed from tail to head.

The user who created this resource.

The creation date of this resource.

The description of this relation type.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The public identifier of this relation type.

The label of this relation type when followed from head to tail.

The asset type that is the head of this relation type.

Whether this resource is reserved by the system.

The asset type that is the tail of the relation type.

Member Of

RelationOrder input

Last updated

Was this helpful?