Skip to main content

RelationVersionCondition

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

input RelationVersionCondition {
id: UUID
relationId: UUID
entityId: UUID
typeId: UUID
fromEntityId: UUID
fromSpaceId: UUID
toEntityId: UUID
toSpaceId: UUID
position: String
spaceId: UUID
verified: Boolean
validFromKey: BigInt
validToKey: BigInt
contextRootId: UUID
contextEdgeTypeId: UUID
}

Fields

RelationVersionCondition.id ● UUID scalar

Checks for equality with the object’s id field.

RelationVersionCondition.relationId ● UUID scalar

Checks for equality with the object’s relationId field.

RelationVersionCondition.entityId ● UUID scalar

Checks for equality with the object’s entityId field.

RelationVersionCondition.typeId ● UUID scalar

Checks for equality with the object’s typeId field.

RelationVersionCondition.fromEntityId ● UUID scalar

Checks for equality with the object’s fromEntityId field.

RelationVersionCondition.fromSpaceId ● UUID scalar

Checks for equality with the object’s fromSpaceId field.

RelationVersionCondition.toEntityId ● UUID scalar

Checks for equality with the object’s toEntityId field.

RelationVersionCondition.toSpaceId ● UUID scalar

Checks for equality with the object’s toSpaceId field.

RelationVersionCondition.position ● String scalar

Checks for equality with the object’s position field.

RelationVersionCondition.spaceId ● UUID scalar

Checks for equality with the object’s spaceId field.

RelationVersionCondition.verified ● Boolean scalar

Checks for equality with the object’s verified field.

RelationVersionCondition.validFromKey ● BigInt scalar

Checks for equality with the object’s validFromKey field.

RelationVersionCondition.validToKey ● BigInt scalar

Checks for equality with the object’s validToKey field.

RelationVersionCondition.contextRootId ● UUID scalar

Checks for equality with the object’s contextRootId field.

RelationVersionCondition.contextEdgeTypeId ● UUID scalar

Checks for equality with the object’s contextEdgeTypeId field.

Member Of

relationVersions query ● relationVersionsConnection query