object ProductEdge

A Relay edge containing a Product and its cursor.

Fields

FieldTypeDescription
nodeProduct

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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