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