Skip to content

createProductInput

Autogenerated input type of createProduct

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createProduct
"""
input createProductInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
name: String
price: String
remaining_quantity: String
tax_description: String
tax_rate: String
unlimited_quantity: Boolean
}