OBJECT
ProductOptionConnection
The connection type for ProductOption.
link GraphQL Schema definition
- type ProductOptionConnection {
- : [String!]!
- # A list of edges.
- : [ProductOptionEdge]
- # A list of nodes.
- : [ProductOption]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }