OBJECT
Image
Image object
link GraphQL Schema definition
- type Image {
- # ID of the Image
- : ID!
- # Connected Bottle Family
- : BottleFamily!
- # the Media of the Image
- : Media
- # 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
- : GlassColour
- # Is the Image published
- : Boolean!
- # Is the Image paused
- : Boolean!
- # CreatedAt datetime of the Image
- : DateTime!
- # UpdatedAt datetime of the Image
- : DateTime!
- # Is the Image soft deleted
- : Boolean!
- }