Skip to main content

ValueCondition

A condition to be used against Value object types. All fields are tested for equality and combined with a logical ‘and.’

input ValueCondition {
id: String
propertyId: UUID
entityId: UUID
spaceId: UUID
text: String
language: String
unit: String
boolean: Boolean
decimal: BigFloat
point: String
time: String
integer: BigInt
float: Float
bytes: String
date: String
datetime: String
schedule: JSON
embedding: JSON
timeUtc: Time
datetimeUtc: Datetime
rect: String
}

Fields

ValueCondition.id ● String scalar

Checks for equality with the object’s id field.

ValueCondition.propertyId ● UUID scalar

Checks for equality with the object’s propertyId field.

ValueCondition.entityId ● UUID scalar

Checks for equality with the object’s entityId field.

ValueCondition.spaceId ● UUID scalar

Checks for equality with the object’s spaceId field.

ValueCondition.text ● String scalar

Checks for equality with the object’s text field.

ValueCondition.language ● String scalar

Checks for equality with the object’s language field.

ValueCondition.unit ● String scalar

Checks for equality with the object’s unit field.

ValueCondition.boolean ● Boolean scalar

Checks for equality with the object’s boolean field.

ValueCondition.decimal ● BigFloat scalar

Checks for equality with the object’s decimal field.

ValueCondition.point ● String scalar

Checks for equality with the object’s point field.

ValueCondition.time ● String scalar

Checks for equality with the object’s time field.

ValueCondition.integer ● BigInt scalar

Checks for equality with the object’s integer field.

ValueCondition.float ● Float scalar

Checks for equality with the object’s float field.

ValueCondition.bytes ● String scalar

Checks for equality with the object’s bytes field.

ValueCondition.date ● String scalar

Checks for equality with the object’s date field.

ValueCondition.datetime ● String scalar

Checks for equality with the object’s datetime field.

ValueCondition.schedule ● JSON scalar

Checks for equality with the object’s schedule field.

ValueCondition.embedding ● JSON scalar

Checks for equality with the object’s embedding field.

ValueCondition.timeUtc ● Time scalar

Checks for equality with the object’s timeUtc field.

ValueCondition.datetimeUtc ● Datetime scalar

Checks for equality with the object’s datetimeUtc field.

ValueCondition.rect ● String scalar

Checks for equality with the object’s rect field.

Member Of

values query ● valuesConnection query