INPUT_OBJECT
UpdateBottleFamilyInput
Update Bottle Family input object
link GraphQL Schema definition
- input UpdateBottleFamilyInput {
- # ID of the Bottle Family
- ID! :
- # Name of the Bottle Family
- String! :
- # Bottle Manufacturer of the Bottle Family
- UpdateBottleFamilyBottleManufacturerRelation :
- # Availability of the Bottle Family
- UpdateBottleFamilyAvailabilityRelation :
- # Bottle Section of the Bottle Family
- UpdateBottleFamilyBottleSectionRelation :
- # Bottle Shape of the Bottle Family
- UpdateBottleFamilyBottleShapeRelation :
- # Suitability of the Bottle Family
- UpdateBottleFamilySuitabilityRelation :
- # Published state of the Bottle Family
- Boolean :
- }