OBJECT

CarrierConnection

The connection type for Carrier.

link GraphQL Schema definition

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

link Require by