TeamResult
The result of the teams query
type TeamResult {
pagination: Pagination
result: [Team]
}
Fields
TeamResult.pagination
● Pagination
object
Pagination info for this result
TeamResult.result
● [Team]
list object
Part of the paginated list of teams
Returned By
teams
query