ProductTypeCreate
Result of product type create mutation.
type ProductTypeCreate {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
ProductTypeCreate.productType ● ProductType object
The created product type.
ProductTypeCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productTypeCreate mutation