teams
Lists all teams in the organization.
teams(
after: String
before: String
filter: TeamFilter
first: Int
last: Int
orderBy: TeamOrder
): TeamConnection
Arguments
teams.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
teams.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
teams.filter ● TeamFilter input common
The fields by which to filter the results.
teams.first ● Int scalar common
Returns the first n elements from the list.
teams.last ● Int scalar common
Returns the last n elements from the list.
teams.orderBy ● TeamOrder input common
The field and direction by which to order the results.
Type
TeamConnection object common
The connection type for Team.