OBJECT

ClientConnection

The connection type for Client.

link GraphQL Schema definition

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

link Require by