TeamConnection
The connection type for Team
type TeamConnection {
edges: [TeamEdge!]
nodes: [Team!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TeamConnection.edges ● [TeamEdge!] list object
A list of edges.
TeamConnection.nodes ● [Team!] list object
A list of nodes.
TeamConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TeamConnection.totalCount ● Int! non-null scalar
Identifies the total count of teams in the connection.
Returned By
teams query