OBJECT
Closure
Closure object
link GraphQL Schema definition
- type Closure {
- # ID of the Closure
- : ID!
- # the Media of the Closure
- : Media
- # Name of the Closure
- : String!
- # Slug of the Closure
- : String!
- # Vinolok Sizes of the Closure
- : [VinolokSize!]!
- # CreatedAt datetime of the Closure
- : DateTime!
- # UpdatedAt datetime of the Bottle Closure
- : DateTime!
- # Is the Closure soft deleted
- : Boolean!
- }