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

MultiValueAttributeReferenceFilter

An attribute that has multiple values from a predefined list of possible values.

input MultiValueAttributeReferenceFilter {
  _and: [MultiValueAttributeReferenceFilter]
  _null: Boolean
  _or: [MultiValueAttributeReferenceFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  stringValues: StringFilter
  system: Boolean
  type: AttributeTypeReferenceFilter
}

Fields

_null ● Boolean scalar

The field value is null.

createdBy ● UserReferenceFilter input

The user who created this resource.

createdOn ● DateTimeFilter input

The creation date of this resource.

id ● UUIDFilter input

The universally unique identifier of this node.

modifiedBy ● UserReferenceFilter input

The user who last modified this resource.

modifiedOn ● DateTimeFilter input

The last modified date of this resource.

stringValues ● StringFilter input

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

system ● Boolean scalar

Whether this resource is reserved by the system.

The attribute type of this attribute.

Member Of

MultiValueAttributeReferenceFilter input

Last updated

Was this helpful?