INPUT_OBJECT
UpdateBottleInput
Update Bottle input object
link GraphQL Schema definition
- input UpdateBottleInput {
- # ID of the Bottle
- ID! :
- # Connected Bottle Family
- UpdateBottleFamilyRelation :
- # 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
- UpdateBottleVinolokSizeRelation :
- # Compatibility of the Bottle
- String :
- # MOQ of the Bottle
- Int :
- # Colour name of the Bottle
- String :
- # Colour of the Bottle
- UpdateGlassColourRelation :
- # Description of the Bottle
- String :
- # Technical Sheet of the Bottle
- UpdateTechnicalSheetRelation :
- # Published state of the Bottle
- Boolean :
- }