object VendorConnection

Fields

FieldTypeDescription
pageInfoPageInfo!

Pagination data for this connection.

edges[VendorEdge]!

Contains the nodes in this connection.

Referenced By

Example

{
  "pageInfo": PageInfo,
  "edges": VendorEdge
}