ValueVersionCondition
A condition to be used against ValueVersion object types. All fields are
tested for equality and combined with a logical ‘and.’
input ValueVersionCondition {
id: UUID
entityId: UUID
propertyId: UUID
spaceId: UUID
validFromKey: BigInt
validToKey: BigInt
language: String
unit: String
text: String
boolean: Boolean
decimal: BigFloat
time: String
point: String
integer: BigInt
float: Float
bytes: String
date: String
datetime: String
schedule: JSON
embedding: JSON
timeUtc: Time
datetimeUtc: Datetime
contextRootId: UUID
contextEdgeTypeId: UUID
rect: String
}
Fields
ValueVersionCondition.id ● UUID scalar
Checks for equality with the object’s id field.
ValueVersionCondition.entityId ● UUID scalar
Checks for equality with the object’s entityId field.
ValueVersionCondition.propertyId ● UUID scalar
Checks for equality with the object’s propertyId field.
ValueVersionCondition.spaceId ● UUID scalar
Checks for equality with the object’s spaceId field.
ValueVersionCondition.validFromKey ● BigInt scalar
Checks for equality with the object’s validFromKey field.
ValueVersionCondition.validToKey ● BigInt scalar
Checks for equality with the object’s validToKey field.
ValueVersionCondition.language ● String scalar
Checks for equality with the object’s language field.
ValueVersionCondition.unit ● String scalar
Checks for equality with the object’s unit field.
ValueVersionCondition.text ● String scalar
Checks for equality with the object’s text field.
ValueVersionCondition.boolean ● Boolean scalar
Checks for equality with the object’s boolean field.
ValueVersionCondition.decimal ● BigFloat scalar
Checks for equality with the object’s decimal field.
ValueVersionCondition.time ● String scalar
Checks for equality with the object’s time field.
ValueVersionCondition.point ● String scalar
Checks for equality with the object’s point field.
ValueVersionCondition.integer ● BigInt scalar
Checks for equality with the object’s integer field.
ValueVersionCondition.float ● Float scalar
Checks for equality with the object’s float field.
ValueVersionCondition.bytes ● String scalar
Checks for equality with the object’s bytes field.
ValueVersionCondition.date ● String scalar
Checks for equality with the object’s date field.
ValueVersionCondition.datetime ● String scalar
Checks for equality with the object’s datetime field.
ValueVersionCondition.schedule ● JSON scalar
Checks for equality with the object’s schedule field.
ValueVersionCondition.embedding ● JSON scalar
Checks for equality with the object’s embedding field.
ValueVersionCondition.timeUtc ● Time scalar
Checks for equality with the object’s timeUtc field.
ValueVersionCondition.datetimeUtc ● Datetime scalar
Checks for equality with the object’s datetimeUtc field.
ValueVersionCondition.contextRootId ● UUID scalar
Checks for equality with the object’s contextRootId field.
ValueVersionCondition.contextEdgeTypeId ● UUID scalar
Checks for equality with the object’s contextEdgeTypeId field.
ValueVersionCondition.rect ● String scalar
Checks for equality with the object’s rect field.
Member Of
valueVersions query ● valueVersionsConnection query