object WholesaleLineItemsQuerySpecEdge

A Relay edge containing a WholesaleLineItemsQuerySpec and its cursor.

Fields

FieldTypeDescription
nodeWholesaleLineItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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