Pagination
Pagination
type Pagination {
limit: Int
offset: Int
total: Int
}
Fields
Pagination.limit ● Int scalar
The limit of the current slice of results
Pagination.offset ● Int scalar
The offset of the current slice of results
Pagination.total ● Int scalar
Total amount of results beyond the current slice of results
Member Of
InsightResult object ● MatchResult object ● MatchSeriesResponse object ● PlayerResult object ● TeamResult object ● TournamentResult object