localScores
Reads a set of LocalScore.
localScores(
first: Int
offset: Int
orderBy: [LocalScoresOrderBy!]
condition: LocalScoreCondition
filter: LocalScoreFilter
): [LocalScore!]
Arguments
localScores.first ● Int scalar
Only read the first n values of the set.
localScores.offset ● Int scalar
Skip the first n values.
localScores.orderBy ● [LocalScoresOrderBy!] list enum
The method to use when ordering LocalScore.
localScores.condition ● LocalScoreCondition input
A condition to be used in determining which values should be returned by the collection.
localScores.filter ● LocalScoreFilter input
A filter to be used in determining which values should be returned by the collection.
Type
LocalScore object
Aggregate reputation score for an account within a single space.