mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 18:42:58 +08:00
10 lines
107 B
GraphQL
10 lines
107 B
GraphQL
query UserLearningState {
|
|
viewer {
|
|
id
|
|
learningState {
|
|
strength
|
|
stability
|
|
}
|
|
}
|
|
}
|