object LineItemQuerySpecEdge

A Relay edge containing a LineItemQuerySpec and its cursor.

Fields

FieldTypeDescription
nodeLineItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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