INPUT_OBJECT

CreateManufacturerMutationInput

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

link GraphQL Schema definition

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

link Require by