OBJECT
Availability
Availability object
link GraphQL Schema definition
- type Availability {
- # ID of the Availability
- : ID!
- # Name of the Availabilty
- : String!
- # Slug of the Availabilty
- : String!
- # Count of the Bottle Families connected to the Availability
- : Int!
- # CreatedAt datetime of the Availability
- : DateTime!
- # UpdatedAt datetime of the Availability
- : DateTime!
- # Is the Availability soft deleted
- : Boolean!
- }