object ProductHistoryEdge

A Relay edge containing a ProductHistory and its cursor.

Fields

FieldTypeDescription
nodeProductHistoryType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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