OBJECT

BottleShape

Bottle Shape object

link GraphQL Schema definition

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