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