OBJECT
The connection type for Vendor.
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! }