ActionApprovalRequestInput
Input for actioning an approval request.
input ActionApprovalRequestInput {
actionedComment: String
isApproved: Boolean!
}
Fields
ActionApprovalRequestInput.actionedComment
● String
scalar
Optional comment on approval or rejection of this request.
ActionApprovalRequestInput.isApproved
● Boolean!
non-null scalar
Indicates whether the approval has been granted.
Member Of
actionApprovalRequest
mutation