Skip to content

updateProductInput

Autogenerated input type of updateProduct

Fields

Used By

Definition

"""
Autogenerated input type of updateProduct
"""
input updateProductInput {
id: ID
name: String
price: String
remaining_quantity: String
tax_description: String
tax_rate: String
unlimited_quantity: Boolean
}