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