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