Connection interface for team nodes.
Represents a connection of teams in an organization.
interface TeamConnection { nodes: (Team | null)[] | null;}
nodes: (Team | null)[] | null
Array of team nodes in this connection
Connection interface for team nodes.