Interface TeamRepositoryConnection

Source
Expand description

Connection interface for repository nodes.

remarks

Represents a paginated connection of repositories.

interface TeamRepositoryConnection {
    nodes: (Repository | null)[] | null;
}

Properties§

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

Array of repository nodes in this connection