ProductCreateInput
Input for creating a product.
input ProductCreateInput {
product: ProductInput!
}
Fields
ProductCreateInput.product ● ProductInput! non-null input
Product to create.
Member Of
productCreate mutation