INPUT_OBJECT
CreateImageInput
Create Image input object
link GraphQL Schema definition
- input CreateImageInput {
- # Connected Bottle Family
- : CreateBottleFamilyRelation
- # the Media of the Image
- : CreateImageRepresentationRelation
- # Volume of the presented Bottle
- : String
- # Reference Number of the presented Bottle
- : String
- # Colour name of the presented Bottle
- : String
- # Colour of the presented Bottle
- : CreateGlassColourRelation
- # Published state of the Image
- : Boolean
- }