object VendorEdge

A Relay edge containing a Vendor and its cursor.

Fields

FieldTypeDescription
nodeVendor

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": Vendor,
  "cursor": "abc123"
}