GraphQL OBJECT
ProductType
Type of product offered for sale.
link Definition
- type ProductType {
- # Product type.
- : ProductTypeEnum
- # product type name.
- : String
- }
GraphQL OBJECT
Type of product offered for sale.
- type ProductType {
- # Product type.
- : ProductTypeEnum
- # product type name.
- : String
- }