ProductOption

Represents an option for customizing a product.

Fields


name: String!

The name of the option.


position: Int!

The position of the option (1, 2, or 3).


values: [String!]

A list of possible values for the option.


Related types