UpdateApprovalRequestInput
The input for updating an existing approval request.
input UpdateApprovalRequestInput {
purpose: String!
requestData: JSONObject
}
Fields
UpdateApprovalRequestInput.purpose
● String!
non-null scalar
Purpose for requesting approval. Markdown is supported.
UpdateApprovalRequestInput.requestData
● JSONObject
scalar
Optional additional data that is useful for / relevant to the approval; the schema of which would vary by type.
Member Of
updateApprovalRequest
mutation