query getMedals($scope: MedalScope!, $userId: Int) { getMedals(scope: $scope, userId: $userId) { distanceOver66 { count nickname } distanceOver78 { count nickname } distanceOver90 { count nickname } runLength3 { count nickname } runLength5 { count nickname } runLength8 { count nickname } runLength10 { count nickname } runLength15 { count nickname } runLength20 { count nickname } runLength25 { count nickname } runLength30 { count nickname } runLength40 { count nickname } runLength50 { count nickname } totalMakes25 { count nickname } totalMakes50 { count nickname } totalMakes75 { count nickname } totalMakes100 { count nickname } totalMakes200 { count nickname } totalMakes300 { count nickname } totalMakes400 { count nickname } } }