OBJECT

TprReqStatusChange

Description

Change to the status of a TPR request.

link GraphQL Schema definition

  • type TprReqStatusChange {
  • # ID of the user making the change.
  • authorId: String!
  • # Name of the user making the change.
  • authorName: String!
  • # Time at which the change occurred.
  • timestamp: DateTime
  • # Comment to include with the change.
  • comment: String!
  • # Summary of the author of the change request.
  • author: UserSummary
  • # The policies that were approved, if applicable.
  • changedPolicies: [String!]!
  • # Operation performed on the request.
  • operation: TprReqOperation!
  • }