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

AttributeTypeFilter

The type of an attribute.

input AttributeTypeFilter {
  _and: [AttributeTypeFilter]
  _or: [AttributeTypeFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  id: UUIDFilter
  isInteger: Boolean
  kind: StringFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  publicId: StringFilter
  stringType: StringFilter
  system: Boolean
}

Fields

_and ● [AttributeTypeFilter] list input

_or ● [AttributeTypeFilter] list input

createdBy ● UserReferenceFilter input

The user who created this resource.

createdOn ● DateTimeFilter input

The creation date of this resource.

description ● StringFilter input

The description of this attribute type.

id ● UUIDFilter input

The universally unique identifier of this node.

isInteger ● Boolean scalar

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

kind ● StringFilter input

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

modifiedBy ● UserReferenceFilter input

The user who last modified this resource.

modifiedOn ● DateTimeFilter input

The last modified date of this resource.

name ● StringFilter input

The name of this attribute type.

publicId ● StringFilter input

The public identifier of this attribute type.

stringType ● StringFilter input

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

system ● Boolean scalar

Whether this resource is reserved by the system.

Member Of

AttributeTypeCollectionFilter input ● AttributeTypeFilter input

Last updated

Was this helpful?