Expand description
interface TeamRepositoryConnection {
nodes: (Repository | null)[] | null;
}Properties§
§
nodes: (Repository | null)[] | nullArray of repository nodes in this connection
interface TeamRepositoryConnection {
nodes: (Repository | null)[] | null;
}nodes: (Repository | null)[] | nullArray of repository nodes in this connection
Connection interface for repository nodes.