mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 03:51:52 +08:00
8 lines
117 B
GraphQL
8 lines
117 B
GraphQL
mutation deleteAction ($id: ID!) {
|
|
deleteAction(id:$id) {
|
|
errors {
|
|
translation_key
|
|
}
|
|
}
|
|
}
|