Mutations
updateApprovalLevel
MUTATION
updateApprovalLevel(input: UpdateApprovalLevelInput!): UpdateApprovalLevelArguments
input
required
Returns
approvalLevel
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateApprovalLevel(input: UpdateApprovalLevelInput!): UpdateApprovalLevelmutation UpdateApprovalLevel($input: UpdateApprovalLevelInput!) {
updateApprovalLevel(input: $input) {
approvalLevel {
LastSessionId
_CandidateUsersCount
_PurchaseOrderApprovalLevelsCount
_created
_etag
_updated
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateApprovalLevel": {
"approvalLevel": {
"LastSessionId": "string",
"_CandidateUsersCount": 1,
"_PurchaseOrderApprovalLevelsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation UpdateApprovalLevel($input: UpdateApprovalLevelInput!) {
updateApprovalLevel(input: $input) {
approvalLevel {
LastSessionId
_CandidateUsersCount
_PurchaseOrderApprovalLevelsCount
_created
_etag
_updated
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateApprovalLevel": {
"approvalLevel": {
"LastSessionId": "string",
"_CandidateUsersCount": 1,
"_PurchaseOrderApprovalLevelsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions