OBJECT

BonusConnection

The connection type for Bonus.

link GraphQL Schema definition

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

link Require by