Skip to content

GraphQL Schema Reference

VendorConnection

GraphQL Schema definition

  • type VendorConnection {
  • # List of Vendors
  • nodes: [Vendor]
  • # Information to aid in pagination
  • pageInfo: PageInfo
  • }

Require by