matchSeries
This query is returning match series
matchSeries(
filters: [MatchSeriesFilter]
limit: Int = 10
offset: Long = 0
sorts: [MatchSeriesSort]
): MatchSeriesResponse
Arguments
matchSeries.filters
● [MatchSeriesFilter]
list input
Filtering match series list by various parameters
matchSeries.limit
● Int
scalar
Limit the amount of match series to be returned, used for pagination (max: 100)
matchSeries.offset
● Long
scalar
Set the offset of the limited result, used for pagination
matchSeries.sorts
● [MatchSeriesSort]
list input
Sort by various match series fields
Type
MatchSeriesResponse
object
The result of the matchSeries query