productCreate Mutation
Creates a new product.
productCreate(
input: ProductCreateInput!
): ProductCreate
Details
type ProductCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}
Arguments
input ● ProductCreateInput!
Fields required to create a product.
Type
ProductCreate
Creates a new product.