OBJECT
ProductOptionEdge
An edge in a connection.
link GraphQL Schema definition
- type ProductOptionEdge {
- # A cursor for use in pagination.
- String! :
- # The item at the end of the edge.
- ProductOption :
- }
OBJECT
An edge in a connection.
- type ProductOptionEdge {
- # A cursor for use in pagination.
- String! :
- # The item at the end of the edge.
- ProductOption :
- }