teams
Reads a set of Team.
teams(
first: Int
offset: Int
orderBy: [TeamsOrderBy!]
condition: TeamCondition
filter: TeamFilter
): [Team!]
Arguments
teams.first ● Int scalar
Only read the first n values of the set.
teams.offset ● Int scalar
Skip the first n values.
teams.orderBy ● [TeamsOrderBy!] list enum
The method to use when ordering Team.
teams.condition ● TeamCondition input
A condition to be used in determining which values should be returned by the collection.
teams.filter ● TeamFilter input
A filter to be used in determining which values should be returned by the collection.