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

NumericAttributeReferenceFilter

An attribute that has a numeric value.

input NumericAttributeReferenceFilter {
  _and: [NumericAttributeReferenceFilter]
  _null: Boolean
  _or: [NumericAttributeReferenceFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  numericValue: FloatFilter
  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.

numericValue ● FloatFilter input

The numeric value of this attribute.

system ● Boolean scalar

Whether this resource is reserved by the system.

The attribute type of this attribute.

Member Of

NumericAttributeReferenceFilter input

Last updated

Was this helpful?