TeamsConnection
A connection to a list of Team values.
type TeamsConnection {
nodes: [Team!]!
edges: [TeamsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TeamsConnection.nodes ● [Team!]! non-null object
A list of Team objects.
TeamsConnection.edges ● [TeamsEdge!]! non-null object
A list of edges which contains the Team and cursor to aid in pagination.
TeamsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TeamsConnection.totalCount ● Int! non-null scalar
The count of *all* Team you could get from the connection.
Returned By
teamsConnection query
Member Of
Team object ● Workspace object ● WorkspaceAccount object