INPUT_OBJECT
CreateBottleInput
Create Bottle input object
link GraphQL Schema definition
- input CreateBottleInput {
- # Connected Bottle Family
- : CreateBottleFamilyRelation
- # Prederred Name of the Bottle
- : String
- # Reference Number of the Bottle
- : String
- # Volume of the Bottle
- : String
- # Height of the Bottle
- : String
- # Weight of the Bottle
- : String
- # Vinolok Size of the Bottle
- : CreateBottleVinolokSizeRelation
- # Compatibility of the Bottle
- : String
- # MOQ of the Bottle
- : Int
- # Colour name of the Bottle
- : String
- # Colour of the Bottle
- : CreateGlassColourRelation
- # Description of the Bottle
- : String
- # Technical Sheet of the Bottle
- : CreateTechnicalSheetRelation
- # Published state of the Bottle
- : Boolean
- }