OBJECT

KeySwitchChangeDetails

link GraphQL Schema definition

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