teams
No description
teams(
first: Int!
orderBy: [QueryTeamsOrderByOrderByClause!]
page: Int
where: QueryTeamsWhereWhereConditions
): TeamPaginator!
Arguments
teams.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
teams.orderBy ● [QueryTeamsOrderByOrderByClause!] list input
teams.page ● Int scalar
The offset from which items are returned.
teams.where ● QueryTeamsWhereWhereConditions input
Type
TeamPaginator object
A paginated list of Team items.


