mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 10:31:53 +08:00
6 lines
92 B
GraphQL
6 lines
92 B
GraphQL
query ExportDecks($toEmail: String!) {
|
|
exportDecks(toEmail: $toEmail) {
|
|
success
|
|
}
|
|
}
|