OBJECT

TerritoryConnection

The connection type for Territory.

link GraphQL Schema definition

  • type TerritoryConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [TerritoryEdge]
  • # A list of nodes.
  • nodes: [Territory]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by