object ProductImageSchemaCountableEdge

A Relay edge containing a ProductImageSchemaCountable and its cursor.

Fields

FieldTypeDescription
nodeProductImageSchema

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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