INPUT_OBJECT
CreateManufacturerMutationInput
The input object that defines the fields for the createManufacturer mutation.
link GraphQL Schema definition
- input CreateManufacturerMutationInput {
- # A descriptive name.
- : String!
- # A note about this entity.
- : NoteMutationInput
- }