OBJECT

ContractConnection

The connection type for Contract.

link GraphQL Schema definition

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

link Require by