Mutations
updateStepApproval
MUTATION
updateStepApproval(input: UpdateStepApprovalInput!): UpdateStepApprovalArguments
input
required
Returns
approval
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateStepApproval(input: UpdateStepApprovalInput!): UpdateStepApprovalmutation UpdateStepApproval($input: UpdateStepApprovalInput!) {
updateStepApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateStepApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Was this page helpful?
mutation UpdateStepApproval($input: UpdateStepApprovalInput!) {
updateStepApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateStepApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Suggestions