object ToteHistoryEdge

A Relay edge containing a ToteHistory and its cursor.

Fields

FieldTypeDescription
nodeToteHistory

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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