INPUT_OBJECT
CreateBottleFamilyInput
Create Bottle Family input object
link GraphQL Schema definition
- input CreateBottleFamilyInput {
- # Name of the Bottle Family
- String! :
- # Bottle Manufacturer of the Bottle Family
- CreateBottleFamilyBottleManufacturerRelation :
- # Availability of the Bottle Family
- CreateBottleFamilyAvailabilityRelation :
- # Bottle Section of the Bottle Family
- CreateBottleFamilyBottleSectionRelation :
- # Bottle Shape of the Bottle Family
- CreateBottleFamilyBottleShapeRelation :
- # Suitability of the Bottle Family
- CreateBottleFamilySuitabilityRelation :
- # Published state of the Bottle Family
- Boolean :
- }