GlobalScoreCondition
A condition to be used against GlobalScore object types. All fields are tested
for equality and combined with a logical ‘and.’
input GlobalScoreCondition {
entityId: UUID
score: BigFloat
updatedAt: Datetime
}
Fields
GlobalScoreCondition.entityId ● UUID scalar
Checks for equality with the object’s entityId field.
GlobalScoreCondition.score ● BigFloat scalar
Checks for equality with the object’s score field.
GlobalScoreCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
Member Of
globalScores query ● globalScoresConnection query