OBJECT

Changelog

Changelog object

link GraphQL Schema definition

  • type Changelog {
  • # ID of the record
  • id: ID!
  • # Author of the record
  • author: String
  • # Bottle Manufacturer of the record
  • manufacturer: BottleManufacturer
  • # Bottle Family of the record
  • bottleFamily: BottleFamily
  • # Action name of the record
  • action: String!
  • # Action details of the record
  • details: String
  • # Action post type of the record
  • postType: String
  • # Public URL of the recorded item
  • url: String
  • # Date of the record
  • date: DateTime
  • }