OBJECT
The connection type for Team.
type TeamConnection {# A list of edges.edges: [TeamEdge] # A list of nodes.nodes: [Team] # Information to aid in pagination.pageInfo: PageInfo! # Identifies the total count of items in the connection.totalCount: Int! }