OBJECT
Reference
Reference object
link GraphQL Schema definition
- type Reference {
- # ID of the Reference
- ID! :
- # the Media of the Reference
- Media] : [
- # Product name of the Reference
- String! :
- # Slug of the Reference
- String! :
- # Producer of the Reference
- String :
- # Volume of the presented Bottle
- String :
- # Country of origin of the Reference
- String :
- # Connected Bottle Manufacturer
- BottleManufacturer :
- # Connected Bottle Family
- BottleFamily :
- # Connected Bottle
- Bottle :
- # Connected Reference Categories
- ReferenceCategory] : [
- # Usual bottle order of the Reference
- String :
- # Notes of the Reference
- String :
- # Is still used of the Reference
- Boolean :
- # Public state of the Reference
- Boolean :
- # Is the Reference published
- Boolean! :
- # Is the Reference paused
- Boolean! :
- # CreatedAt datetime of the Reference
- DateTime! :
- # UpdatedAt datetime of the Reference
- DateTime! :
- # Name of the user who made last modification of the Reference
- String :
- # Is the Reference soft deleted
- Boolean! :
- }