OBJECT
BottleFamily
Bottle Family object
link GraphQL Schema definition
- type BottleFamily {
- # ID of the Bottle Family
- ID! :
- # Name of the Bottle Family
- String! :
- # Slug of the Bottle Family
- String! :
- # Bottle Manufacturer of the Bottle Family
- BottleManufacturer :
- # Availabilities of the Bottle Family
- Availability] : [
- # Bottle Sections of the Bottle Family
- BottleSection] : [
- # Bottle Shapes of the Bottle Family
- BottleShape] : [
- # Suitabilities of the Bottle Family
- Suitability] : [
- # Bottles of the Bottle Family
- Bottle] : [
- # Images of the Bottle Family
- Image] : [
- # Public References of the Bottle Family
- Reference] : [
- # Count of the Bottles connected to the Bottle Family
- Int! :
- # Count of the Images connected to the Bottle Family
- Int! :
- # Count of the public references connected to the Bottle Family
- Int! :
- # Is the Bottle Family published
- Boolean! :
- # Is the Bottle Family paused
- Boolean! :
- # CreatedAt datetime of the Bottle Family
- DateTime! :
- # UpdatedAt datetime of the Bottle Family
- DateTime! :
- # Name of the user who made last modification of the Bottle Family
- String :
- # Is the Bottle soft deleted
- Boolean! :
- }