OBJECT

BottleSection

Bottle Section object

link GraphQL Schema definition

  • type BottleSection {
  • # ID of the Bottle Section
  • id: ID!
  • # the Media of the Bottle Section
  • representation: Media
  • # Name of the Bottle Section
  • name: String!
  • # Slug of the Bottle Section
  • slug: String!
  • # Count of the Bottle Families connected to the Bottle Section
  • connectedBottleFamilies: Int!
  • # CreatedAt datetime of the Bottle Section
  • createdAt: DateTime!
  • # UpdatedAt datetime of the Bottle Section
  • updatedAt: DateTime!
  • # Is the Bottle Section soft deleted
  • archived: Boolean!
  • }