OBJECT

SellerConnection

The connection type for Seller.

link GraphQL Schema definition

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