mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 02:26:03 +08:00
10 lines
124 B
GraphQL
10 lines
124 B
GraphQL
query DeckLearningState($id: ID!) {
|
|
deck(id: $id) {
|
|
id
|
|
learningState {
|
|
strength
|
|
stability
|
|
}
|
|
}
|
|
}
|