INPUT_OBJECT

approvalStatusParameterDescInput

Description of the post input body to update an approval status record.

link GraphQL Schema definition

1input approvalStatusParameterDescInput {
4
2# Approval status. Valid values are 1 for approve and 2 for reject.
3aprvAct: AprvAct!
7
5# Comment text for status change.
6comments: String
8}

link Required by