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

TagOrder

No description

input TagOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  system: SortOrder
}

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.

name ● SortOrder enum

The name of this tag.

system ● SortOrder enum

Whether this resource is reserved by the system.

Last updated

Was this helpful?