INPUT_OBJECT

ProductInput

Product input

link GraphQL Schema definition

  • input ProductInput {
  • # The product id
  • id: String
  • # The product name
  • name: String
  • }