Mutations
updateReview
MUTATION
updateReview(input: UpdateReviewInput!): UpdateReviewArguments
input
required
Returns
review
Mutation
mutation UpdateReview($input: UpdateReviewInput!) {
updateReview(input: $input) {
review {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateReview": {
"review": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateReview($input: UpdateReviewInput!) {
updateReview(input: $input) {
review {
LastSessionId
_RepliesCount
_created
_etag
_updated
comment
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateReview": {
"review": {
"LastSessionId": "string",
"_RepliesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"comment": "string"
}
}
}
}