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

MultiValueAttributeOrder

No description

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

Fields

The user who created this resource.

The creation date of this resource.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The list of values of this attribute in the CSV format.

Whether this resource is reserved by the system.

The attribute type of this attribute.

Last updated

Was this helpful?