Skip to main content

SpaceScoreCondition

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

input SpaceScoreCondition {
spaceId: UUID
score: BigFloat
updatedAt: Datetime
}

Fields

SpaceScoreCondition.spaceId ● UUID scalar

Checks for equality with the object’s spaceId field.

SpaceScoreCondition.score ● BigFloat scalar

Checks for equality with the object’s score field.

SpaceScoreCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

Member Of

spaceScores query ● spaceScoresConnection query