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

AttributeReferenceFilter

An attribute that is linked to an asset.

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

Fields

_and ● [AttributeReferenceFilter] list input

_null ● Boolean scalar

The field value is null.

_or ● [AttributeReferenceFilter] list input

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.

system ● Boolean scalar

Whether this resource is reserved by the system.

The attribute type of this attribute.

Member Of

AttributeReferenceFilter input

Last updated

Was this helpful?