INPUT_OBJECT

updateProductInput

Autogenerated input type of updateProduct

link GraphQL Schema definition

  • input updateProductInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • id: ID
  • name: String
  • price: String
  • remaining_quantity: String
  • tax_description: String
  • tax_rate: String
  • unlimited_quantity: Boolean
  • }