Skip to main content

globalScores

Reads a set of GlobalScore.

globalScores(
first: Int
offset: Int
orderBy: [GlobalScoresOrderBy!]
condition: GlobalScoreCondition
filter: GlobalScoreFilter
): [GlobalScore!]

Arguments

globalScores.first ● Int scalar

Only read the first n values of the set.

globalScores.offset ● Int scalar

Skip the first n values.

globalScores.orderBy ● [GlobalScoresOrderBy!] list enum

The method to use when ordering GlobalScore.

globalScores.condition ● GlobalScoreCondition input

A condition to be used in determining which values should be returned by the collection.

globalScores.filter ● GlobalScoreFilter input

A filter to be used in determining which values should be returned by the collection.

Type

GlobalScore object

Aggregate reputation score for an account across all spaces.