Skip to main content

LocalScoreCondition

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

input LocalScoreCondition {
entityId: UUID
spaceId: UUID
score: BigFloat
updatedAt: Datetime
}

Fields

LocalScoreCondition.entityId ● UUID scalar

Checks for equality with the object’s entityId field.

LocalScoreCondition.spaceId ● UUID scalar

Checks for equality with the object’s spaceId field.

LocalScoreCondition.score ● BigFloat scalar

Checks for equality with the object’s score field.

LocalScoreCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

Member Of

localScores query ● localScoresConnection query