query DeckLearningState($id: ID!) { deck(id: $id) { id learningState { strength stability } } }