OBJECT

BandConnection

The connection type for Band.

link GraphQL Schema definition

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

link Require by