OBJECT
Bottle
Bottle object
link GraphQL Schema definition
- type Bottle {
- # ID of the Bottle
- : ID!
- # Connected Bottle Family
- : BottleFamily!
- # Prederred Name of the Bottle
- : String
- # Prederred Image of the Bottle (the Media object)
- : Image
- # 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
- : VinolokSize
- # Compatibility of the Bottle
- : String
- # MOQ of the Bottle
- : Int
- # Colour name of the Bottle
- : String
- # Colour of the Bottle
- : GlassColour
- # Description of the Bottle
- : String
- # Technical Sheet object of the Bottle
- : File
- # Is the Bottle published
- : Boolean!
- # Is the Bottle paused
- : Boolean!
- # CreatedAt datetime of the Bottle
- : DateTime!
- # UpdatedAt datetime of the Bottle
- : DateTime!
- # Is the Bottle soft deleted
- : Boolean!
- }