OBJECT

VendorConnection

The connection type for Vendor.

link GraphQL Schema definition

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

link Require by