mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 19:30:54 +08:00
5 lines
67 B
GraphQL
5 lines
67 B
GraphQL
mutation DeleteCard($id: ID) {
|
|
deleteCard(id: $id) {
|
|
id
|
|
}
|
|
} |