Skip to main content

EntityCondition

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

input EntityCondition {
id: UUID
createdAt: String
createdAtBlock: String
updatedAt: String
updatedAtBlock: String
}

Fields

EntityCondition.id ● UUID scalar

Checks for equality with the object’s id field.

EntityCondition.createdAt ● String scalar

Checks for equality with the object’s createdAt field.

EntityCondition.createdAtBlock ● String scalar

Checks for equality with the object’s createdAtBlock field.

EntityCondition.updatedAt ● String scalar

Checks for equality with the object’s updatedAt field.

EntityCondition.updatedAtBlock ● String scalar

Checks for equality with the object’s updatedAtBlock field.

Member Of

entities query ● entitiesConnection query