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