INPUT_OBJECT

UpdateManufacturerMutationInput

The input object that defines the fields for the updateManufacturer mutation.

link GraphQL Schema definition

  • input UpdateManufacturerMutationInput {
  • # A descriptive name.
  • name: String
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by