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

AttributeTypeOrder

No description

input AttributeTypeOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  id: SortOrder
  isInteger: SortOrder
  kind: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  publicId: SortOrder
  stringType: SortOrder
  system: SortOrder
}

Fields

The user who created this resource.

The creation date of this resource.

The description of this attribute type.

The universally unique identifier of this node.

Whether this attribute type defines an integer or a decimal in case of a NUMERIC kind.

The kind of this attribute type. Possible values are: BOOLEAN, STRING, NUMERIC, DATE, DATE_TIME, SINGLE_VALUE_LIST, MULTI_VALUE_LIST, or SCRIPT.

The user who last modified this resource.

The last modified date of this resource.

The name of this attribute type.

The public identifier of this attribute type.

The string type of this attribute type in case of a STRING kind. Possible values are: RICH_TEXT or PLAIN_TEXT.

Whether this resource is reserved by the system.

Member Of

AttributeOrder input ● BooleanAttributeOrder input ● DateAttributeOrder input ● MultiValueAttributeOrder input ● NumericAttributeOrder input ● StringAttributeOrder input

Last updated

Was this helpful?