OBJECT

TprRequestedChangeEntry

Description

Changed entry in a TPR request.

link GraphQL Schema definition

  • type TprRequestedChangeEntry {
  • # Attribute that is changed.
  • attribute: String!
  • # Old value of the attribute.
  • oldValue: String!
  • # New value of the attribute.
  • newValue: String!
  • }