OBJECT
BottleManufacturer
Bottle Manufacturer object
link GraphQL Schema definition
- type BottleManufacturer {
- # ID of the Bottle Manufacturer
- ID! :
- # the Media of the Bottle Manufacturer
- Media :
- # Name of the Bottle Manufacturer
- String! :
- # Slug of the Bottle Manufacturer
- String! :
- # Website URL of the Bottle Manufacturer
- String :
- # Count of the Bottle Families connected to the Bottle Manufacturer
- Int! :
- # Count of the public References connected to the Bottle Manufacturer
- Int! :
- # Is the Bottle Manufacturer paused
- Boolean! :
- # CreatedAt datetime of the Bottle Manufacturer
- DateTime! :
- # UpdatedAt datetime of the Bottle Manufacturer
- DateTime! :
- # Is the Bottle Manufacturer soft deleted
- Boolean! :
- }