Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. studyPlanSection(name: "Math") {
  3. name
  4. student_id
  5. is_show_take_simulation_test
  6. is_show_take_drill_down_test
  7. is_show_take_diagnostic_test
  8. goal_score
  9. previous_score
  10. skills {
  11. name
  12. definition
  13. topic_id
  14. practice_question_url
  15. score
  16. class_taken
  17. question_answered
  18. question_total
  19. mat_readed
  20. mat_total
  21. article_id
  22. topic {
  23. id
  24. name
  25. position
  26. definition
  27. }
  28. }
  29. topic {
  30. name
  31. definition
  32. }
  33. topics_to_work {
  34. name
  35. definition
  36. skills {
  37. name
  38. definition
  39. }
  40. }
  41. topics_your_top {
  42. name
  43. definition
  44. }
  45. scores_by_section {
  46. name
  47. }
  48. d_tests {
  49. name
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement