OBJECT
BottleSection
Bottle Section object
link GraphQL Schema definition
- type BottleSection {
- # ID of the Bottle Section
- ID! :
- # the Media of the Bottle Section
- Media :
- # Name of the Bottle Section
- String! :
- # Slug of the Bottle Section
- String! :
- # Count of the Bottle Families connected to the Bottle Section
- Int! :
- # CreatedAt datetime of the Bottle Section
- DateTime! :
- # UpdatedAt datetime of the Bottle Section
- DateTime! :
- # Is the Bottle Section soft deleted
- Boolean! :
- }