OBJECT

CardConnection

The connection type for Card.

link GraphQL Schema definition

  • type CardConnection {
  • # A list of edges.
  • edges: [CardEdge]
  • # A list of nodes.
  • nodes: [Card]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by