INPUT_OBJECT
UpdateImageInput
Update Image input object
link GraphQL Schema definition
- input UpdateImageInput {
- # ID of the Image
- : ID!
- # Connected Bottle Family
- : UpdateBottleFamilyRelation
- # the Media of the Image
- : UpdateImageRepresentationRelation
- # 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
- : UpdateGlassColourRelation
- # Published state of the Image
- : Boolean
- }