INPUT_OBJECT
UpdateReferenceInput
Update Reference input object
link GraphQL Schema definition
- input UpdateReferenceInput {
- # ID of the Reference
- ID! :
- # the Media of the Reference
- UpdateReferenceRepresentationRelation :
- # Product name 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
- UpdateBottleManufacturerRelation :
- # Connected Bottle Family
- UpdateBottleFamilyRelation :
- # Connected Bottle
- UpdateBottleRelation :
- # Connected Reference Categories
- UpdateReferenceCategoriesRelation :
- # Usual bottle order of the Reference
- String :
- # Notes of the Reference
- String :
- # Is the Reference published
- Boolean :
- # Public state of the Reference
- Boolean :
- # Published state of the Bottle
- Boolean :
- }