MatchSeriesResponse
The result of the matchSeries query
type MatchSeriesResponse {
items: [MatchSeries]
pagination: Pagination
}
Fields
MatchSeriesResponse.items
● [MatchSeries]
list object
Part of the paginated list of match series
MatchSeriesResponse.pagination
● Pagination
object
Pagination info for this result
Returned By
matchSeries
query