OBJECT

VinolokSize

Vinolok Size object

link GraphQL Schema definition

  • type VinolokSize {
  • # ID of the Vinolok Size
  • id: ID!
  • # Name of the Vinolok Size
  • name: String!
  • # Slug of the Vinolok Size
  • slug: String!
  • # Count of the Closures connected to the Vinolok Size
  • connectedClosures: Int!
  • # Count of the Bottles connected to the Vinolok Size
  • connectedBottles: Int!
  • # CreatedAt datetime of the Vinolok Size
  • createdAt: DateTime!
  • # UpdatedAt datetime of the Vinolok Size
  • updatedAt: DateTime!
  • # Is the Vinolok Size soft deleted
  • archived: Boolean!
  • }