updateProductInput
Autogenerated input type of updateProduct
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of updateProduct"""input updateProductInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") id: ID name: String price: String remaining_quantity: String tax_description: String tax_rate: String unlimited_quantity: Boolean}