Mutations
createStepApproval
MUTATION
createStepApproval(input: CreateStepApprovalInput!): CreateStepApprovalArguments
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.
createStepApproval(input: CreateStepApprovalInput!): CreateStepApprovalmutation CreateStepApproval($input: CreateStepApprovalInput!) {
createStepApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"stepId": "id"
}
}{
"data": {
"createStepApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Was this page helpful?
mutation CreateStepApproval($input: CreateStepApprovalInput!) {
createStepApproval(input: $input) {
approval {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}{
"input": {
"stepId": "id"
}
}{
"data": {
"createStepApproval": {
"approval": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Suggestions