productType
Look up a product type by ID.
productType(
id: ID!
): ProductType
Arguments
productType.id
● ID!
non-null scalar miscellaneous
ID of the product type.
Type
ProductType
object products
Represents a type of product. It defines what attributes are available to products of this type.