OBJECT

StateChangeDetails

link GraphQL Schema definition

  • type StateChangeDetails {
  • # The old value
  • old: String!
  • # The new value
  • new: String!
  • }