INPUT_OBJECT

createProductInput

Autogenerated input type of createProduct

link GraphQL Schema definition

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