OBJECT

Availability

Availability object

link GraphQL Schema definition

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