Schema Documentation
ProductConnectionEdge
Description
Edge between a Node and a connected Product
Fields
Field Name | Description |
---|---|
cursor - String | Opaque reference to the nodes position in the connection. Value can be used with pagination args. |
node - Product! | The connected Product Node |
Possible Types
ProductConnectionEdge Types |
---|
Example
{"cursor":"xyz789","node":Product}