OBJECT
The connection type for Resource.
type ResourceConnection {cursors: [String!]! # A list of edges.edges: [ResourceEdge] # A list of nodes.nodes: [Resource] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }