object OrderHistoryEdge

A Relay edge containing a OrderHistory and its cursor.

Fields

FieldTypeDescription
nodeOrderHistory

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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