mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 15:17:14 +08:00
8 lines
142 B
GraphQL
8 lines
142 B
GraphQL
mutation EditComment ($id: ID!, $edit: EditCommentInput) {
|
|
editComment(id:$id, edit:$edit) {
|
|
errors {
|
|
translation_key
|
|
}
|
|
}
|
|
}
|