OBJECT

PaymentConnection

The connection type for Payment.

link GraphQL Schema definition

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

link Require by