object ReturnItemTypeCountableEdge

A Relay edge containing a ReturnItemTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeReturnItemType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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