object ProductAttributeTypeCountableEdge

A Relay edge containing a ProductAttributeTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeProductAttributeType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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