OBJECT
TprReqStatusChange
Description
Change to the status of a TPR request.
link GraphQL Schema definition
- type TprReqStatusChange {
- # ID of the user making the change.
- String! :
- # Name of the user making the change.
- String! :
- # Time at which the change occurred.
- DateTime :
- # Comment to include with the change.
- String! :
- # Summary of the author of the change request.
- UserSummary :
- # The policies that were approved, if applicable.
- String!]! : [
- # Operation performed on the request.
- TprReqOperation! :
- }