OBJECT
VinolokSize
Vinolok Size object
link GraphQL Schema definition
- type VinolokSize {
- # ID of the Vinolok Size
- ID! :
- # Name of the Vinolok Size
- String! :
- # Slug of the Vinolok Size
- String! :
- # Count of the Closures connected to the Vinolok Size
- Int! :
- # Count of the Bottles connected to the Vinolok Size
- Int! :
- # CreatedAt datetime of the Vinolok Size
- DateTime! :
- # UpdatedAt datetime of the Vinolok Size
- DateTime! :
- # Is the Vinolok Size soft deleted
- Boolean! :
- }