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