TournamentResult
The result of the tournament query
type TournamentResult {
pagination: Pagination
result: [Tournament]
}
Fields
TournamentResult.pagination ● Pagination object
Pagination info for this result
TournamentResult.result ● [Tournament] list object
Part of the paginated list of tournaments
Returned By
tournaments query