OBJECT

Closure

Closure object

link GraphQL Schema definition

  • type Closure {
  • # ID of the Closure
  • id: ID!
  • # the Media of the Closure
  • representation: Media
  • # Name of the Closure
  • name: String!
  • # Slug of the Closure
  • slug: String!
  • # Vinolok Sizes of the Closure
  • vinolokSizes: [VinolokSize!]!
  • # CreatedAt datetime of the Closure
  • createdAt: DateTime!
  • # UpdatedAt datetime of the Bottle Closure
  • updatedAt: DateTime!
  • # Is the Closure soft deleted
  • archived: Boolean!
  • }