INPUT_OBJECT
UpdateBottleManufacturerInput
Update Bottle Manufacturer input object
link GraphQL Schema definition
- input UpdateBottleManufacturerInput {
- # ID of the Bottle Manufacturer
- : ID!
- # the Media of the Bottle Manufacturer
- : UpdateBottleManufacturerRepresentationRelation
- # Name of the Bottle Manufacturer
- : String
- # Website URL of the Bottle Manufacturer
- : String
- }