Files
talk/client/coral-framework/graphql/mutations/editComment.graphql
T

11 lines
211 B
GraphQL

mutation editComment ($id: ID!, $asset_id: ID!, $edit: EditCommentInput) {
editComment(id:$id, asset_id:$asset_id, edit:$edit) {
comment {
status
}
errors {
translation_key
}
}
}