object OrderEdge

A Relay edge containing a Order and its cursor.

Fields

FieldTypeDescription
nodeOrder

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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