OBJECT
Changelog
Changelog object
link GraphQL Schema definition
- type Changelog {
- # ID of the record
- : ID!
- # Author of the record
- : String
- # Bottle Manufacturer of the record
- : BottleManufacturer
- # Bottle Family of the record
- : BottleFamily
- # Action name of the record
- : String!
- # Action details of the record
- : String
- # Action post type of the record
- : String
- # Public URL of the recorded item
- : String
- # Date of the record
- : DateTime
- }