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