INPUT_OBJECT
UpdateBottleShapeInput
Update Bottle Shape input object
link GraphQL Schema definition
- input UpdateBottleShapeInput {
- # ID of the Bottle Shape
- : ID!
- # the Media of the Bottle Shape
- : UpdateBottleShapeRepresentationRelation
- # Name of the Bottle Shape
- : String
- }