mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 19:30:54 +08:00
6 lines
100 B
GraphQL
6 lines
100 B
GraphQL
mutation SendFeedback($feedback: String!) {
|
|
sendFeedback(feedback: $feedback) {
|
|
success
|
|
}
|
|
}
|