Expand description

Connection interface for team nodes.

remarks

Represents a connection of teams in an organization.

interface TeamConnection {
    nodes: (Team | null)[] | null;
}

Properties§

§nodes: (Team | null)[] | null

Array of team nodes in this connection