object WarehouseTypeCountableEdge

A Relay edge containing a WarehouseTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeWarehouseType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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