object ProductTypeCountableEdge

A Relay edge containing a ProductTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeProductType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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