teams
Retrieve a list of all teams.
teams(
after: String
before: String
first: Int
last: Int
filter: TeamFilterInput
): TeamConnection
Arguments
teams.after ● String scalar
Returns the elements in the list that come after the specified cursor.
teams.before ● String scalar
Returns the elements in the list that come before the specified cursor.
teams.first ● Int scalar
Returns the first _n_ elements from the list.
teams.last ● Int scalar
Returns the last _n_ elements from the list.
teams.filter ● TeamFilterInput input
Returns the teams that match the team filter input
Type
TeamConnection object
The connection type for Team