object ProductOrderDetailEdge

A Relay edge containing a ProductOrderDetail and its cursor.

Fields

FieldTypeDescription
nodeProductOrderDetail

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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