RepoConnection
No description
type RepoConnection {
  totalCount: Int!
  nodes: [Repo!]!
  pageInfo: PageInfo!
}
Fields
RepoConnection.totalCount ● Int! non-null scalar
RepoConnection.nodes ● [Repo!]! non-null object
RepoConnection.pageInfo ● PageInfo! non-null object
Member Of
ProjectEnvironment  object