mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 14:25:34 +08:00
4 lines
62 B
GraphQL
4 lines
62 B
GraphQL
mutation deleteAction ($id: ID!) {
|
|
deleteAction(id:$id)
|
|
}
|