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

TypeOrder

No description

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

Fields

acronym ● SortOrder enum

The acronym of this type.

color ● SortOrder enum

The user interface color of this type.

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

description ● SortOrder enum

The description of this type.

icon ● SortOrder enum

The user interface icon of this type.

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.

name ● SortOrder enum

The name of this type.

publicId ● SortOrder enum

The public identifier of this type.

symbolType ● SortOrder enum

system ● SortOrder enum

Whether this resource is reserved by the system.

Member Of

RelationTypeOrder input

Last updated

Was this helpful?