OBJECT

ResourceConnection

The connection type for Resource.

link GraphQL Schema definition

  • 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!
  • }

link Require by