createProduct
Create a new product
createProduct(
input: CreateProductInput!
): Product!
Arguments
createProduct.input ● CreateProductInput! non-null input
Input for the createProduct mutation
Type
Product object
A product.