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

DateAttributeOrder

No description

input DateAttributeOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  dateValue: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  system: SortOrder
  type: [AttributeTypeOrder]
}

Fields

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

dateValue ● SortOrder enum

The date value of this attribute.

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.

system ● SortOrder enum

Whether this resource is reserved by the system.

type ● [AttributeTypeOrder] list input

The attribute type of this attribute.

Last updated

Was this helpful?