INPUT_OBJECT

ApproveTprRequestInput

Description

Approve a TPR request with optional comments.

link GraphQL Schema definition

  • input ApproveTprRequestInput {
  • # ID of the TPR request to approve.
  • requestId: UUID!
  • # Comment to include with the request.
  • comment: String
  • }

link Require by