object KittingMapTypeCountableEdge

A Relay edge containing a KittingMapTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeKittingMapType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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