spaceScores
Reads a set of SpaceScore.
spaceScores(
first: Int
offset: Int
orderBy: [SpaceScoresOrderBy!]
condition: SpaceScoreCondition
filter: SpaceScoreFilter
): [SpaceScore!]
Arguments
spaceScores.first ● Int scalar
Only read the first n values of the set.
spaceScores.offset ● Int scalar
Skip the first n values.
spaceScores.orderBy ● [SpaceScoresOrderBy!] list enum
The method to use when ordering SpaceScore.
spaceScores.condition ● SpaceScoreCondition input
A condition to be used in determining which values should be returned by the collection.
spaceScores.filter ● SpaceScoreFilter input
A filter to be used in determining which values should be returned by the collection.
Type
SpaceScore object
Aggregate quality score for a space.