OBJECT

Suitability

Suitability object

link GraphQL Schema definition

  • type Suitability {
  • # ID of the Suitability
  • id: ID!
  • # Name of the Suitability
  • name: String!
  • # Slug of the Suitability
  • slug: String!
  • # Count of the Bottle Families connected to the Suitability
  • connectedBottleFamilies: Int!
  • # CreatedAt datetime of the Suitability
  • createdAt: DateTime!
  • # UpdatedAt datetime of the Suitability
  • updatedAt: DateTime!
  • # Is the Suitability soft deleted
  • archived: Boolean!
  • }