teams
This query is returning a teams
teams(
filter: [TeamFilter]
limit: Int = 10
offset: Long = 0
sort: [TeamInputSort]
): TeamResult
Arguments
teams.filter
● [TeamFilter]
list input
Filter by various team fields
teams.limit
● Int
scalar
Limit the amount of teams to be returned, used for pagination (max: 100)
teams.offset
● Long
scalar
Set the offset of the limited result, used for pagination
teams.sort
● [TeamInputSort]
list input
Sort by various team fields
Type
TeamResult
object
The result of the teams query