INPUT_OBJECT

DenyTprRequestsInput

Description

Deny TPR requests with optional comments.

link GraphQL Schema definition

  • input DenyTprRequestsInput {
  • # IDs of the TPR requests to deny.
  • requestIds: [UUID!]!
  • # Comment to include with the requests.
  • comment: String
  • }

link Require by