OBJECT

GlassColour

Glass Colour object

link GraphQL Schema definition

  • type GlassColour {
  • # ID of the Glass Colour
  • id: ID!
  • # HEX of the Glass Colour
  • hex: String!
  • # Name of the Glass Colour
  • name: String!
  • # Slug of the Glass Colour
  • slug: String!
  • # Count of the Bottle Families connected to the Glass Colour
  • connectedBottles: Int!
  • # CreatedAt datetime of the Glass Colour
  • createdAt: DateTime!
  • # UpdatedAt datetime of the Glass Colour
  • updatedAt: DateTime!
  • # Is the Glass Colour soft deleted
  • archived: Boolean!
  • }