object ProductLocationTypeCountableEdge

A Relay edge containing a ProductLocationTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeProductLocationType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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