Skip to main content

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

Returned By

teams query