OBJECT
The connection type for Project.
type ProjectConnection {# A list of edges.edges: [ProjectEdge] # A list of nodes.nodes: [Project] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }