mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 19:30:54 +08:00
6 lines
81 B
GraphQL
6 lines
81 B
GraphQL
mutation DeleteDeckInvite($id: ID!) {
|
|
deleteDeckInvite(id: $id) {
|
|
id
|
|
}
|
|
}
|