lms-graphql-api 0.1.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1828) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lms_graphql/canvas.rb +7 -0
  3. data/lib/lms_graphql/canvas_schema.rb +15 -0
  4. data/lib/lms_graphql/mutations/canvas/abort_all_pending_sis_imports.rb +20 -0
  5. data/lib/lms_graphql/mutations/canvas/abort_generation_of_report_or_remove_previously_generated_one.rb +24 -0
  6. data/lib/lms_graphql/mutations/canvas/abort_sis_import.rb +22 -0
  7. data/lib/lms_graphql/mutations/canvas/accept_course_invitation.rb +22 -0
  8. data/lib/lms_graphql/mutations/canvas/activate_role.rb +26 -0
  9. data/lib/lms_graphql/mutations/canvas/add_authentication_provider.rb +20 -0
  10. data/lib/lms_graphql/mutations/canvas/add_course_to_favorites.rb +20 -0
  11. data/lib/lms_graphql/mutations/canvas/add_group_to_favorites.rb +20 -0
  12. data/lib/lms_graphql/mutations/canvas/add_message.rb +34 -0
  13. data/lib/lms_graphql/mutations/canvas/add_observee.rb +24 -0
  14. data/lib/lms_graphql/mutations/canvas/add_observee_with_credentials.rb +28 -0
  15. data/lib/lms_graphql/mutations/canvas/add_recipients.rb +22 -0
  16. data/lib/lms_graphql/mutations/canvas/adds_last_attended_date_to_student_enrollment_in_course.rb +22 -0
  17. data/lib/lms_graphql/mutations/canvas/answering_questions.rb +28 -0
  18. data/lib/lms_graphql/mutations/canvas/assign_unassigned_members.rb +22 -0
  19. data/lib/lms_graphql/mutations/canvas/batch_create_overrides_in_course.rb +22 -0
  20. data/lib/lms_graphql/mutations/canvas/batch_update_conversations.rb +22 -0
  21. data/lib/lms_graphql/mutations/canvas/batch_update_overrides_in_course.rb +22 -0
  22. data/lib/lms_graphql/mutations/canvas/begin_migration_to_push_to_associated_courses.rb +28 -0
  23. data/lib/lms_graphql/mutations/canvas/clear_course_nicknames.rb +20 -0
  24. data/lib/lms_graphql/mutations/canvas/close_notification_for_user.rb +22 -0
  25. data/lib/lms_graphql/mutations/canvas/complete_quiz_submission_turn_it_in.rb +30 -0
  26. data/lib/lms_graphql/mutations/canvas/conclude_deactivate_or_delete_enrollment.rb +24 -0
  27. data/lib/lms_graphql/mutations/canvas/copy_course_content.rb +26 -0
  28. data/lib/lms_graphql/mutations/canvas/copy_file.rb +24 -0
  29. data/lib/lms_graphql/mutations/canvas/copy_folder.rb +22 -0
  30. data/lib/lms_graphql/mutations/canvas/copy_provisional_grade.rb +24 -0
  31. data/lib/lms_graphql/mutations/canvas/course_quiz_extensions_set_extensions_for_student_quiz_submissions.rb +32 -0
  32. data/lib/lms_graphql/mutations/canvas/courses_preview_processed_html.rb +22 -0
  33. data/lib/lms_graphql/mutations/canvas/courses_upload_file.rb +20 -0
  34. data/lib/lms_graphql/mutations/canvas/create_appointment_group.rb +42 -0
  35. data/lib/lms_graphql/mutations/canvas/create_assignment.rb +80 -0
  36. data/lib/lms_graphql/mutations/canvas/create_assignment_group.rb +32 -0
  37. data/lib/lms_graphql/mutations/canvas/create_assignment_override.rb +36 -0
  38. data/lib/lms_graphql/mutations/canvas/create_bookmark.rb +26 -0
  39. data/lib/lms_graphql/mutations/canvas/create_calendar_event.rb +50 -0
  40. data/lib/lms_graphql/mutations/canvas/create_communication_channel.rb +28 -0
  41. data/lib/lms_graphql/mutations/canvas/create_content_migration_accounts.rb +52 -0
  42. data/lib/lms_graphql/mutations/canvas/create_content_migration_courses.rb +52 -0
  43. data/lib/lms_graphql/mutations/canvas/create_content_migration_groups.rb +52 -0
  44. data/lib/lms_graphql/mutations/canvas/create_content_migration_users.rb +52 -0
  45. data/lib/lms_graphql/mutations/canvas/create_conversation.rb +44 -0
  46. data/lib/lms_graphql/mutations/canvas/create_course_section.rb +34 -0
  47. data/lib/lms_graphql/mutations/canvas/create_custom_gradebook_column.rb +30 -0
  48. data/lib/lms_graphql/mutations/canvas/create_enrollment_term.rb +32 -0
  49. data/lib/lms_graphql/mutations/canvas/create_epub_export.rb +20 -0
  50. data/lib/lms_graphql/mutations/canvas/create_error_report.rb +28 -0
  51. data/lib/lms_graphql/mutations/canvas/create_external_feed_courses.rb +26 -0
  52. data/lib/lms_graphql/mutations/canvas/create_external_feed_groups.rb +26 -0
  53. data/lib/lms_graphql/mutations/canvas/create_external_tool_accounts.rb +142 -0
  54. data/lib/lms_graphql/mutations/canvas/create_external_tool_courses.rb +142 -0
  55. data/lib/lms_graphql/mutations/canvas/create_folder_courses.rb +36 -0
  56. data/lib/lms_graphql/mutations/canvas/create_folder_folders.rb +36 -0
  57. data/lib/lms_graphql/mutations/canvas/create_folder_groups.rb +36 -0
  58. data/lib/lms_graphql/mutations/canvas/create_folder_users.rb +36 -0
  59. data/lib/lms_graphql/mutations/canvas/create_global_notification.rb +32 -0
  60. data/lib/lms_graphql/mutations/canvas/create_group_category_accounts.rb +34 -0
  61. data/lib/lms_graphql/mutations/canvas/create_group_category_courses.rb +34 -0
  62. data/lib/lms_graphql/mutations/canvas/create_group_group_categories.rb +32 -0
  63. data/lib/lms_graphql/mutations/canvas/create_group_groups.rb +30 -0
  64. data/lib/lms_graphql/mutations/canvas/create_jwt.rb +20 -0
  65. data/lib/lms_graphql/mutations/canvas/create_late_policy.rb +34 -0
  66. data/lib/lms_graphql/mutations/canvas/create_link_outcome_accounts.rb +44 -0
  67. data/lib/lms_graphql/mutations/canvas/create_link_outcome_accounts_outcome_id.rb +44 -0
  68. data/lib/lms_graphql/mutations/canvas/create_link_outcome_courses.rb +44 -0
  69. data/lib/lms_graphql/mutations/canvas/create_link_outcome_courses_outcome_id.rb +44 -0
  70. data/lib/lms_graphql/mutations/canvas/create_link_outcome_global.rb +42 -0
  71. data/lib/lms_graphql/mutations/canvas/create_link_outcome_global_outcome_id.rb +42 -0
  72. data/lib/lms_graphql/mutations/canvas/create_live_assessment_results.rb +22 -0
  73. data/lib/lms_graphql/mutations/canvas/create_membership.rb +22 -0
  74. data/lib/lms_graphql/mutations/canvas/create_module.rb +32 -0
  75. data/lib/lms_graphql/mutations/canvas/create_module_item.rb +42 -0
  76. data/lib/lms_graphql/mutations/canvas/create_new_course.rb +78 -0
  77. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_courses.rb +58 -0
  78. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_groups.rb +58 -0
  79. data/lib/lms_graphql/mutations/canvas/create_new_grading_standard_accounts.rb +26 -0
  80. data/lib/lms_graphql/mutations/canvas/create_new_grading_standard_courses.rb +26 -0
  81. data/lib/lms_graphql/mutations/canvas/create_new_role.rb +36 -0
  82. data/lib/lms_graphql/mutations/canvas/create_new_sub_account.rb +30 -0
  83. data/lib/lms_graphql/mutations/canvas/create_or_find_live_assessment.rb +20 -0
  84. data/lib/lms_graphql/mutations/canvas/create_or_update_events_directly_for_course_timetable.rb +32 -0
  85. data/lib/lms_graphql/mutations/canvas/create_originality_report.rb +36 -0
  86. data/lib/lms_graphql/mutations/canvas/create_page_courses.rb +32 -0
  87. data/lib/lms_graphql/mutations/canvas/create_page_groups.rb +32 -0
  88. data/lib/lms_graphql/mutations/canvas/create_planner_note.rb +30 -0
  89. data/lib/lms_graphql/mutations/canvas/create_planner_override.rb +26 -0
  90. data/lib/lms_graphql/mutations/canvas/create_question_group.rb +30 -0
  91. data/lib/lms_graphql/mutations/canvas/create_quiz.rb +66 -0
  92. data/lib/lms_graphql/mutations/canvas/create_quiz_report.rb +28 -0
  93. data/lib/lms_graphql/mutations/canvas/create_quiz_submission_start_quiz_taking_session.rb +26 -0
  94. data/lib/lms_graphql/mutations/canvas/create_single_poll.rb +22 -0
  95. data/lib/lms_graphql/mutations/canvas/create_single_poll_choice.rb +26 -0
  96. data/lib/lms_graphql/mutations/canvas/create_single_poll_session.rb +26 -0
  97. data/lib/lms_graphql/mutations/canvas/create_single_poll_submission.rb +24 -0
  98. data/lib/lms_graphql/mutations/canvas/create_single_quiz_question.rb +44 -0
  99. data/lib/lms_graphql/mutations/canvas/create_subgroup_accounts.rb +28 -0
  100. data/lib/lms_graphql/mutations/canvas/create_subgroup_courses.rb +28 -0
  101. data/lib/lms_graphql/mutations/canvas/create_subgroup_global.rb +26 -0
  102. data/lib/lms_graphql/mutations/canvas/create_user.rb +64 -0
  103. data/lib/lms_graphql/mutations/canvas/create_user_login.rb +32 -0
  104. data/lib/lms_graphql/mutations/canvas/create_webhook_subscription.rb +30 -0
  105. data/lib/lms_graphql/mutations/canvas/cross_list_section.rb +22 -0
  106. data/lib/lms_graphql/mutations/canvas/de_cross_list_section.rb +20 -0
  107. data/lib/lms_graphql/mutations/canvas/deactivate_role.rb +26 -0
  108. data/lib/lms_graphql/mutations/canvas/delete_appointment_group.rb +22 -0
  109. data/lib/lms_graphql/mutations/canvas/delete_assignment.rb +22 -0
  110. data/lib/lms_graphql/mutations/canvas/delete_assignment_override.rb +24 -0
  111. data/lib/lms_graphql/mutations/canvas/delete_authentication_provider.rb +22 -0
  112. data/lib/lms_graphql/mutations/canvas/delete_bookmark.rb +20 -0
  113. data/lib/lms_graphql/mutations/canvas/delete_calendar_event.rb +22 -0
  114. data/lib/lms_graphql/mutations/canvas/delete_communication_channel_id.rb +22 -0
  115. data/lib/lms_graphql/mutations/canvas/delete_communication_channel_type.rb +24 -0
  116. data/lib/lms_graphql/mutations/canvas/delete_conclude_course.rb +22 -0
  117. data/lib/lms_graphql/mutations/canvas/delete_conversation.rb +20 -0
  118. data/lib/lms_graphql/mutations/canvas/delete_custom_data.rb +22 -0
  119. data/lib/lms_graphql/mutations/canvas/delete_custom_gradebook_column.rb +22 -0
  120. data/lib/lms_graphql/mutations/canvas/delete_enrollment_term.rb +22 -0
  121. data/lib/lms_graphql/mutations/canvas/delete_entry_courses.rb +24 -0
  122. data/lib/lms_graphql/mutations/canvas/delete_entry_groups.rb +24 -0
  123. data/lib/lms_graphql/mutations/canvas/delete_external_feed_courses.rb +22 -0
  124. data/lib/lms_graphql/mutations/canvas/delete_external_feed_groups.rb +22 -0
  125. data/lib/lms_graphql/mutations/canvas/delete_external_tool_accounts.rb +22 -0
  126. data/lib/lms_graphql/mutations/canvas/delete_external_tool_courses.rb +22 -0
  127. data/lib/lms_graphql/mutations/canvas/delete_file.rb +22 -0
  128. data/lib/lms_graphql/mutations/canvas/delete_folder.rb +22 -0
  129. data/lib/lms_graphql/mutations/canvas/delete_grading_period_accounts.rb +22 -0
  130. data/lib/lms_graphql/mutations/canvas/delete_grading_period_courses.rb +22 -0
  131. data/lib/lms_graphql/mutations/canvas/delete_group.rb +20 -0
  132. data/lib/lms_graphql/mutations/canvas/delete_group_category.rb +20 -0
  133. data/lib/lms_graphql/mutations/canvas/delete_message.rb +22 -0
  134. data/lib/lms_graphql/mutations/canvas/delete_module.rb +22 -0
  135. data/lib/lms_graphql/mutations/canvas/delete_module_item.rb +24 -0
  136. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_accounts.rb +22 -0
  137. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_courses.rb +22 -0
  138. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_global.rb +20 -0
  139. data/lib/lms_graphql/mutations/canvas/delete_page_courses.rb +22 -0
  140. data/lib/lms_graphql/mutations/canvas/delete_page_groups.rb +22 -0
  141. data/lib/lms_graphql/mutations/canvas/delete_peer_review_courses.rb +26 -0
  142. data/lib/lms_graphql/mutations/canvas/delete_peer_review_sections.rb +26 -0
  143. data/lib/lms_graphql/mutations/canvas/delete_planner_note.rb +20 -0
  144. data/lib/lms_graphql/mutations/canvas/delete_planner_override.rb +20 -0
  145. data/lib/lms_graphql/mutations/canvas/delete_poll.rb +20 -0
  146. data/lib/lms_graphql/mutations/canvas/delete_poll_choice.rb +22 -0
  147. data/lib/lms_graphql/mutations/canvas/delete_poll_session.rb +22 -0
  148. data/lib/lms_graphql/mutations/canvas/delete_push_notification_endpoint.rb +20 -0
  149. data/lib/lms_graphql/mutations/canvas/delete_question_group.rb +24 -0
  150. data/lib/lms_graphql/mutations/canvas/delete_quiz.rb +22 -0
  151. data/lib/lms_graphql/mutations/canvas/delete_quiz_question.rb +24 -0
  152. data/lib/lms_graphql/mutations/canvas/delete_report.rb +24 -0
  153. data/lib/lms_graphql/mutations/canvas/delete_section.rb +20 -0
  154. data/lib/lms_graphql/mutations/canvas/delete_sub_account.rb +22 -0
  155. data/lib/lms_graphql/mutations/canvas/delete_topic_courses.rb +22 -0
  156. data/lib/lms_graphql/mutations/canvas/delete_topic_groups.rb +22 -0
  157. data/lib/lms_graphql/mutations/canvas/delete_user_from_root_account.rb +22 -0
  158. data/lib/lms_graphql/mutations/canvas/delete_user_login.rb +22 -0
  159. data/lib/lms_graphql/mutations/canvas/delete_webhook_subscription.rb +20 -0
  160. data/lib/lms_graphql/mutations/canvas/destroy_assignment_group.rb +24 -0
  161. data/lib/lms_graphql/mutations/canvas/disable_assignments_currently_enabled_for_grade_export_to_sis.rb +22 -0
  162. data/lib/lms_graphql/mutations/canvas/duplicate_page.rb +22 -0
  163. data/lib/lms_graphql/mutations/canvas/edit_assignment.rb +80 -0
  164. data/lib/lms_graphql/mutations/canvas/edit_assignment_group.rb +22 -0
  165. data/lib/lms_graphql/mutations/canvas/edit_conversation.rb +32 -0
  166. data/lib/lms_graphql/mutations/canvas/edit_external_tool_accounts.rb +22 -0
  167. data/lib/lms_graphql/mutations/canvas/edit_external_tool_courses.rb +22 -0
  168. data/lib/lms_graphql/mutations/canvas/edit_group.rb +36 -0
  169. data/lib/lms_graphql/mutations/canvas/edit_originality_report_files.rb +34 -0
  170. data/lib/lms_graphql/mutations/canvas/edit_originality_report_submissions.rb +36 -0
  171. data/lib/lms_graphql/mutations/canvas/edit_quiz.rb +24 -0
  172. data/lib/lms_graphql/mutations/canvas/edit_section.rb +32 -0
  173. data/lib/lms_graphql/mutations/canvas/edit_user.rb +36 -0
  174. data/lib/lms_graphql/mutations/canvas/edit_user_login.rb +30 -0
  175. data/lib/lms_graphql/mutations/canvas/enroll_user_courses.rb +42 -0
  176. data/lib/lms_graphql/mutations/canvas/enroll_user_sections.rb +42 -0
  177. data/lib/lms_graphql/mutations/canvas/export_content_courses.rb +26 -0
  178. data/lib/lms_graphql/mutations/canvas/export_content_groups.rb +26 -0
  179. data/lib/lms_graphql/mutations/canvas/export_content_users.rb +26 -0
  180. data/lib/lms_graphql/mutations/canvas/files_upload_file.rb +20 -0
  181. data/lib/lms_graphql/mutations/canvas/flagging_question.rb +28 -0
  182. data/lib/lms_graphql/mutations/canvas/get_pandata_jwt_token_and_its_expiration_date.rb +22 -0
  183. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_assignments.rb +40 -0
  184. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_submissions.rb +38 -0
  185. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_assignments.rb +40 -0
  186. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_submissions.rb +38 -0
  187. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_courses.rb +46 -0
  188. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_sections.rb +46 -0
  189. data/lib/lms_graphql/mutations/canvas/groups_preview_processed_html.rb +22 -0
  190. data/lib/lms_graphql/mutations/canvas/groups_upload_file.rb +20 -0
  191. data/lib/lms_graphql/mutations/canvas/hide_all_stream_items.rb +20 -0
  192. data/lib/lms_graphql/mutations/canvas/hide_stream_item.rb +20 -0
  193. data/lib/lms_graphql/mutations/canvas/import_outcome_group_accounts.rb +24 -0
  194. data/lib/lms_graphql/mutations/canvas/import_outcome_group_courses.rb +24 -0
  195. data/lib/lms_graphql/mutations/canvas/import_outcome_group_global.rb +22 -0
  196. data/lib/lms_graphql/mutations/canvas/import_outcomes_accounts.rb +26 -0
  197. data/lib/lms_graphql/mutations/canvas/import_outcomes_courses.rb +26 -0
  198. data/lib/lms_graphql/mutations/canvas/import_sis_data.rb +48 -0
  199. data/lib/lms_graphql/mutations/canvas/invite_others_to_group.rb +22 -0
  200. data/lib/lms_graphql/mutations/canvas/leave_group_memberships.rb +22 -0
  201. data/lib/lms_graphql/mutations/canvas/leave_group_users.rb +22 -0
  202. data/lib/lms_graphql/mutations/canvas/make_account_admin.rb +28 -0
  203. data/lib/lms_graphql/mutations/canvas/mark_all_as_read.rb +20 -0
  204. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_read_courses.rb +24 -0
  205. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_read_groups.rb +24 -0
  206. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_unread_courses.rb +24 -0
  207. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_unread_groups.rb +24 -0
  208. data/lib/lms_graphql/mutations/canvas/mark_entry_as_read_courses.rb +26 -0
  209. data/lib/lms_graphql/mutations/canvas/mark_entry_as_read_groups.rb +26 -0
  210. data/lib/lms_graphql/mutations/canvas/mark_entry_as_unread_courses.rb +26 -0
  211. data/lib/lms_graphql/mutations/canvas/mark_entry_as_unread_groups.rb +26 -0
  212. data/lib/lms_graphql/mutations/canvas/mark_module_item_as_done_not_done.rb +24 -0
  213. data/lib/lms_graphql/mutations/canvas/mark_module_item_read.rb +24 -0
  214. data/lib/lms_graphql/mutations/canvas/mark_submission_as_read_courses.rb +24 -0
  215. data/lib/lms_graphql/mutations/canvas/mark_submission_as_read_sections.rb +24 -0
  216. data/lib/lms_graphql/mutations/canvas/mark_submission_as_unread_courses.rb +24 -0
  217. data/lib/lms_graphql/mutations/canvas/mark_submission_as_unread_sections.rb +24 -0
  218. data/lib/lms_graphql/mutations/canvas/mark_topic_as_read_courses.rb +22 -0
  219. data/lib/lms_graphql/mutations/canvas/mark_topic_as_read_groups.rb +22 -0
  220. data/lib/lms_graphql/mutations/canvas/mark_topic_as_unread_courses.rb +22 -0
  221. data/lib/lms_graphql/mutations/canvas/mark_topic_as_unread_groups.rb +22 -0
  222. data/lib/lms_graphql/mutations/canvas/merge_user_into_another_user_accounts.rb +24 -0
  223. data/lib/lms_graphql/mutations/canvas/merge_user_into_another_user_destination_user_id.rb +22 -0
  224. data/lib/lms_graphql/mutations/canvas/mutations.rb +371 -0
  225. data/lib/lms_graphql/mutations/canvas/patch_late_policy.rb +34 -0
  226. data/lib/lms_graphql/mutations/canvas/peer_reviews_create_peer_review_courses.rb +26 -0
  227. data/lib/lms_graphql/mutations/canvas/peer_reviews_create_peer_review_sections.rb +26 -0
  228. data/lib/lms_graphql/mutations/canvas/post_entry_courses.rb +26 -0
  229. data/lib/lms_graphql/mutations/canvas/post_entry_groups.rb +26 -0
  230. data/lib/lms_graphql/mutations/canvas/post_reply_courses.rb +28 -0
  231. data/lib/lms_graphql/mutations/canvas/post_reply_groups.rb +28 -0
  232. data/lib/lms_graphql/mutations/canvas/publish_provisional_grades_for_assignment.rb +22 -0
  233. data/lib/lms_graphql/mutations/canvas/quiz_extensions_set_extensions_for_student_quiz_submissions.rb +34 -0
  234. data/lib/lms_graphql/mutations/canvas/quiz_submission_files_upload_file.rb +26 -0
  235. data/lib/lms_graphql/mutations/canvas/rate_entry_courses.rb +26 -0
  236. data/lib/lms_graphql/mutations/canvas/rate_entry_groups.rb +26 -0
  237. data/lib/lms_graphql/mutations/canvas/re_activate_enrollment.rb +22 -0
  238. data/lib/lms_graphql/mutations/canvas/re_lock_module_progressions.rb +22 -0
  239. data/lib/lms_graphql/mutations/canvas/refresh_jwt.rb +20 -0
  240. data/lib/lms_graphql/mutations/canvas/reject_course_invitation.rb +22 -0
  241. data/lib/lms_graphql/mutations/canvas/remove_account_admin.rb +26 -0
  242. data/lib/lms_graphql/mutations/canvas/remove_course_from_favorites.rb +20 -0
  243. data/lib/lms_graphql/mutations/canvas/remove_course_nickname.rb +20 -0
  244. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_accounts.rb +22 -0
  245. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_courses.rb +22 -0
  246. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_users.rb +22 -0
  247. data/lib/lms_graphql/mutations/canvas/remove_group_from_favorites.rb +20 -0
  248. data/lib/lms_graphql/mutations/canvas/remove_observee.rb +24 -0
  249. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_courses.rb +24 -0
  250. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_groups.rb +24 -0
  251. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_users.rb +24 -0
  252. data/lib/lms_graphql/mutations/canvas/reorder_custom_columns.rb +22 -0
  253. data/lib/lms_graphql/mutations/canvas/reorder_pinned_topics_courses.rb +22 -0
  254. data/lib/lms_graphql/mutations/canvas/reorder_pinned_topics_groups.rb +22 -0
  255. data/lib/lms_graphql/mutations/canvas/reorder_question_groups.rb +28 -0
  256. data/lib/lms_graphql/mutations/canvas/reorder_quiz_items.rb +26 -0
  257. data/lib/lms_graphql/mutations/canvas/reserve_time_slot.rb +26 -0
  258. data/lib/lms_graphql/mutations/canvas/reserve_time_slot_participant_id.rb +26 -0
  259. data/lib/lms_graphql/mutations/canvas/reset_course.rb +20 -0
  260. data/lib/lms_graphql/mutations/canvas/reset_course_favorites.rb +20 -0
  261. data/lib/lms_graphql/mutations/canvas/reset_group_favorites.rb +20 -0
  262. data/lib/lms_graphql/mutations/canvas/revert_to_revision_courses.rb +24 -0
  263. data/lib/lms_graphql/mutations/canvas/revert_to_revision_groups.rb +24 -0
  264. data/lib/lms_graphql/mutations/canvas/select_mastery_path.rb +28 -0
  265. data/lib/lms_graphql/mutations/canvas/select_provisional_grade.rb +24 -0
  266. data/lib/lms_graphql/mutations/canvas/select_students_for_moderation.rb +24 -0
  267. data/lib/lms_graphql/mutations/canvas/self_register_user.rb +40 -0
  268. data/lib/lms_graphql/mutations/canvas/send_message_to_unsubmitted_or_submitted_users_for_quiz.rb +24 -0
  269. data/lib/lms_graphql/mutations/canvas/set_course_nickname.rb +22 -0
  270. data/lib/lms_graphql/mutations/canvas/set_course_timetable.rb +30 -0
  271. data/lib/lms_graphql/mutations/canvas/set_feature_flag_accounts.rb +24 -0
  272. data/lib/lms_graphql/mutations/canvas/set_feature_flag_courses.rb +24 -0
  273. data/lib/lms_graphql/mutations/canvas/set_feature_flag_users.rb +24 -0
  274. data/lib/lms_graphql/mutations/canvas/set_or_remove_restrictions_on_blueprint_course_object.rb +30 -0
  275. data/lib/lms_graphql/mutations/canvas/set_usage_rights_courses.rb +32 -0
  276. data/lib/lms_graphql/mutations/canvas/set_usage_rights_groups.rb +32 -0
  277. data/lib/lms_graphql/mutations/canvas/set_usage_rights_users.rb +32 -0
  278. data/lib/lms_graphql/mutations/canvas/share_brandconfig_theme.rb +24 -0
  279. data/lib/lms_graphql/mutations/canvas/split_merged_users_into_separate_users.rb +20 -0
  280. data/lib/lms_graphql/mutations/canvas/start_kaltura_session.rb +20 -0
  281. data/lib/lms_graphql/mutations/canvas/start_report.rb +28 -0
  282. data/lib/lms_graphql/mutations/canvas/store_custom_data.rb +24 -0
  283. data/lib/lms_graphql/mutations/canvas/submission_comments_upload_file.rb +24 -0
  284. data/lib/lms_graphql/mutations/canvas/submit_assignment_courses.rb +36 -0
  285. data/lib/lms_graphql/mutations/canvas/submit_assignment_sections.rb +36 -0
  286. data/lib/lms_graphql/mutations/canvas/submit_captured_events.rb +26 -0
  287. data/lib/lms_graphql/mutations/canvas/subscribe_to_topic_courses.rb +22 -0
  288. data/lib/lms_graphql/mutations/canvas/subscribe_to_topic_groups.rb +22 -0
  289. data/lib/lms_graphql/mutations/canvas/un_share_brandconfig_theme.rb +20 -0
  290. data/lib/lms_graphql/mutations/canvas/unflagging_question.rb +28 -0
  291. data/lib/lms_graphql/mutations/canvas/unlink_outcome_accounts.rb +24 -0
  292. data/lib/lms_graphql/mutations/canvas/unlink_outcome_courses.rb +24 -0
  293. data/lib/lms_graphql/mutations/canvas/unlink_outcome_global.rb +22 -0
  294. data/lib/lms_graphql/mutations/canvas/unsubscribe_from_topic_courses.rb +22 -0
  295. data/lib/lms_graphql/mutations/canvas/unsubscribe_from_topic_groups.rb +22 -0
  296. data/lib/lms_graphql/mutations/canvas/update_account.rb +50 -0
  297. data/lib/lms_graphql/mutations/canvas/update_account_auth_settings.rb +20 -0
  298. data/lib/lms_graphql/mutations/canvas/update_appointment_group.rb +44 -0
  299. data/lib/lms_graphql/mutations/canvas/update_assignment_override.rb +34 -0
  300. data/lib/lms_graphql/mutations/canvas/update_associated_courses.rb +26 -0
  301. data/lib/lms_graphql/mutations/canvas/update_authentication_provider.rb +22 -0
  302. data/lib/lms_graphql/mutations/canvas/update_bookmark.rb +28 -0
  303. data/lib/lms_graphql/mutations/canvas/update_calendar_event.rb +44 -0
  304. data/lib/lms_graphql/mutations/canvas/update_column_data.rb +26 -0
  305. data/lib/lms_graphql/mutations/canvas/update_content_migration_accounts.rb +22 -0
  306. data/lib/lms_graphql/mutations/canvas/update_content_migration_courses.rb +22 -0
  307. data/lib/lms_graphql/mutations/canvas/update_content_migration_groups.rb +22 -0
  308. data/lib/lms_graphql/mutations/canvas/update_content_migration_users.rb +22 -0
  309. data/lib/lms_graphql/mutations/canvas/update_course.rb +94 -0
  310. data/lib/lms_graphql/mutations/canvas/update_course_settings.rb +42 -0
  311. data/lib/lms_graphql/mutations/canvas/update_courses.rb +24 -0
  312. data/lib/lms_graphql/mutations/canvas/update_create_front_page_courses.rb +30 -0
  313. data/lib/lms_graphql/mutations/canvas/update_create_front_page_groups.rb +30 -0
  314. data/lib/lms_graphql/mutations/canvas/update_create_page_courses.rb +34 -0
  315. data/lib/lms_graphql/mutations/canvas/update_create_page_groups.rb +34 -0
  316. data/lib/lms_graphql/mutations/canvas/update_custom_color.rb +24 -0
  317. data/lib/lms_graphql/mutations/canvas/update_custom_gradebook_column.rb +22 -0
  318. data/lib/lms_graphql/mutations/canvas/update_dashboard_positions.rb +20 -0
  319. data/lib/lms_graphql/mutations/canvas/update_enrollment_term.rb +34 -0
  320. data/lib/lms_graphql/mutations/canvas/update_entry_courses.rb +26 -0
  321. data/lib/lms_graphql/mutations/canvas/update_entry_groups.rb +26 -0
  322. data/lib/lms_graphql/mutations/canvas/update_existing_quiz_question.rb +46 -0
  323. data/lib/lms_graphql/mutations/canvas/update_file.rb +34 -0
  324. data/lib/lms_graphql/mutations/canvas/update_folder.rb +34 -0
  325. data/lib/lms_graphql/mutations/canvas/update_global_notification.rb +34 -0
  326. data/lib/lms_graphql/mutations/canvas/update_group_category.rb +34 -0
  327. data/lib/lms_graphql/mutations/canvas/update_membership_memberships.rb +26 -0
  328. data/lib/lms_graphql/mutations/canvas/update_membership_users.rb +26 -0
  329. data/lib/lms_graphql/mutations/canvas/update_migration_issue_accounts.rb +26 -0
  330. data/lib/lms_graphql/mutations/canvas/update_migration_issue_courses.rb +26 -0
  331. data/lib/lms_graphql/mutations/canvas/update_migration_issue_groups.rb +26 -0
  332. data/lib/lms_graphql/mutations/canvas/update_migration_issue_users.rb +26 -0
  333. data/lib/lms_graphql/mutations/canvas/update_module.rb +36 -0
  334. data/lib/lms_graphql/mutations/canvas/update_module_item.rb +42 -0
  335. data/lib/lms_graphql/mutations/canvas/update_multiple_preferences_communication_channel_id.rb +22 -0
  336. data/lib/lms_graphql/mutations/canvas/update_multiple_preferences_type.rb +24 -0
  337. data/lib/lms_graphql/mutations/canvas/update_outcome.rb +38 -0
  338. data/lib/lms_graphql/mutations/canvas/update_outcome_group_accounts.rb +30 -0
  339. data/lib/lms_graphql/mutations/canvas/update_outcome_group_courses.rb +30 -0
  340. data/lib/lms_graphql/mutations/canvas/update_outcome_group_global.rb +28 -0
  341. data/lib/lms_graphql/mutations/canvas/update_planner_override.rb +24 -0
  342. data/lib/lms_graphql/mutations/canvas/update_plannernote.rb +28 -0
  343. data/lib/lms_graphql/mutations/canvas/update_preference_communication_channel_id.rb +24 -0
  344. data/lib/lms_graphql/mutations/canvas/update_preference_type.rb +26 -0
  345. data/lib/lms_graphql/mutations/canvas/update_preferences_by_category.rb +24 -0
  346. data/lib/lms_graphql/mutations/canvas/update_question_group.rb +30 -0
  347. data/lib/lms_graphql/mutations/canvas/update_role.rb +32 -0
  348. data/lib/lms_graphql/mutations/canvas/update_shared_theme.rb +22 -0
  349. data/lib/lms_graphql/mutations/canvas/update_single_grading_period.rb +28 -0
  350. data/lib/lms_graphql/mutations/canvas/update_single_poll.rb +24 -0
  351. data/lib/lms_graphql/mutations/canvas/update_single_poll_choice.rb +28 -0
  352. data/lib/lms_graphql/mutations/canvas/update_single_poll_session.rb +28 -0
  353. data/lib/lms_graphql/mutations/canvas/update_student_question_scores_and_comments.rb +30 -0
  354. data/lib/lms_graphql/mutations/canvas/update_tab_for_course.rb +26 -0
  355. data/lib/lms_graphql/mutations/canvas/update_topic_courses.rb +58 -0
  356. data/lib/lms_graphql/mutations/canvas/update_topic_groups.rb +58 -0
  357. data/lib/lms_graphql/mutations/canvas/update_webhook_subscription.rb +20 -0
  358. data/lib/lms_graphql/mutations/canvas/upload_file_courses.rb +24 -0
  359. data/lib/lms_graphql/mutations/canvas/upload_file_sections.rb +24 -0
  360. data/lib/lms_graphql/mutations/canvas/users_upload_file.rb +20 -0
  361. data/lib/lms_graphql/mutations/canvas/validate_quiz_access_code.rb +24 -0
  362. data/lib/lms_graphql/mutations/canvas_base_mutation.rb +10 -0
  363. data/lib/lms_graphql/resolvers/canvas/activity_stream_summary.rb +20 -0
  364. data/lib/lms_graphql/resolvers/canvas/batch_retrieve_overrides_in_course.rb +24 -0
  365. data/lib/lms_graphql/resolvers/canvas/close_opened_poll_session.rb +22 -0
  366. data/lib/lms_graphql/resolvers/canvas/course_activity_stream.rb +20 -0
  367. data/lib/lms_graphql/resolvers/canvas/course_activity_stream_summary.rb +20 -0
  368. data/lib/lms_graphql/resolvers/canvas/course_audit_log_query_by_course.rb +24 -0
  369. data/lib/lms_graphql/resolvers/canvas/course_todo_items.rb +20 -0
  370. data/lib/lms_graphql/resolvers/canvas/days_in_gradebook_history_for_this_course.rb +20 -0
  371. data/lib/lms_graphql/resolvers/canvas/details_for_given_date_in_gradebook_history_for_this_course.rb +22 -0
  372. data/lib/lms_graphql/resolvers/canvas/enrollment_by_id.rb +22 -0
  373. data/lib/lms_graphql/resolvers/canvas/fetching_latest_quiz_statistics.rb +24 -0
  374. data/lib/lms_graphql/resolvers/canvas/find_recipients.rb +20 -0
  375. data/lib/lms_graphql/resolvers/canvas/find_recipients_conversations.rb +32 -0
  376. data/lib/lms_graphql/resolvers/canvas/find_recipients_search.rb +32 -0
  377. data/lib/lms_graphql/resolvers/canvas/get_all_outcome_groups_for_context_accounts.rb +20 -0
  378. data/lib/lms_graphql/resolvers/canvas/get_all_outcome_groups_for_context_courses.rb +20 -0
  379. data/lib/lms_graphql/resolvers/canvas/get_all_outcome_links_for_context_accounts.rb +24 -0
  380. data/lib/lms_graphql/resolvers/canvas/get_all_outcome_links_for_context_courses.rb +24 -0
  381. data/lib/lms_graphql/resolvers/canvas/get_all_peer_reviews_courses_peer_reviews.rb +24 -0
  382. data/lib/lms_graphql/resolvers/canvas/get_all_peer_reviews_courses_submissions.rb +26 -0
  383. data/lib/lms_graphql/resolvers/canvas/get_all_peer_reviews_sections_peer_reviews.rb +24 -0
  384. data/lib/lms_graphql/resolvers/canvas/get_all_peer_reviews_sections_submissions.rb +26 -0
  385. data/lib/lms_graphql/resolvers/canvas/get_all_quiz_submission_questions.rb +22 -0
  386. data/lib/lms_graphql/resolvers/canvas/get_all_quiz_submissions.rb +24 -0
  387. data/lib/lms_graphql/resolvers/canvas/get_all_users_in_group_lti.rb +20 -0
  388. data/lib/lms_graphql/resolvers/canvas/get_assignment_group.rb +28 -0
  389. data/lib/lms_graphql/resolvers/canvas/get_associated_course_information.rb +22 -0
  390. data/lib/lms_graphql/resolvers/canvas/get_authentication_provider.rb +22 -0
  391. data/lib/lms_graphql/resolvers/canvas/get_available_quiz_ip_filters.rb +22 -0
  392. data/lib/lms_graphql/resolvers/canvas/get_blueprint_information.rb +22 -0
  393. data/lib/lms_graphql/resolvers/canvas/get_bookmark.rb +20 -0
  394. data/lib/lms_graphql/resolvers/canvas/get_brand_config_variables_that_should_be_used_for_this_domain.rb +20 -0
  395. data/lib/lms_graphql/resolvers/canvas/get_content_migration_accounts.rb +22 -0
  396. data/lib/lms_graphql/resolvers/canvas/get_content_migration_courses.rb +22 -0
  397. data/lib/lms_graphql/resolvers/canvas/get_content_migration_groups.rb +22 -0
  398. data/lib/lms_graphql/resolvers/canvas/get_content_migration_users.rb +22 -0
  399. data/lib/lms_graphql/resolvers/canvas/get_course_copy_status.rb +22 -0
  400. data/lib/lms_graphql/resolvers/canvas/get_course_level_assignment_data.rb +22 -0
  401. data/lib/lms_graphql/resolvers/canvas/get_course_level_participation_data.rb +20 -0
  402. data/lib/lms_graphql/resolvers/canvas/get_course_level_student_summary_data.rb +24 -0
  403. data/lib/lms_graphql/resolvers/canvas/get_course_nickname.rb +20 -0
  404. data/lib/lms_graphql/resolvers/canvas/get_course_settings.rb +20 -0
  405. data/lib/lms_graphql/resolvers/canvas/get_course_timetable.rb +20 -0
  406. data/lib/lms_graphql/resolvers/canvas/get_current_quiz_submission_times.rb +24 -0
  407. data/lib/lms_graphql/resolvers/canvas/get_custom_color.rb +22 -0
  408. data/lib/lms_graphql/resolvers/canvas/get_custom_colors.rb +20 -0
  409. data/lib/lms_graphql/resolvers/canvas/get_dashboard_positions.rb +20 -0
  410. data/lib/lms_graphql/resolvers/canvas/get_department_level_grade_data_completed.rb +20 -0
  411. data/lib/lms_graphql/resolvers/canvas/get_department_level_grade_data_current.rb +20 -0
  412. data/lib/lms_graphql/resolvers/canvas/get_department_level_grade_data_terms.rb +22 -0
  413. data/lib/lms_graphql/resolvers/canvas/get_department_level_participation_data_completed.rb +20 -0
  414. data/lib/lms_graphql/resolvers/canvas/get_department_level_participation_data_current.rb +20 -0
  415. data/lib/lms_graphql/resolvers/canvas/get_department_level_participation_data_terms.rb +22 -0
  416. data/lib/lms_graphql/resolvers/canvas/get_department_level_statistics_completed.rb +20 -0
  417. data/lib/lms_graphql/resolvers/canvas/get_department_level_statistics_current.rb +20 -0
  418. data/lib/lms_graphql/resolvers/canvas/get_department_level_statistics_terms.rb +22 -0
  419. data/lib/lms_graphql/resolvers/canvas/get_effective_due_dates.rb +22 -0
  420. data/lib/lms_graphql/resolvers/canvas/get_feature_flag_accounts.rb +22 -0
  421. data/lib/lms_graphql/resolvers/canvas/get_feature_flag_courses.rb +22 -0
  422. data/lib/lms_graphql/resolvers/canvas/get_feature_flag_users.rb +22 -0
  423. data/lib/lms_graphql/resolvers/canvas/get_file_courses.rb +24 -0
  424. data/lib/lms_graphql/resolvers/canvas/get_file_files.rb +22 -0
  425. data/lib/lms_graphql/resolvers/canvas/get_file_groups.rb +24 -0
  426. data/lib/lms_graphql/resolvers/canvas/get_file_users.rb +24 -0
  427. data/lib/lms_graphql/resolvers/canvas/get_folder_courses.rb +22 -0
  428. data/lib/lms_graphql/resolvers/canvas/get_folder_folders.rb +20 -0
  429. data/lib/lms_graphql/resolvers/canvas/get_folder_groups.rb +22 -0
  430. data/lib/lms_graphql/resolvers/canvas/get_folder_users.rb +22 -0
  431. data/lib/lms_graphql/resolvers/canvas/get_full_topic_courses.rb +22 -0
  432. data/lib/lms_graphql/resolvers/canvas/get_full_topic_groups.rb +22 -0
  433. data/lib/lms_graphql/resolvers/canvas/get_history_of_single_submission.rb +22 -0
  434. data/lib/lms_graphql/resolvers/canvas/get_import_details.rb +24 -0
  435. data/lib/lms_graphql/resolvers/canvas/get_kaltura_config.rb +20 -0
  436. data/lib/lms_graphql/resolvers/canvas/get_late_policy.rb +20 -0
  437. data/lib/lms_graphql/resolvers/canvas/get_migration_details.rb +24 -0
  438. data/lib/lms_graphql/resolvers/canvas/get_migration_issue_accounts.rb +24 -0
  439. data/lib/lms_graphql/resolvers/canvas/get_migration_issue_courses.rb +24 -0
  440. data/lib/lms_graphql/resolvers/canvas/get_migration_issue_groups.rb +24 -0
  441. data/lib/lms_graphql/resolvers/canvas/get_migration_issue_users.rb +24 -0
  442. data/lib/lms_graphql/resolvers/canvas/get_module_item_sequence.rb +24 -0
  443. data/lib/lms_graphql/resolvers/canvas/get_next_appointment.rb +20 -0
  444. data/lib/lms_graphql/resolvers/canvas/get_outcome_import_status_accounts.rb +22 -0
  445. data/lib/lms_graphql/resolvers/canvas/get_outcome_import_status_courses.rb +22 -0
  446. data/lib/lms_graphql/resolvers/canvas/get_outcome_result_rollups.rb +28 -0
  447. data/lib/lms_graphql/resolvers/canvas/get_outcome_results.rb +26 -0
  448. data/lib/lms_graphql/resolvers/canvas/get_preference_communication_channel_id.rb +24 -0
  449. data/lib/lms_graphql/resolvers/canvas/get_preference_type.rb +26 -0
  450. data/lib/lms_graphql/resolvers/canvas/get_public_inline_preview_url.rb +22 -0
  451. data/lib/lms_graphql/resolvers/canvas/get_quiz_report.rb +26 -0
  452. data/lib/lms_graphql/resolvers/canvas/get_quiz_submission.rb +24 -0
  453. data/lib/lms_graphql/resolvers/canvas/get_quota_information_courses.rb +20 -0
  454. data/lib/lms_graphql/resolvers/canvas/get_quota_information_groups.rb +20 -0
  455. data/lib/lms_graphql/resolvers/canvas/get_quota_information_users.rb +20 -0
  456. data/lib/lms_graphql/resolvers/canvas/get_results_for_single_poll_session.rb +22 -0
  457. data/lib/lms_graphql/resolvers/canvas/get_running_batches.rb +20 -0
  458. data/lib/lms_graphql/resolvers/canvas/get_section_information_courses.rb +24 -0
  459. data/lib/lms_graphql/resolvers/canvas/get_section_information_sections.rb +22 -0
  460. data/lib/lms_graphql/resolvers/canvas/get_sessionless_launch_url_for_external_tool_accounts.rb +30 -0
  461. data/lib/lms_graphql/resolvers/canvas/get_sessionless_launch_url_for_external_tool_courses.rb +30 -0
  462. data/lib/lms_graphql/resolvers/canvas/get_single_account.rb +20 -0
  463. data/lib/lms_graphql/resolvers/canvas/get_single_appointment_group.rb +22 -0
  464. data/lib/lms_graphql/resolvers/canvas/get_single_assignment.rb +30 -0
  465. data/lib/lms_graphql/resolvers/canvas/get_single_assignment_lti.rb +22 -0
  466. data/lib/lms_graphql/resolvers/canvas/get_single_assignment_override.rb +24 -0
  467. data/lib/lms_graphql/resolvers/canvas/get_single_calendar_event_or_assignment.rb +20 -0
  468. data/lib/lms_graphql/resolvers/canvas/get_single_conversation.rb +30 -0
  469. data/lib/lms_graphql/resolvers/canvas/get_single_course_accounts.rb +24 -0
  470. data/lib/lms_graphql/resolvers/canvas/get_single_course_courses.rb +22 -0
  471. data/lib/lms_graphql/resolvers/canvas/get_single_external_tool_accounts.rb +22 -0
  472. data/lib/lms_graphql/resolvers/canvas/get_single_external_tool_courses.rb +22 -0
  473. data/lib/lms_graphql/resolvers/canvas/get_single_grading_period.rb +22 -0
  474. data/lib/lms_graphql/resolvers/canvas/get_single_grading_standard_in_context_accounts.rb +22 -0
  475. data/lib/lms_graphql/resolvers/canvas/get_single_grading_standard_in_context_courses.rb +22 -0
  476. data/lib/lms_graphql/resolvers/canvas/get_single_group.rb +22 -0
  477. data/lib/lms_graphql/resolvers/canvas/get_single_group_category.rb +20 -0
  478. data/lib/lms_graphql/resolvers/canvas/get_single_group_membership_memberships.rb +22 -0
  479. data/lib/lms_graphql/resolvers/canvas/get_single_group_membership_users.rb +22 -0
  480. data/lib/lms_graphql/resolvers/canvas/get_single_poll.rb +20 -0
  481. data/lib/lms_graphql/resolvers/canvas/get_single_poll_choice.rb +22 -0
  482. data/lib/lms_graphql/resolvers/canvas/get_single_poll_submission.rb +24 -0
  483. data/lib/lms_graphql/resolvers/canvas/get_single_quiz.rb +22 -0
  484. data/lib/lms_graphql/resolvers/canvas/get_single_quiz_group.rb +24 -0
  485. data/lib/lms_graphql/resolvers/canvas/get_single_quiz_question.rb +24 -0
  486. data/lib/lms_graphql/resolvers/canvas/get_single_quiz_submission.rb +26 -0
  487. data/lib/lms_graphql/resolvers/canvas/get_single_role.rb +26 -0
  488. data/lib/lms_graphql/resolvers/canvas/get_single_rubric_accounts.rb +26 -0
  489. data/lib/lms_graphql/resolvers/canvas/get_single_rubric_courses.rb +26 -0
  490. data/lib/lms_graphql/resolvers/canvas/get_single_submission.rb +22 -0
  491. data/lib/lms_graphql/resolvers/canvas/get_single_submission_courses.rb +26 -0
  492. data/lib/lms_graphql/resolvers/canvas/get_single_submission_sections.rb +26 -0
  493. data/lib/lms_graphql/resolvers/canvas/get_single_topic_courses.rb +24 -0
  494. data/lib/lms_graphql/resolvers/canvas/get_single_topic_groups.rb +24 -0
  495. data/lib/lms_graphql/resolvers/canvas/get_single_user.rb +22 -0
  496. data/lib/lms_graphql/resolvers/canvas/get_single_user_lti.rb +20 -0
  497. data/lib/lms_graphql/resolvers/canvas/get_sis_import_error_list_sis_import_errors.rb +20 -0
  498. data/lib/lms_graphql/resolvers/canvas/get_sis_import_error_list_sis_imports.rb +22 -0
  499. data/lib/lms_graphql/resolvers/canvas/get_sis_import_list.rb +22 -0
  500. data/lib/lms_graphql/resolvers/canvas/get_sis_import_status.rb +22 -0
  501. data/lib/lms_graphql/resolvers/canvas/get_sub_accounts_of_account.rb +22 -0
  502. data/lib/lms_graphql/resolvers/canvas/get_unsynced_changes.rb +22 -0
  503. data/lib/lms_graphql/resolvers/canvas/get_user_in_a_course_level_assignment_data.rb +22 -0
  504. data/lib/lms_graphql/resolvers/canvas/get_user_in_a_course_level_messaging_data.rb +22 -0
  505. data/lib/lms_graphql/resolvers/canvas/get_user_in_a_course_level_participation_data.rb +22 -0
  506. data/lib/lms_graphql/resolvers/canvas/get_user_profile.rb +20 -0
  507. data/lib/lms_graphql/resolvers/canvas/grade_change_log_query_by_course.rb +24 -0
  508. data/lib/lms_graphql/resolvers/canvas/group_activity_stream.rb +20 -0
  509. data/lib/lms_graphql/resolvers/canvas/group_activity_stream_summary.rb +20 -0
  510. data/lib/lms_graphql/resolvers/canvas/index_of_active_global_notification_for_user.rb +20 -0
  511. data/lib/lms_graphql/resolvers/canvas/index_of_reports.rb +22 -0
  512. data/lib/lms_graphql/resolvers/canvas/list_account_admins.rb +22 -0
  513. data/lib/lms_graphql/resolvers/canvas/list_accounts.rb +20 -0
  514. data/lib/lms_graphql/resolvers/canvas/list_accounts_for_course_admins.rb +20 -0
  515. data/lib/lms_graphql/resolvers/canvas/list_active_courses_in_account.rb +52 -0
  516. data/lib/lms_graphql/resolvers/canvas/list_activity_stream_activity_stream.rb +20 -0
  517. data/lib/lms_graphql/resolvers/canvas/list_activity_stream_self.rb +20 -0
  518. data/lib/lms_graphql/resolvers/canvas/list_all_courses.rb +24 -0
  519. data/lib/lms_graphql/resolvers/canvas/list_all_folders_courses.rb +20 -0
  520. data/lib/lms_graphql/resolvers/canvas/list_all_folders_groups.rb +20 -0
  521. data/lib/lms_graphql/resolvers/canvas/list_all_folders_users.rb +20 -0
  522. data/lib/lms_graphql/resolvers/canvas/list_all_webhook_subscription_for_tool_proxy.rb +20 -0
  523. data/lib/lms_graphql/resolvers/canvas/list_announcements.rb +28 -0
  524. data/lib/lms_graphql/resolvers/canvas/list_appointment_groups.rb +26 -0
  525. data/lib/lms_graphql/resolvers/canvas/list_assignment_groups.rb +30 -0
  526. data/lib/lms_graphql/resolvers/canvas/list_assignment_overrides.rb +22 -0
  527. data/lib/lms_graphql/resolvers/canvas/list_assignment_submissions_courses.rb +26 -0
  528. data/lib/lms_graphql/resolvers/canvas/list_assignment_submissions_sections.rb +26 -0
  529. data/lib/lms_graphql/resolvers/canvas/list_assignments.rb +34 -0
  530. data/lib/lms_graphql/resolvers/canvas/list_assignments_for_user.rb +22 -0
  531. data/lib/lms_graphql/resolvers/canvas/list_authentication_providers.rb +20 -0
  532. data/lib/lms_graphql/resolvers/canvas/list_available_reports.rb +20 -0
  533. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_courses.rb +22 -0
  534. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_groups.rb +22 -0
  535. data/lib/lms_graphql/resolvers/canvas/list_avatar_options.rb +20 -0
  536. data/lib/lms_graphql/resolvers/canvas/list_blueprint_imports.rb +22 -0
  537. data/lib/lms_graphql/resolvers/canvas/list_blueprint_migrations.rb +22 -0
  538. data/lib/lms_graphql/resolvers/canvas/list_bookmarks.rb +20 -0
  539. data/lib/lms_graphql/resolvers/canvas/list_calendar_events.rb +32 -0
  540. data/lib/lms_graphql/resolvers/canvas/list_calendar_events_for_user.rb +34 -0
  541. data/lib/lms_graphql/resolvers/canvas/list_closed_poll_sessions.rb +20 -0
  542. data/lib/lms_graphql/resolvers/canvas/list_collaborations_courses.rb +20 -0
  543. data/lib/lms_graphql/resolvers/canvas/list_collaborations_groups.rb +20 -0
  544. data/lib/lms_graphql/resolvers/canvas/list_conferences_courses.rb +20 -0
  545. data/lib/lms_graphql/resolvers/canvas/list_conferences_groups.rb +20 -0
  546. data/lib/lms_graphql/resolvers/canvas/list_content_exports_courses.rb +20 -0
  547. data/lib/lms_graphql/resolvers/canvas/list_content_exports_groups.rb +20 -0
  548. data/lib/lms_graphql/resolvers/canvas/list_content_exports_users.rb +20 -0
  549. data/lib/lms_graphql/resolvers/canvas/list_content_migrations_accounts.rb +20 -0
  550. data/lib/lms_graphql/resolvers/canvas/list_content_migrations_courses.rb +20 -0
  551. data/lib/lms_graphql/resolvers/canvas/list_content_migrations_groups.rb +20 -0
  552. data/lib/lms_graphql/resolvers/canvas/list_content_migrations_users.rb +20 -0
  553. data/lib/lms_graphql/resolvers/canvas/list_conversations.rb +30 -0
  554. data/lib/lms_graphql/resolvers/canvas/list_counts_for_todo_items.rb +20 -0
  555. data/lib/lms_graphql/resolvers/canvas/list_course_nicknames.rb +20 -0
  556. data/lib/lms_graphql/resolvers/canvas/list_course_sections.rb +22 -0
  557. data/lib/lms_graphql/resolvers/canvas/list_courses_for_user.rb +26 -0
  558. data/lib/lms_graphql/resolvers/canvas/list_courses_with_their_latest_epub_export.rb +20 -0
  559. data/lib/lms_graphql/resolvers/canvas/list_custom_gradebook_columns.rb +22 -0
  560. data/lib/lms_graphql/resolvers/canvas/list_discussion_topics_courses.rb +34 -0
  561. data/lib/lms_graphql/resolvers/canvas/list_discussion_topics_groups.rb +34 -0
  562. data/lib/lms_graphql/resolvers/canvas/list_enabled_features_accounts.rb +20 -0
  563. data/lib/lms_graphql/resolvers/canvas/list_enabled_features_courses.rb +20 -0
  564. data/lib/lms_graphql/resolvers/canvas/list_enabled_features_users.rb +20 -0
  565. data/lib/lms_graphql/resolvers/canvas/list_enrollment_terms.rb +24 -0
  566. data/lib/lms_graphql/resolvers/canvas/list_enrollments_courses.rb +42 -0
  567. data/lib/lms_graphql/resolvers/canvas/list_enrollments_sections.rb +42 -0
  568. data/lib/lms_graphql/resolvers/canvas/list_enrollments_users.rb +40 -0
  569. data/lib/lms_graphql/resolvers/canvas/list_entries_courses.rb +24 -0
  570. data/lib/lms_graphql/resolvers/canvas/list_entries_for_column.rb +24 -0
  571. data/lib/lms_graphql/resolvers/canvas/list_entries_groups.rb +24 -0
  572. data/lib/lms_graphql/resolvers/canvas/list_entry_replies_courses.rb +24 -0
  573. data/lib/lms_graphql/resolvers/canvas/list_entry_replies_groups.rb +24 -0
  574. data/lib/lms_graphql/resolvers/canvas/list_external_feeds_courses.rb +20 -0
  575. data/lib/lms_graphql/resolvers/canvas/list_external_feeds_groups.rb +20 -0
  576. data/lib/lms_graphql/resolvers/canvas/list_external_tools_accounts.rb +26 -0
  577. data/lib/lms_graphql/resolvers/canvas/list_external_tools_courses.rb +26 -0
  578. data/lib/lms_graphql/resolvers/canvas/list_external_tools_groups.rb +26 -0
  579. data/lib/lms_graphql/resolvers/canvas/list_favorite_courses.rb +20 -0
  580. data/lib/lms_graphql/resolvers/canvas/list_favorite_groups.rb +20 -0
  581. data/lib/lms_graphql/resolvers/canvas/list_features_accounts.rb +20 -0
  582. data/lib/lms_graphql/resolvers/canvas/list_features_courses.rb +20 -0
  583. data/lib/lms_graphql/resolvers/canvas/list_features_users.rb +20 -0
  584. data/lib/lms_graphql/resolvers/canvas/list_files_courses.rb +32 -0
  585. data/lib/lms_graphql/resolvers/canvas/list_files_folders.rb +32 -0
  586. data/lib/lms_graphql/resolvers/canvas/list_files_groups.rb +32 -0
  587. data/lib/lms_graphql/resolvers/canvas/list_files_users.rb +32 -0
  588. data/lib/lms_graphql/resolvers/canvas/list_folders.rb +20 -0
  589. data/lib/lms_graphql/resolvers/canvas/list_gradeable_students.rb +22 -0
  590. data/lib/lms_graphql/resolvers/canvas/list_grading_periods_accounts.rb +20 -0
  591. data/lib/lms_graphql/resolvers/canvas/list_grading_periods_courses.rb +20 -0
  592. data/lib/lms_graphql/resolvers/canvas/list_grading_standards_available_in_context_accounts.rb +20 -0
  593. data/lib/lms_graphql/resolvers/canvas/list_grading_standards_available_in_context_courses.rb +20 -0
  594. data/lib/lms_graphql/resolvers/canvas/list_group_categories_for_context_accounts.rb +20 -0
  595. data/lib/lms_graphql/resolvers/canvas/list_group_categories_for_context_courses.rb +20 -0
  596. data/lib/lms_graphql/resolvers/canvas/list_group_memberships.rb +22 -0
  597. data/lib/lms_graphql/resolvers/canvas/list_group_s_users.rb +24 -0
  598. data/lib/lms_graphql/resolvers/canvas/list_groups_available_in_context_accounts.rb +24 -0
  599. data/lib/lms_graphql/resolvers/canvas/list_groups_available_in_context_courses.rb +24 -0
  600. data/lib/lms_graphql/resolvers/canvas/list_groups_in_group_category.rb +20 -0
  601. data/lib/lms_graphql/resolvers/canvas/list_licenses_courses.rb +20 -0
  602. data/lib/lms_graphql/resolvers/canvas/list_licenses_groups.rb +20 -0
  603. data/lib/lms_graphql/resolvers/canvas/list_licenses_users.rb +20 -0
  604. data/lib/lms_graphql/resolvers/canvas/list_linked_outcomes_accounts.rb +24 -0
  605. data/lib/lms_graphql/resolvers/canvas/list_linked_outcomes_courses.rb +24 -0
  606. data/lib/lms_graphql/resolvers/canvas/list_linked_outcomes_global.rb +22 -0
  607. data/lib/lms_graphql/resolvers/canvas/list_live_assessment_results.rb +24 -0
  608. data/lib/lms_graphql/resolvers/canvas/list_live_assessments.rb +20 -0
  609. data/lib/lms_graphql/resolvers/canvas/list_members_of_collaboration.rb +22 -0
  610. data/lib/lms_graphql/resolvers/canvas/list_migration_issues_accounts.rb +22 -0
  611. data/lib/lms_graphql/resolvers/canvas/list_migration_issues_courses.rb +22 -0
  612. data/lib/lms_graphql/resolvers/canvas/list_migration_issues_groups.rb +22 -0
  613. data/lib/lms_graphql/resolvers/canvas/list_migration_issues_users.rb +22 -0
  614. data/lib/lms_graphql/resolvers/canvas/list_migration_systems_accounts.rb +20 -0
  615. data/lib/lms_graphql/resolvers/canvas/list_migration_systems_courses.rb +20 -0
  616. data/lib/lms_graphql/resolvers/canvas/list_migration_systems_groups.rb +20 -0
  617. data/lib/lms_graphql/resolvers/canvas/list_migration_systems_users.rb +20 -0
  618. data/lib/lms_graphql/resolvers/canvas/list_missing_submissions.rb +22 -0
  619. data/lib/lms_graphql/resolvers/canvas/list_module_items.rb +28 -0
  620. data/lib/lms_graphql/resolvers/canvas/list_modules.rb +26 -0
  621. data/lib/lms_graphql/resolvers/canvas/list_multiple_assignments_gradeable_students.rb +22 -0
  622. data/lib/lms_graphql/resolvers/canvas/list_observees.rb +22 -0
  623. data/lib/lms_graphql/resolvers/canvas/list_of_commmessages_for_user.rb +24 -0
  624. data/lib/lms_graphql/resolvers/canvas/list_of_preference_categories.rb +22 -0
  625. data/lib/lms_graphql/resolvers/canvas/list_opened_poll_sessions.rb +20 -0
  626. data/lib/lms_graphql/resolvers/canvas/list_pages_courses.rb +28 -0
  627. data/lib/lms_graphql/resolvers/canvas/list_pages_groups.rb +28 -0
  628. data/lib/lms_graphql/resolvers/canvas/list_planner_items.rb +24 -0
  629. data/lib/lms_graphql/resolvers/canvas/list_planner_notes.rb +24 -0
  630. data/lib/lms_graphql/resolvers/canvas/list_planner_overrides.rb +20 -0
  631. data/lib/lms_graphql/resolvers/canvas/list_poll_choices_in_poll.rb +20 -0
  632. data/lib/lms_graphql/resolvers/canvas/list_poll_sessions_for_poll.rb +20 -0
  633. data/lib/lms_graphql/resolvers/canvas/list_polls.rb +20 -0
  634. data/lib/lms_graphql/resolvers/canvas/list_potential_members_courses.rb +20 -0
  635. data/lib/lms_graphql/resolvers/canvas/list_potential_members_groups.rb +20 -0
  636. data/lib/lms_graphql/resolvers/canvas/list_preferences_communication_channel_id.rb +22 -0
  637. data/lib/lms_graphql/resolvers/canvas/list_preferences_type.rb +24 -0
  638. data/lib/lms_graphql/resolvers/canvas/list_questions_in_quiz_or_submission.rb +26 -0
  639. data/lib/lms_graphql/resolvers/canvas/list_quizzes_in_course.rb +22 -0
  640. data/lib/lms_graphql/resolvers/canvas/list_recently_logged_in_students.rb +20 -0
  641. data/lib/lms_graphql/resolvers/canvas/list_revisions_courses.rb +22 -0
  642. data/lib/lms_graphql/resolvers/canvas/list_revisions_groups.rb +22 -0
  643. data/lib/lms_graphql/resolvers/canvas/list_roles.rb +24 -0
  644. data/lib/lms_graphql/resolvers/canvas/list_rubrics_accounts.rb +20 -0
  645. data/lib/lms_graphql/resolvers/canvas/list_rubrics_courses.rb +20 -0
  646. data/lib/lms_graphql/resolvers/canvas/list_scopes.rb +22 -0
  647. data/lib/lms_graphql/resolvers/canvas/list_student_group_participants.rb +22 -0
  648. data/lib/lms_graphql/resolvers/canvas/list_students.rb +20 -0
  649. data/lib/lms_graphql/resolvers/canvas/list_students_selected_for_moderation.rb +22 -0
  650. data/lib/lms_graphql/resolvers/canvas/list_subgroups_accounts.rb +22 -0
  651. data/lib/lms_graphql/resolvers/canvas/list_subgroups_courses.rb +22 -0
  652. data/lib/lms_graphql/resolvers/canvas/list_subgroups_global.rb +20 -0
  653. data/lib/lms_graphql/resolvers/canvas/list_submissions_for_multiple_assignments_courses.rb +46 -0
  654. data/lib/lms_graphql/resolvers/canvas/list_submissions_for_multiple_assignments_sections.rb +46 -0
  655. data/lib/lms_graphql/resolvers/canvas/list_todo_items.rb +20 -0
  656. data/lib/lms_graphql/resolvers/canvas/list_topic_entries_courses.rb +22 -0
  657. data/lib/lms_graphql/resolvers/canvas/list_topic_entries_groups.rb +22 -0
  658. data/lib/lms_graphql/resolvers/canvas/list_uncollated_submission_versions.rb +26 -0
  659. data/lib/lms_graphql/resolvers/canvas/list_upcoming_assignments_calendar_events.rb +20 -0
  660. data/lib/lms_graphql/resolvers/canvas/list_user_communication_channels.rb +20 -0
  661. data/lib/lms_graphql/resolvers/canvas/list_user_logins_accounts.rb +20 -0
  662. data/lib/lms_graphql/resolvers/canvas/list_user_logins_users.rb +20 -0
  663. data/lib/lms_graphql/resolvers/canvas/list_user_page_views.rb +24 -0
  664. data/lib/lms_graphql/resolvers/canvas/list_user_participants.rb +22 -0
  665. data/lib/lms_graphql/resolvers/canvas/list_users_in_account.rb +26 -0
  666. data/lib/lms_graphql/resolvers/canvas/list_users_in_course_search_users.rb +36 -0
  667. data/lib/lms_graphql/resolvers/canvas/list_users_in_course_users.rb +36 -0
  668. data/lib/lms_graphql/resolvers/canvas/list_users_in_group_category.rb +24 -0
  669. data/lib/lms_graphql/resolvers/canvas/list_your_courses.rb +32 -0
  670. data/lib/lms_graphql/resolvers/canvas/list_your_groups.rb +22 -0
  671. data/lib/lms_graphql/resolvers/canvas/lists_submissions.rb +26 -0
  672. data/lib/lms_graphql/resolvers/canvas/load_custom_data.rb +22 -0
  673. data/lib/lms_graphql/resolvers/canvas/open_poll_session.rb +22 -0
  674. data/lib/lms_graphql/resolvers/canvas/permissions.rb +22 -0
  675. data/lib/lms_graphql/resolvers/canvas/query_by_account.rb +24 -0
  676. data/lib/lms_graphql/resolvers/canvas/query_by_assignment.rb +24 -0
  677. data/lib/lms_graphql/resolvers/canvas/query_by_grader.rb +24 -0
  678. data/lib/lms_graphql/resolvers/canvas/query_by_login.rb +24 -0
  679. data/lib/lms_graphql/resolvers/canvas/query_by_student.rb +24 -0
  680. data/lib/lms_graphql/resolvers/canvas/query_by_user.rb +24 -0
  681. data/lib/lms_graphql/resolvers/canvas/query_progress.rb +20 -0
  682. data/lib/lms_graphql/resolvers/canvas/redirect_to_assignment_override_for_group.rb +22 -0
  683. data/lib/lms_graphql/resolvers/canvas/redirect_to_assignment_override_for_section.rb +22 -0
  684. data/lib/lms_graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_accounts.rb +20 -0
  685. data/lib/lms_graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_courses.rb +20 -0
  686. data/lib/lms_graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_global.rb +20 -0
  687. data/lib/lms_graphql/resolvers/canvas/resolve_path_courses.rb +20 -0
  688. data/lib/lms_graphql/resolvers/canvas/resolve_path_courses_full_path.rb +20 -0
  689. data/lib/lms_graphql/resolvers/canvas/resolve_path_groups.rb +20 -0
  690. data/lib/lms_graphql/resolvers/canvas/resolve_path_groups_full_path.rb +20 -0
  691. data/lib/lms_graphql/resolvers/canvas/resolve_path_users.rb +20 -0
  692. data/lib/lms_graphql/resolvers/canvas/resolve_path_users_full_path.rb +20 -0
  693. data/lib/lms_graphql/resolvers/canvas/retrieve_all_quiz_reports.rb +24 -0
  694. data/lib/lms_graphql/resolvers/canvas/retrieve_assignment_overridden_dates_for_quizzes.rb +22 -0
  695. data/lib/lms_graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_accounts.rb +28 -0
  696. data/lib/lms_graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_courses.rb +28 -0
  697. data/lib/lms_graphql/resolvers/canvas/retrieve_captured_events.rb +26 -0
  698. data/lib/lms_graphql/resolvers/canvas/returns_terms_of_service_for_that_account.rb +20 -0
  699. data/lib/lms_graphql/resolvers/canvas/search_account_domains.rb +26 -0
  700. data/lib/lms_graphql/resolvers/canvas/show_account_auth_settings.rb +20 -0
  701. data/lib/lms_graphql/resolvers/canvas/show_blueprint_import.rb +24 -0
  702. data/lib/lms_graphql/resolvers/canvas/show_blueprint_migration.rb +24 -0
  703. data/lib/lms_graphql/resolvers/canvas/show_content_export_courses.rb +22 -0
  704. data/lib/lms_graphql/resolvers/canvas/show_content_export_groups.rb +22 -0
  705. data/lib/lms_graphql/resolvers/canvas/show_content_export_users.rb +22 -0
  706. data/lib/lms_graphql/resolvers/canvas/show_epub_export.rb +22 -0
  707. data/lib/lms_graphql/resolvers/canvas/show_front_page_courses.rb +20 -0
  708. data/lib/lms_graphql/resolvers/canvas/show_front_page_groups.rb +20 -0
  709. data/lib/lms_graphql/resolvers/canvas/show_global_notification.rb +22 -0
  710. data/lib/lms_graphql/resolvers/canvas/show_module.rb +26 -0
  711. data/lib/lms_graphql/resolvers/canvas/show_module_item.rb +28 -0
  712. data/lib/lms_graphql/resolvers/canvas/show_observee.rb +22 -0
  713. data/lib/lms_graphql/resolvers/canvas/show_originality_report_files.rb +22 -0
  714. data/lib/lms_graphql/resolvers/canvas/show_originality_report_submissions.rb +24 -0
  715. data/lib/lms_graphql/resolvers/canvas/show_outcome.rb +20 -0
  716. data/lib/lms_graphql/resolvers/canvas/show_outcome_group_accounts.rb +22 -0
  717. data/lib/lms_graphql/resolvers/canvas/show_outcome_group_courses.rb +22 -0
  718. data/lib/lms_graphql/resolvers/canvas/show_outcome_group_global.rb +20 -0
  719. data/lib/lms_graphql/resolvers/canvas/show_page_courses.rb +22 -0
  720. data/lib/lms_graphql/resolvers/canvas/show_page_groups.rb +22 -0
  721. data/lib/lms_graphql/resolvers/canvas/show_planner_override.rb +20 -0
  722. data/lib/lms_graphql/resolvers/canvas/show_plannernote.rb +20 -0
  723. data/lib/lms_graphql/resolvers/canvas/show_provisional_grade_status_for_student.rb +24 -0
  724. data/lib/lms_graphql/resolvers/canvas/show_revision_courses_latest.rb +24 -0
  725. data/lib/lms_graphql/resolvers/canvas/show_revision_courses_revision_id.rb +26 -0
  726. data/lib/lms_graphql/resolvers/canvas/show_revision_groups_latest.rb +24 -0
  727. data/lib/lms_graphql/resolvers/canvas/show_revision_groups_revision_id.rb +26 -0
  728. data/lib/lms_graphql/resolvers/canvas/show_single_webhook_subscription.rb +20 -0
  729. data/lib/lms_graphql/resolvers/canvas/show_user_details.rb +20 -0
  730. data/lib/lms_graphql/resolvers/canvas/status_of_report.rb +24 -0
  731. data/lib/lms_graphql/resolvers/canvas/submission_summary_courses.rb +24 -0
  732. data/lib/lms_graphql/resolvers/canvas/submission_summary_sections.rb +24 -0
  733. data/lib/lms_graphql/resolvers/canvas/unread_count.rb +20 -0
  734. data/lib/lms_graphql/resolvers/canvas/update_user_settings.rb +24 -0
  735. data/lib/lms_graphql/resolvers/canvas_base_resolver.rb +10 -0
  736. data/lib/lms_graphql/types/canvas/account.rb +27 -0
  737. data/lib/lms_graphql/types/canvas/account_notification.rb +27 -0
  738. data/lib/lms_graphql/types/canvas/admin.rb +17 -0
  739. data/lib/lms_graphql/types/canvas/answer.rb +30 -0
  740. data/lib/lms_graphql/types/canvas/appointment.rb +16 -0
  741. data/lib/lms_graphql/types/canvas/appointment_group.rb +55 -0
  742. data/lib/lms_graphql/types/canvas/assessment.rb +16 -0
  743. data/lib/lms_graphql/types/canvas/assignment.rb +101 -0
  744. data/lib/lms_graphql/types/canvas/assignment_date.rb +19 -0
  745. data/lib/lms_graphql/types/canvas/assignment_event.rb +33 -0
  746. data/lib/lms_graphql/types/canvas/assignment_group.rb +21 -0
  747. data/lib/lms_graphql/types/canvas/assignment_group_attribute.rb +18 -0
  748. data/lib/lms_graphql/types/canvas/assignment_override.rb +24 -0
  749. data/lib/lms_graphql/types/canvas/authentication_event.rb +22 -0
  750. data/lib/lms_graphql/types/canvas/authentication_provider.rb +32 -0
  751. data/lib/lms_graphql/types/canvas/avatar.rb +21 -0
  752. data/lib/lms_graphql/types/canvas/blueprint_migration.rb +23 -0
  753. data/lib/lms_graphql/types/canvas/blueprint_restriction.rb +17 -0
  754. data/lib/lms_graphql/types/canvas/blueprint_template.rb +18 -0
  755. data/lib/lms_graphql/types/canvas/bookmark.rb +18 -0
  756. data/lib/lms_graphql/types/canvas/calendar_event.rb +44 -0
  757. data/lib/lms_graphql/types/canvas/calendar_link.rb +14 -0
  758. data/lib/lms_graphql/types/canvas/change_record.rb +20 -0
  759. data/lib/lms_graphql/types/canvas/collaboration.rb +27 -0
  760. data/lib/lms_graphql/types/canvas/collaborator.rb +20 -0
  761. data/lib/lms_graphql/types/canvas/column_datum.rb +15 -0
  762. data/lib/lms_graphql/types/canvas/comm_message.rb +34 -0
  763. data/lib/lms_graphql/types/canvas/communication_channel.rb +30 -0
  764. data/lib/lms_graphql/types/canvas/completion_requirement.rb +22 -0
  765. data/lib/lms_graphql/types/canvas/conference.rb +28 -0
  766. data/lib/lms_graphql/types/canvas/conference_recording.rb +18 -0
  767. data/lib/lms_graphql/types/canvas/content_detail.rb +20 -0
  768. data/lib/lms_graphql/types/canvas/content_export.rb +31 -0
  769. data/lib/lms_graphql/types/canvas/content_migration.rb +32 -0
  770. data/lib/lms_graphql/types/canvas/conversation.rb +29 -0
  771. data/lib/lms_graphql/types/canvas/conversation_participant.rb +17 -0
  772. data/lib/lms_graphql/types/canvas/course.rb +76 -0
  773. data/lib/lms_graphql/types/canvas/course_attribute.rb +17 -0
  774. data/lib/lms_graphql/types/canvas/course_epub_export.rb +16 -0
  775. data/lib/lms_graphql/types/canvas/course_event.rb +19 -0
  776. data/lib/lms_graphql/types/canvas/course_event_link.rb +19 -0
  777. data/lib/lms_graphql/types/canvas/course_nickname.rb +16 -0
  778. data/lib/lms_graphql/types/canvas/course_progress.rb +17 -0
  779. data/lib/lms_graphql/types/canvas/course_quiz_extension.rb +18 -0
  780. data/lib/lms_graphql/types/canvas/created_event_datum.rb +18 -0
  781. data/lib/lms_graphql/types/canvas/custom_column.rb +19 -0
  782. data/lib/lms_graphql/types/canvas/day.rb +15 -0
  783. data/lib/lms_graphql/types/canvas/discussion_topic.rb +64 -0
  784. data/lib/lms_graphql/types/canvas/enrollment.rb +62 -0
  785. data/lib/lms_graphql/types/canvas/enrollment_term.rb +21 -0
  786. data/lib/lms_graphql/types/canvas/epub_export.rb +27 -0
  787. data/lib/lms_graphql/types/canvas/error_report.rb +20 -0
  788. data/lib/lms_graphql/types/canvas/exception_record.rb +15 -0
  789. data/lib/lms_graphql/types/canvas/external_feed.rb +24 -0
  790. data/lib/lms_graphql/types/canvas/external_tool_tag_attribute.rb +16 -0
  791. data/lib/lms_graphql/types/canvas/favorite.rb +18 -0
  792. data/lib/lms_graphql/types/canvas/feature.rb +33 -0
  793. data/lib/lms_graphql/types/canvas/feature_flag.rb +29 -0
  794. data/lib/lms_graphql/types/canvas/federated_attribute_config.rb +15 -0
  795. data/lib/lms_graphql/types/canvas/federated_attributes_config.rb +24 -0
  796. data/lib/lms_graphql/types/canvas/file.rb +20 -0
  797. data/lib/lms_graphql/types/canvas/file_attachment.rb +17 -0
  798. data/lib/lms_graphql/types/canvas/folder.rb +33 -0
  799. data/lib/lms_graphql/types/canvas/grade.rb +22 -0
  800. data/lib/lms_graphql/types/canvas/grade_change_event.rb +24 -0
  801. data/lib/lms_graphql/types/canvas/grade_change_event_link.rb +18 -0
  802. data/lib/lms_graphql/types/canvas/grader.rb +16 -0
  803. data/lib/lms_graphql/types/canvas/grading_period.rb +20 -0
  804. data/lib/lms_graphql/types/canvas/grading_rule.rb +16 -0
  805. data/lib/lms_graphql/types/canvas/grading_scheme_entry.rb +15 -0
  806. data/lib/lms_graphql/types/canvas/grading_standard.rb +18 -0
  807. data/lib/lms_graphql/types/canvas/group.rb +40 -0
  808. data/lib/lms_graphql/types/canvas/group_category.rb +33 -0
  809. data/lib/lms_graphql/types/canvas/group_membership.rb +25 -0
  810. data/lib/lms_graphql/types/canvas/jsonapi_pagination.rb +13 -0
  811. data/lib/lms_graphql/types/canvas/jwt.rb +14 -0
  812. data/lib/lms_graphql/types/canvas/late_policy.rb +24 -0
  813. data/lib/lms_graphql/types/canvas/license.rb +16 -0
  814. data/lib/lms_graphql/types/canvas/lock_info.rb +18 -0
  815. data/lib/lms_graphql/types/canvas/lti_assignment.rb +19 -0
  816. data/lib/lms_graphql/types/canvas/media_comment.rb +18 -0
  817. data/lib/lms_graphql/types/canvas/migration_issue.rb +33 -0
  818. data/lib/lms_graphql/types/canvas/migrator.rb +17 -0
  819. data/lib/lms_graphql/types/canvas/module.rb +38 -0
  820. data/lib/lms_graphql/types/canvas/module_item.rb +39 -0
  821. data/lib/lms_graphql/types/canvas/module_item_sequence.rb +16 -0
  822. data/lib/lms_graphql/types/canvas/module_item_sequence_node.rb +19 -0
  823. data/lib/lms_graphql/types/canvas/needs_grading_count.rb +15 -0
  824. data/lib/lms_graphql/types/canvas/notification_preference.rb +23 -0
  825. data/lib/lms_graphql/types/canvas/originality_report.rb +19 -0
  826. data/lib/lms_graphql/types/canvas/outcome.rb +36 -0
  827. data/lib/lms_graphql/types/canvas/outcome_alignment.rb +16 -0
  828. data/lib/lms_graphql/types/canvas/outcome_group.rb +25 -0
  829. data/lib/lms_graphql/types/canvas/outcome_import.rb +33 -0
  830. data/lib/lms_graphql/types/canvas/outcome_import_datum.rb +14 -0
  831. data/lib/lms_graphql/types/canvas/outcome_link.rb +21 -0
  832. data/lib/lms_graphql/types/canvas/outcome_path.rb +15 -0
  833. data/lib/lms_graphql/types/canvas/outcome_path_part.rb +14 -0
  834. data/lib/lms_graphql/types/canvas/outcome_result.rb +18 -0
  835. data/lib/lms_graphql/types/canvas/outcome_rollup.rb +17 -0
  836. data/lib/lms_graphql/types/canvas/outcome_rollup_link.rb +16 -0
  837. data/lib/lms_graphql/types/canvas/outcome_rollup_score.rb +16 -0
  838. data/lib/lms_graphql/types/canvas/outcome_rollup_score_link.rb +14 -0
  839. data/lib/lms_graphql/types/canvas/page.rb +27 -0
  840. data/lib/lms_graphql/types/canvas/page_revision.rb +20 -0
  841. data/lib/lms_graphql/types/canvas/page_view.rb +30 -0
  842. data/lib/lms_graphql/types/canvas/page_view_link.rb +18 -0
  843. data/lib/lms_graphql/types/canvas/peer_review.rb +22 -0
  844. data/lib/lms_graphql/types/canvas/planner_note.rb +24 -0
  845. data/lib/lms_graphql/types/canvas/planner_override.rb +23 -0
  846. data/lib/lms_graphql/types/canvas/poll.rb +19 -0
  847. data/lib/lms_graphql/types/canvas/poll_choice.rb +18 -0
  848. data/lib/lms_graphql/types/canvas/poll_session.rb +22 -0
  849. data/lib/lms_graphql/types/canvas/poll_submission.rb +17 -0
  850. data/lib/lms_graphql/types/canvas/profile.rb +27 -0
  851. data/lib/lms_graphql/types/canvas/progress.rb +31 -0
  852. data/lib/lms_graphql/types/canvas/provisional_grade.rb +20 -0
  853. data/lib/lms_graphql/types/canvas/query_type.rb +1504 -0
  854. data/lib/lms_graphql/types/canvas/quiz.rb +70 -0
  855. data/lib/lms_graphql/types/canvas/quiz_assignment_override.rb +19 -0
  856. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set.rb +17 -0
  857. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set_container.rb +14 -0
  858. data/lib/lms_graphql/types/canvas/quiz_extension.rb +19 -0
  859. data/lib/lms_graphql/types/canvas/quiz_group.rb +20 -0
  860. data/lib/lms_graphql/types/canvas/quiz_ip_filter.rb +16 -0
  861. data/lib/lms_graphql/types/canvas/quiz_permission.rb +20 -0
  862. data/lib/lms_graphql/types/canvas/quiz_question.rb +24 -0
  863. data/lib/lms_graphql/types/canvas/quiz_report.rb +31 -0
  864. data/lib/lms_graphql/types/canvas/quiz_statistic.rb +27 -0
  865. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_point_biserial.rb +17 -0
  866. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_statistic.rb +17 -0
  867. data/lib/lms_graphql/types/canvas/quiz_statistics_link.rb +14 -0
  868. data/lib/lms_graphql/types/canvas/quiz_statistics_question_statistic.rb +15 -0
  869. data/lib/lms_graphql/types/canvas/quiz_statistics_submission_statistic.rb +22 -0
  870. data/lib/lms_graphql/types/canvas/quiz_submission.rb +32 -0
  871. data/lib/lms_graphql/types/canvas/quiz_submission_event.rb +16 -0
  872. data/lib/lms_graphql/types/canvas/quiz_submission_question.rb +17 -0
  873. data/lib/lms_graphql/types/canvas/quiz_submission_user_list.rb +13 -0
  874. data/lib/lms_graphql/types/canvas/quiz_submission_user_list_metum.rb +13 -0
  875. data/lib/lms_graphql/types/canvas/report.rb +25 -0
  876. data/lib/lms_graphql/types/canvas/report_parameter.rb +36 -0
  877. data/lib/lms_graphql/types/canvas/result.rb +17 -0
  878. data/lib/lms_graphql/types/canvas/result_link.rb +16 -0
  879. data/lib/lms_graphql/types/canvas/role.rb +19 -0
  880. data/lib/lms_graphql/types/canvas/role_permission.rb +20 -0
  881. data/lib/lms_graphql/types/canvas/rubric.rb +23 -0
  882. data/lib/lms_graphql/types/canvas/rubric_assessment.rb +24 -0
  883. data/lib/lms_graphql/types/canvas/rubric_criterium.rb +21 -0
  884. data/lib/lms_graphql/types/canvas/rubric_rating.rb +17 -0
  885. data/lib/lms_graphql/types/canvas/scope.rb +16 -0
  886. data/lib/lms_graphql/types/canvas/section.rb +25 -0
  887. data/lib/lms_graphql/types/canvas/section_assignment_override_attribute.rb +17 -0
  888. data/lib/lms_graphql/types/canvas/section_attribute.rb +22 -0
  889. data/lib/lms_graphql/types/canvas/shared_brand_config.rb +19 -0
  890. data/lib/lms_graphql/types/canvas/sis_assignment.rb +42 -0
  891. data/lib/lms_graphql/types/canvas/sis_import.rb +53 -0
  892. data/lib/lms_graphql/types/canvas/sis_import_count.rb +29 -0
  893. data/lib/lms_graphql/types/canvas/sis_import_datum.rb +16 -0
  894. data/lib/lms_graphql/types/canvas/sis_import_error.rb +17 -0
  895. data/lib/lms_graphql/types/canvas/sso_setting.rb +17 -0
  896. data/lib/lms_graphql/types/canvas/student_attribute.rb +15 -0
  897. data/lib/lms_graphql/types/canvas/submission.rb +52 -0
  898. data/lib/lms_graphql/types/canvas/submission_comment.rb +21 -0
  899. data/lib/lms_graphql/types/canvas/submission_history.rb +15 -0
  900. data/lib/lms_graphql/types/canvas/submission_version.rb +36 -0
  901. data/lib/lms_graphql/types/canvas/tab.rb +20 -0
  902. data/lib/lms_graphql/types/canvas/term.rb +17 -0
  903. data/lib/lms_graphql/types/canvas/tool_setting.rb +15 -0
  904. data/lib/lms_graphql/types/canvas/turnitin_setting.rb +21 -0
  905. data/lib/lms_graphql/types/canvas/updated_event_datum.rb +17 -0
  906. data/lib/lms_graphql/types/canvas/usage_right.rb +19 -0
  907. data/lib/lms_graphql/types/canvas/user.rb +28 -0
  908. data/lib/lms_graphql/types/canvas/user_assignment_override_attribute.rb +19 -0
  909. data/lib/lms_graphql/types/canvas/user_display.rb +17 -0
  910. data/lib/lms_graphql/types/canvas_base_type.rb +10 -0
  911. data/lib/lms_graphql/types/canvas_forward_declarations.rb +14 -0
  912. data/lib/lms_graphql/types/date_time_type.rb +10 -0
  913. data/lib/{lms → lms_graphql}/utils.rb +0 -0
  914. data/lib/lms_graphql/version.rb +3 -0
  915. data/lib/lms_graphql_api.rb +2 -2
  916. metadata +914 -914
  917. data/lib/lms/canvas.rb +0 -7
  918. data/lib/lms/graphql/canvas_schema.rb +0 -17
  919. data/lib/lms/graphql/mutations/canvas/abort_all_pending_sis_imports.rb +0 -22
  920. data/lib/lms/graphql/mutations/canvas/abort_generation_of_report_or_remove_previously_generated_one.rb +0 -26
  921. data/lib/lms/graphql/mutations/canvas/abort_sis_import.rb +0 -24
  922. data/lib/lms/graphql/mutations/canvas/accept_course_invitation.rb +0 -24
  923. data/lib/lms/graphql/mutations/canvas/activate_role.rb +0 -28
  924. data/lib/lms/graphql/mutations/canvas/add_authentication_provider.rb +0 -22
  925. data/lib/lms/graphql/mutations/canvas/add_course_to_favorites.rb +0 -22
  926. data/lib/lms/graphql/mutations/canvas/add_group_to_favorites.rb +0 -22
  927. data/lib/lms/graphql/mutations/canvas/add_message.rb +0 -36
  928. data/lib/lms/graphql/mutations/canvas/add_observee.rb +0 -26
  929. data/lib/lms/graphql/mutations/canvas/add_observee_with_credentials.rb +0 -30
  930. data/lib/lms/graphql/mutations/canvas/add_recipients.rb +0 -24
  931. data/lib/lms/graphql/mutations/canvas/adds_last_attended_date_to_student_enrollment_in_course.rb +0 -24
  932. data/lib/lms/graphql/mutations/canvas/answering_questions.rb +0 -30
  933. data/lib/lms/graphql/mutations/canvas/assign_unassigned_members.rb +0 -24
  934. data/lib/lms/graphql/mutations/canvas/batch_create_overrides_in_course.rb +0 -24
  935. data/lib/lms/graphql/mutations/canvas/batch_update_conversations.rb +0 -24
  936. data/lib/lms/graphql/mutations/canvas/batch_update_overrides_in_course.rb +0 -24
  937. data/lib/lms/graphql/mutations/canvas/begin_migration_to_push_to_associated_courses.rb +0 -30
  938. data/lib/lms/graphql/mutations/canvas/clear_course_nicknames.rb +0 -22
  939. data/lib/lms/graphql/mutations/canvas/close_notification_for_user.rb +0 -24
  940. data/lib/lms/graphql/mutations/canvas/complete_quiz_submission_turn_it_in.rb +0 -32
  941. data/lib/lms/graphql/mutations/canvas/conclude_deactivate_or_delete_enrollment.rb +0 -26
  942. data/lib/lms/graphql/mutations/canvas/copy_course_content.rb +0 -28
  943. data/lib/lms/graphql/mutations/canvas/copy_file.rb +0 -26
  944. data/lib/lms/graphql/mutations/canvas/copy_folder.rb +0 -24
  945. data/lib/lms/graphql/mutations/canvas/copy_provisional_grade.rb +0 -26
  946. data/lib/lms/graphql/mutations/canvas/course_quiz_extensions_set_extensions_for_student_quiz_submissions.rb +0 -34
  947. data/lib/lms/graphql/mutations/canvas/courses_preview_processed_html.rb +0 -24
  948. data/lib/lms/graphql/mutations/canvas/courses_upload_file.rb +0 -22
  949. data/lib/lms/graphql/mutations/canvas/create_appointment_group.rb +0 -44
  950. data/lib/lms/graphql/mutations/canvas/create_assignment.rb +0 -82
  951. data/lib/lms/graphql/mutations/canvas/create_assignment_group.rb +0 -34
  952. data/lib/lms/graphql/mutations/canvas/create_assignment_override.rb +0 -38
  953. data/lib/lms/graphql/mutations/canvas/create_bookmark.rb +0 -28
  954. data/lib/lms/graphql/mutations/canvas/create_calendar_event.rb +0 -52
  955. data/lib/lms/graphql/mutations/canvas/create_communication_channel.rb +0 -30
  956. data/lib/lms/graphql/mutations/canvas/create_content_migration_accounts.rb +0 -54
  957. data/lib/lms/graphql/mutations/canvas/create_content_migration_courses.rb +0 -54
  958. data/lib/lms/graphql/mutations/canvas/create_content_migration_groups.rb +0 -54
  959. data/lib/lms/graphql/mutations/canvas/create_content_migration_users.rb +0 -54
  960. data/lib/lms/graphql/mutations/canvas/create_conversation.rb +0 -46
  961. data/lib/lms/graphql/mutations/canvas/create_course_section.rb +0 -36
  962. data/lib/lms/graphql/mutations/canvas/create_custom_gradebook_column.rb +0 -32
  963. data/lib/lms/graphql/mutations/canvas/create_enrollment_term.rb +0 -34
  964. data/lib/lms/graphql/mutations/canvas/create_epub_export.rb +0 -22
  965. data/lib/lms/graphql/mutations/canvas/create_error_report.rb +0 -30
  966. data/lib/lms/graphql/mutations/canvas/create_external_feed_courses.rb +0 -28
  967. data/lib/lms/graphql/mutations/canvas/create_external_feed_groups.rb +0 -28
  968. data/lib/lms/graphql/mutations/canvas/create_external_tool_accounts.rb +0 -144
  969. data/lib/lms/graphql/mutations/canvas/create_external_tool_courses.rb +0 -144
  970. data/lib/lms/graphql/mutations/canvas/create_folder_courses.rb +0 -38
  971. data/lib/lms/graphql/mutations/canvas/create_folder_folders.rb +0 -38
  972. data/lib/lms/graphql/mutations/canvas/create_folder_groups.rb +0 -38
  973. data/lib/lms/graphql/mutations/canvas/create_folder_users.rb +0 -38
  974. data/lib/lms/graphql/mutations/canvas/create_global_notification.rb +0 -34
  975. data/lib/lms/graphql/mutations/canvas/create_group_category_accounts.rb +0 -36
  976. data/lib/lms/graphql/mutations/canvas/create_group_category_courses.rb +0 -36
  977. data/lib/lms/graphql/mutations/canvas/create_group_group_categories.rb +0 -34
  978. data/lib/lms/graphql/mutations/canvas/create_group_groups.rb +0 -32
  979. data/lib/lms/graphql/mutations/canvas/create_jwt.rb +0 -22
  980. data/lib/lms/graphql/mutations/canvas/create_late_policy.rb +0 -36
  981. data/lib/lms/graphql/mutations/canvas/create_link_outcome_accounts.rb +0 -46
  982. data/lib/lms/graphql/mutations/canvas/create_link_outcome_accounts_outcome_id.rb +0 -46
  983. data/lib/lms/graphql/mutations/canvas/create_link_outcome_courses.rb +0 -46
  984. data/lib/lms/graphql/mutations/canvas/create_link_outcome_courses_outcome_id.rb +0 -46
  985. data/lib/lms/graphql/mutations/canvas/create_link_outcome_global.rb +0 -44
  986. data/lib/lms/graphql/mutations/canvas/create_link_outcome_global_outcome_id.rb +0 -44
  987. data/lib/lms/graphql/mutations/canvas/create_live_assessment_results.rb +0 -24
  988. data/lib/lms/graphql/mutations/canvas/create_membership.rb +0 -24
  989. data/lib/lms/graphql/mutations/canvas/create_module.rb +0 -34
  990. data/lib/lms/graphql/mutations/canvas/create_module_item.rb +0 -44
  991. data/lib/lms/graphql/mutations/canvas/create_new_course.rb +0 -80
  992. data/lib/lms/graphql/mutations/canvas/create_new_discussion_topic_courses.rb +0 -60
  993. data/lib/lms/graphql/mutations/canvas/create_new_discussion_topic_groups.rb +0 -60
  994. data/lib/lms/graphql/mutations/canvas/create_new_grading_standard_accounts.rb +0 -28
  995. data/lib/lms/graphql/mutations/canvas/create_new_grading_standard_courses.rb +0 -28
  996. data/lib/lms/graphql/mutations/canvas/create_new_role.rb +0 -38
  997. data/lib/lms/graphql/mutations/canvas/create_new_sub_account.rb +0 -32
  998. data/lib/lms/graphql/mutations/canvas/create_or_find_live_assessment.rb +0 -22
  999. data/lib/lms/graphql/mutations/canvas/create_or_update_events_directly_for_course_timetable.rb +0 -34
  1000. data/lib/lms/graphql/mutations/canvas/create_originality_report.rb +0 -38
  1001. data/lib/lms/graphql/mutations/canvas/create_page_courses.rb +0 -34
  1002. data/lib/lms/graphql/mutations/canvas/create_page_groups.rb +0 -34
  1003. data/lib/lms/graphql/mutations/canvas/create_planner_note.rb +0 -32
  1004. data/lib/lms/graphql/mutations/canvas/create_planner_override.rb +0 -28
  1005. data/lib/lms/graphql/mutations/canvas/create_question_group.rb +0 -32
  1006. data/lib/lms/graphql/mutations/canvas/create_quiz.rb +0 -68
  1007. data/lib/lms/graphql/mutations/canvas/create_quiz_report.rb +0 -30
  1008. data/lib/lms/graphql/mutations/canvas/create_quiz_submission_start_quiz_taking_session.rb +0 -28
  1009. data/lib/lms/graphql/mutations/canvas/create_single_poll.rb +0 -24
  1010. data/lib/lms/graphql/mutations/canvas/create_single_poll_choice.rb +0 -28
  1011. data/lib/lms/graphql/mutations/canvas/create_single_poll_session.rb +0 -28
  1012. data/lib/lms/graphql/mutations/canvas/create_single_poll_submission.rb +0 -26
  1013. data/lib/lms/graphql/mutations/canvas/create_single_quiz_question.rb +0 -46
  1014. data/lib/lms/graphql/mutations/canvas/create_subgroup_accounts.rb +0 -30
  1015. data/lib/lms/graphql/mutations/canvas/create_subgroup_courses.rb +0 -30
  1016. data/lib/lms/graphql/mutations/canvas/create_subgroup_global.rb +0 -28
  1017. data/lib/lms/graphql/mutations/canvas/create_user.rb +0 -66
  1018. data/lib/lms/graphql/mutations/canvas/create_user_login.rb +0 -34
  1019. data/lib/lms/graphql/mutations/canvas/create_webhook_subscription.rb +0 -32
  1020. data/lib/lms/graphql/mutations/canvas/cross_list_section.rb +0 -24
  1021. data/lib/lms/graphql/mutations/canvas/de_cross_list_section.rb +0 -22
  1022. data/lib/lms/graphql/mutations/canvas/deactivate_role.rb +0 -28
  1023. data/lib/lms/graphql/mutations/canvas/delete_appointment_group.rb +0 -24
  1024. data/lib/lms/graphql/mutations/canvas/delete_assignment.rb +0 -24
  1025. data/lib/lms/graphql/mutations/canvas/delete_assignment_override.rb +0 -26
  1026. data/lib/lms/graphql/mutations/canvas/delete_authentication_provider.rb +0 -24
  1027. data/lib/lms/graphql/mutations/canvas/delete_bookmark.rb +0 -22
  1028. data/lib/lms/graphql/mutations/canvas/delete_calendar_event.rb +0 -24
  1029. data/lib/lms/graphql/mutations/canvas/delete_communication_channel_id.rb +0 -24
  1030. data/lib/lms/graphql/mutations/canvas/delete_communication_channel_type.rb +0 -26
  1031. data/lib/lms/graphql/mutations/canvas/delete_conclude_course.rb +0 -24
  1032. data/lib/lms/graphql/mutations/canvas/delete_conversation.rb +0 -22
  1033. data/lib/lms/graphql/mutations/canvas/delete_custom_data.rb +0 -24
  1034. data/lib/lms/graphql/mutations/canvas/delete_custom_gradebook_column.rb +0 -24
  1035. data/lib/lms/graphql/mutations/canvas/delete_enrollment_term.rb +0 -24
  1036. data/lib/lms/graphql/mutations/canvas/delete_entry_courses.rb +0 -26
  1037. data/lib/lms/graphql/mutations/canvas/delete_entry_groups.rb +0 -26
  1038. data/lib/lms/graphql/mutations/canvas/delete_external_feed_courses.rb +0 -24
  1039. data/lib/lms/graphql/mutations/canvas/delete_external_feed_groups.rb +0 -24
  1040. data/lib/lms/graphql/mutations/canvas/delete_external_tool_accounts.rb +0 -24
  1041. data/lib/lms/graphql/mutations/canvas/delete_external_tool_courses.rb +0 -24
  1042. data/lib/lms/graphql/mutations/canvas/delete_file.rb +0 -24
  1043. data/lib/lms/graphql/mutations/canvas/delete_folder.rb +0 -24
  1044. data/lib/lms/graphql/mutations/canvas/delete_grading_period_accounts.rb +0 -24
  1045. data/lib/lms/graphql/mutations/canvas/delete_grading_period_courses.rb +0 -24
  1046. data/lib/lms/graphql/mutations/canvas/delete_group.rb +0 -22
  1047. data/lib/lms/graphql/mutations/canvas/delete_group_category.rb +0 -22
  1048. data/lib/lms/graphql/mutations/canvas/delete_message.rb +0 -24
  1049. data/lib/lms/graphql/mutations/canvas/delete_module.rb +0 -24
  1050. data/lib/lms/graphql/mutations/canvas/delete_module_item.rb +0 -26
  1051. data/lib/lms/graphql/mutations/canvas/delete_outcome_group_accounts.rb +0 -24
  1052. data/lib/lms/graphql/mutations/canvas/delete_outcome_group_courses.rb +0 -24
  1053. data/lib/lms/graphql/mutations/canvas/delete_outcome_group_global.rb +0 -22
  1054. data/lib/lms/graphql/mutations/canvas/delete_page_courses.rb +0 -24
  1055. data/lib/lms/graphql/mutations/canvas/delete_page_groups.rb +0 -24
  1056. data/lib/lms/graphql/mutations/canvas/delete_peer_review_courses.rb +0 -28
  1057. data/lib/lms/graphql/mutations/canvas/delete_peer_review_sections.rb +0 -28
  1058. data/lib/lms/graphql/mutations/canvas/delete_planner_note.rb +0 -22
  1059. data/lib/lms/graphql/mutations/canvas/delete_planner_override.rb +0 -22
  1060. data/lib/lms/graphql/mutations/canvas/delete_poll.rb +0 -22
  1061. data/lib/lms/graphql/mutations/canvas/delete_poll_choice.rb +0 -24
  1062. data/lib/lms/graphql/mutations/canvas/delete_poll_session.rb +0 -24
  1063. data/lib/lms/graphql/mutations/canvas/delete_push_notification_endpoint.rb +0 -22
  1064. data/lib/lms/graphql/mutations/canvas/delete_question_group.rb +0 -26
  1065. data/lib/lms/graphql/mutations/canvas/delete_quiz.rb +0 -24
  1066. data/lib/lms/graphql/mutations/canvas/delete_quiz_question.rb +0 -26
  1067. data/lib/lms/graphql/mutations/canvas/delete_report.rb +0 -26
  1068. data/lib/lms/graphql/mutations/canvas/delete_section.rb +0 -22
  1069. data/lib/lms/graphql/mutations/canvas/delete_sub_account.rb +0 -24
  1070. data/lib/lms/graphql/mutations/canvas/delete_topic_courses.rb +0 -24
  1071. data/lib/lms/graphql/mutations/canvas/delete_topic_groups.rb +0 -24
  1072. data/lib/lms/graphql/mutations/canvas/delete_user_from_root_account.rb +0 -24
  1073. data/lib/lms/graphql/mutations/canvas/delete_user_login.rb +0 -24
  1074. data/lib/lms/graphql/mutations/canvas/delete_webhook_subscription.rb +0 -22
  1075. data/lib/lms/graphql/mutations/canvas/destroy_assignment_group.rb +0 -26
  1076. data/lib/lms/graphql/mutations/canvas/disable_assignments_currently_enabled_for_grade_export_to_sis.rb +0 -24
  1077. data/lib/lms/graphql/mutations/canvas/duplicate_page.rb +0 -24
  1078. data/lib/lms/graphql/mutations/canvas/edit_assignment.rb +0 -82
  1079. data/lib/lms/graphql/mutations/canvas/edit_assignment_group.rb +0 -24
  1080. data/lib/lms/graphql/mutations/canvas/edit_conversation.rb +0 -34
  1081. data/lib/lms/graphql/mutations/canvas/edit_external_tool_accounts.rb +0 -24
  1082. data/lib/lms/graphql/mutations/canvas/edit_external_tool_courses.rb +0 -24
  1083. data/lib/lms/graphql/mutations/canvas/edit_group.rb +0 -38
  1084. data/lib/lms/graphql/mutations/canvas/edit_originality_report_files.rb +0 -36
  1085. data/lib/lms/graphql/mutations/canvas/edit_originality_report_submissions.rb +0 -38
  1086. data/lib/lms/graphql/mutations/canvas/edit_quiz.rb +0 -26
  1087. data/lib/lms/graphql/mutations/canvas/edit_section.rb +0 -34
  1088. data/lib/lms/graphql/mutations/canvas/edit_user.rb +0 -38
  1089. data/lib/lms/graphql/mutations/canvas/edit_user_login.rb +0 -32
  1090. data/lib/lms/graphql/mutations/canvas/enroll_user_courses.rb +0 -44
  1091. data/lib/lms/graphql/mutations/canvas/enroll_user_sections.rb +0 -44
  1092. data/lib/lms/graphql/mutations/canvas/export_content_courses.rb +0 -28
  1093. data/lib/lms/graphql/mutations/canvas/export_content_groups.rb +0 -28
  1094. data/lib/lms/graphql/mutations/canvas/export_content_users.rb +0 -28
  1095. data/lib/lms/graphql/mutations/canvas/files_upload_file.rb +0 -22
  1096. data/lib/lms/graphql/mutations/canvas/flagging_question.rb +0 -30
  1097. data/lib/lms/graphql/mutations/canvas/get_pandata_jwt_token_and_its_expiration_date.rb +0 -24
  1098. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_assignments.rb +0 -42
  1099. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_submissions.rb +0 -40
  1100. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_assignments.rb +0 -42
  1101. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_submissions.rb +0 -40
  1102. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_submission_courses.rb +0 -48
  1103. data/lib/lms/graphql/mutations/canvas/grade_or_comment_on_submission_sections.rb +0 -48
  1104. data/lib/lms/graphql/mutations/canvas/groups_preview_processed_html.rb +0 -24
  1105. data/lib/lms/graphql/mutations/canvas/groups_upload_file.rb +0 -22
  1106. data/lib/lms/graphql/mutations/canvas/hide_all_stream_items.rb +0 -22
  1107. data/lib/lms/graphql/mutations/canvas/hide_stream_item.rb +0 -22
  1108. data/lib/lms/graphql/mutations/canvas/import_outcome_group_accounts.rb +0 -26
  1109. data/lib/lms/graphql/mutations/canvas/import_outcome_group_courses.rb +0 -26
  1110. data/lib/lms/graphql/mutations/canvas/import_outcome_group_global.rb +0 -24
  1111. data/lib/lms/graphql/mutations/canvas/import_outcomes_accounts.rb +0 -28
  1112. data/lib/lms/graphql/mutations/canvas/import_outcomes_courses.rb +0 -28
  1113. data/lib/lms/graphql/mutations/canvas/import_sis_data.rb +0 -50
  1114. data/lib/lms/graphql/mutations/canvas/invite_others_to_group.rb +0 -24
  1115. data/lib/lms/graphql/mutations/canvas/leave_group_memberships.rb +0 -24
  1116. data/lib/lms/graphql/mutations/canvas/leave_group_users.rb +0 -24
  1117. data/lib/lms/graphql/mutations/canvas/make_account_admin.rb +0 -30
  1118. data/lib/lms/graphql/mutations/canvas/mark_all_as_read.rb +0 -22
  1119. data/lib/lms/graphql/mutations/canvas/mark_all_entries_as_read_courses.rb +0 -26
  1120. data/lib/lms/graphql/mutations/canvas/mark_all_entries_as_read_groups.rb +0 -26
  1121. data/lib/lms/graphql/mutations/canvas/mark_all_entries_as_unread_courses.rb +0 -26
  1122. data/lib/lms/graphql/mutations/canvas/mark_all_entries_as_unread_groups.rb +0 -26
  1123. data/lib/lms/graphql/mutations/canvas/mark_entry_as_read_courses.rb +0 -28
  1124. data/lib/lms/graphql/mutations/canvas/mark_entry_as_read_groups.rb +0 -28
  1125. data/lib/lms/graphql/mutations/canvas/mark_entry_as_unread_courses.rb +0 -28
  1126. data/lib/lms/graphql/mutations/canvas/mark_entry_as_unread_groups.rb +0 -28
  1127. data/lib/lms/graphql/mutations/canvas/mark_module_item_as_done_not_done.rb +0 -26
  1128. data/lib/lms/graphql/mutations/canvas/mark_module_item_read.rb +0 -26
  1129. data/lib/lms/graphql/mutations/canvas/mark_submission_as_read_courses.rb +0 -26
  1130. data/lib/lms/graphql/mutations/canvas/mark_submission_as_read_sections.rb +0 -26
  1131. data/lib/lms/graphql/mutations/canvas/mark_submission_as_unread_courses.rb +0 -26
  1132. data/lib/lms/graphql/mutations/canvas/mark_submission_as_unread_sections.rb +0 -26
  1133. data/lib/lms/graphql/mutations/canvas/mark_topic_as_read_courses.rb +0 -24
  1134. data/lib/lms/graphql/mutations/canvas/mark_topic_as_read_groups.rb +0 -24
  1135. data/lib/lms/graphql/mutations/canvas/mark_topic_as_unread_courses.rb +0 -24
  1136. data/lib/lms/graphql/mutations/canvas/mark_topic_as_unread_groups.rb +0 -24
  1137. data/lib/lms/graphql/mutations/canvas/merge_user_into_another_user_accounts.rb +0 -26
  1138. data/lib/lms/graphql/mutations/canvas/merge_user_into_another_user_destination_user_id.rb +0 -24
  1139. data/lib/lms/graphql/mutations/canvas/mutations.rb +0 -373
  1140. data/lib/lms/graphql/mutations/canvas/patch_late_policy.rb +0 -36
  1141. data/lib/lms/graphql/mutations/canvas/peer_reviews_create_peer_review_courses.rb +0 -28
  1142. data/lib/lms/graphql/mutations/canvas/peer_reviews_create_peer_review_sections.rb +0 -28
  1143. data/lib/lms/graphql/mutations/canvas/post_entry_courses.rb +0 -28
  1144. data/lib/lms/graphql/mutations/canvas/post_entry_groups.rb +0 -28
  1145. data/lib/lms/graphql/mutations/canvas/post_reply_courses.rb +0 -30
  1146. data/lib/lms/graphql/mutations/canvas/post_reply_groups.rb +0 -30
  1147. data/lib/lms/graphql/mutations/canvas/publish_provisional_grades_for_assignment.rb +0 -24
  1148. data/lib/lms/graphql/mutations/canvas/quiz_extensions_set_extensions_for_student_quiz_submissions.rb +0 -36
  1149. data/lib/lms/graphql/mutations/canvas/quiz_submission_files_upload_file.rb +0 -28
  1150. data/lib/lms/graphql/mutations/canvas/rate_entry_courses.rb +0 -28
  1151. data/lib/lms/graphql/mutations/canvas/rate_entry_groups.rb +0 -28
  1152. data/lib/lms/graphql/mutations/canvas/re_activate_enrollment.rb +0 -24
  1153. data/lib/lms/graphql/mutations/canvas/re_lock_module_progressions.rb +0 -24
  1154. data/lib/lms/graphql/mutations/canvas/refresh_jwt.rb +0 -22
  1155. data/lib/lms/graphql/mutations/canvas/reject_course_invitation.rb +0 -24
  1156. data/lib/lms/graphql/mutations/canvas/remove_account_admin.rb +0 -28
  1157. data/lib/lms/graphql/mutations/canvas/remove_course_from_favorites.rb +0 -22
  1158. data/lib/lms/graphql/mutations/canvas/remove_course_nickname.rb +0 -22
  1159. data/lib/lms/graphql/mutations/canvas/remove_feature_flag_accounts.rb +0 -24
  1160. data/lib/lms/graphql/mutations/canvas/remove_feature_flag_courses.rb +0 -24
  1161. data/lib/lms/graphql/mutations/canvas/remove_feature_flag_users.rb +0 -24
  1162. data/lib/lms/graphql/mutations/canvas/remove_group_from_favorites.rb +0 -22
  1163. data/lib/lms/graphql/mutations/canvas/remove_observee.rb +0 -26
  1164. data/lib/lms/graphql/mutations/canvas/remove_usage_rights_courses.rb +0 -26
  1165. data/lib/lms/graphql/mutations/canvas/remove_usage_rights_groups.rb +0 -26
  1166. data/lib/lms/graphql/mutations/canvas/remove_usage_rights_users.rb +0 -26
  1167. data/lib/lms/graphql/mutations/canvas/reorder_custom_columns.rb +0 -24
  1168. data/lib/lms/graphql/mutations/canvas/reorder_pinned_topics_courses.rb +0 -24
  1169. data/lib/lms/graphql/mutations/canvas/reorder_pinned_topics_groups.rb +0 -24
  1170. data/lib/lms/graphql/mutations/canvas/reorder_question_groups.rb +0 -30
  1171. data/lib/lms/graphql/mutations/canvas/reorder_quiz_items.rb +0 -28
  1172. data/lib/lms/graphql/mutations/canvas/reserve_time_slot.rb +0 -28
  1173. data/lib/lms/graphql/mutations/canvas/reserve_time_slot_participant_id.rb +0 -28
  1174. data/lib/lms/graphql/mutations/canvas/reset_course.rb +0 -22
  1175. data/lib/lms/graphql/mutations/canvas/reset_course_favorites.rb +0 -22
  1176. data/lib/lms/graphql/mutations/canvas/reset_group_favorites.rb +0 -22
  1177. data/lib/lms/graphql/mutations/canvas/revert_to_revision_courses.rb +0 -26
  1178. data/lib/lms/graphql/mutations/canvas/revert_to_revision_groups.rb +0 -26
  1179. data/lib/lms/graphql/mutations/canvas/select_mastery_path.rb +0 -30
  1180. data/lib/lms/graphql/mutations/canvas/select_provisional_grade.rb +0 -26
  1181. data/lib/lms/graphql/mutations/canvas/select_students_for_moderation.rb +0 -26
  1182. data/lib/lms/graphql/mutations/canvas/self_register_user.rb +0 -42
  1183. data/lib/lms/graphql/mutations/canvas/send_message_to_unsubmitted_or_submitted_users_for_quiz.rb +0 -26
  1184. data/lib/lms/graphql/mutations/canvas/set_course_nickname.rb +0 -24
  1185. data/lib/lms/graphql/mutations/canvas/set_course_timetable.rb +0 -32
  1186. data/lib/lms/graphql/mutations/canvas/set_feature_flag_accounts.rb +0 -26
  1187. data/lib/lms/graphql/mutations/canvas/set_feature_flag_courses.rb +0 -26
  1188. data/lib/lms/graphql/mutations/canvas/set_feature_flag_users.rb +0 -26
  1189. data/lib/lms/graphql/mutations/canvas/set_or_remove_restrictions_on_blueprint_course_object.rb +0 -32
  1190. data/lib/lms/graphql/mutations/canvas/set_usage_rights_courses.rb +0 -34
  1191. data/lib/lms/graphql/mutations/canvas/set_usage_rights_groups.rb +0 -34
  1192. data/lib/lms/graphql/mutations/canvas/set_usage_rights_users.rb +0 -34
  1193. data/lib/lms/graphql/mutations/canvas/share_brandconfig_theme.rb +0 -26
  1194. data/lib/lms/graphql/mutations/canvas/split_merged_users_into_separate_users.rb +0 -22
  1195. data/lib/lms/graphql/mutations/canvas/start_kaltura_session.rb +0 -22
  1196. data/lib/lms/graphql/mutations/canvas/start_report.rb +0 -30
  1197. data/lib/lms/graphql/mutations/canvas/store_custom_data.rb +0 -26
  1198. data/lib/lms/graphql/mutations/canvas/submission_comments_upload_file.rb +0 -26
  1199. data/lib/lms/graphql/mutations/canvas/submit_assignment_courses.rb +0 -38
  1200. data/lib/lms/graphql/mutations/canvas/submit_assignment_sections.rb +0 -38
  1201. data/lib/lms/graphql/mutations/canvas/submit_captured_events.rb +0 -28
  1202. data/lib/lms/graphql/mutations/canvas/subscribe_to_topic_courses.rb +0 -24
  1203. data/lib/lms/graphql/mutations/canvas/subscribe_to_topic_groups.rb +0 -24
  1204. data/lib/lms/graphql/mutations/canvas/un_share_brandconfig_theme.rb +0 -22
  1205. data/lib/lms/graphql/mutations/canvas/unflagging_question.rb +0 -30
  1206. data/lib/lms/graphql/mutations/canvas/unlink_outcome_accounts.rb +0 -26
  1207. data/lib/lms/graphql/mutations/canvas/unlink_outcome_courses.rb +0 -26
  1208. data/lib/lms/graphql/mutations/canvas/unlink_outcome_global.rb +0 -24
  1209. data/lib/lms/graphql/mutations/canvas/unsubscribe_from_topic_courses.rb +0 -24
  1210. data/lib/lms/graphql/mutations/canvas/unsubscribe_from_topic_groups.rb +0 -24
  1211. data/lib/lms/graphql/mutations/canvas/update_account.rb +0 -52
  1212. data/lib/lms/graphql/mutations/canvas/update_account_auth_settings.rb +0 -22
  1213. data/lib/lms/graphql/mutations/canvas/update_appointment_group.rb +0 -46
  1214. data/lib/lms/graphql/mutations/canvas/update_assignment_override.rb +0 -36
  1215. data/lib/lms/graphql/mutations/canvas/update_associated_courses.rb +0 -28
  1216. data/lib/lms/graphql/mutations/canvas/update_authentication_provider.rb +0 -24
  1217. data/lib/lms/graphql/mutations/canvas/update_bookmark.rb +0 -30
  1218. data/lib/lms/graphql/mutations/canvas/update_calendar_event.rb +0 -46
  1219. data/lib/lms/graphql/mutations/canvas/update_column_data.rb +0 -28
  1220. data/lib/lms/graphql/mutations/canvas/update_content_migration_accounts.rb +0 -24
  1221. data/lib/lms/graphql/mutations/canvas/update_content_migration_courses.rb +0 -24
  1222. data/lib/lms/graphql/mutations/canvas/update_content_migration_groups.rb +0 -24
  1223. data/lib/lms/graphql/mutations/canvas/update_content_migration_users.rb +0 -24
  1224. data/lib/lms/graphql/mutations/canvas/update_course.rb +0 -96
  1225. data/lib/lms/graphql/mutations/canvas/update_course_settings.rb +0 -44
  1226. data/lib/lms/graphql/mutations/canvas/update_courses.rb +0 -26
  1227. data/lib/lms/graphql/mutations/canvas/update_create_front_page_courses.rb +0 -32
  1228. data/lib/lms/graphql/mutations/canvas/update_create_front_page_groups.rb +0 -32
  1229. data/lib/lms/graphql/mutations/canvas/update_create_page_courses.rb +0 -36
  1230. data/lib/lms/graphql/mutations/canvas/update_create_page_groups.rb +0 -36
  1231. data/lib/lms/graphql/mutations/canvas/update_custom_color.rb +0 -26
  1232. data/lib/lms/graphql/mutations/canvas/update_custom_gradebook_column.rb +0 -24
  1233. data/lib/lms/graphql/mutations/canvas/update_dashboard_positions.rb +0 -22
  1234. data/lib/lms/graphql/mutations/canvas/update_enrollment_term.rb +0 -36
  1235. data/lib/lms/graphql/mutations/canvas/update_entry_courses.rb +0 -28
  1236. data/lib/lms/graphql/mutations/canvas/update_entry_groups.rb +0 -28
  1237. data/lib/lms/graphql/mutations/canvas/update_existing_quiz_question.rb +0 -48
  1238. data/lib/lms/graphql/mutations/canvas/update_file.rb +0 -36
  1239. data/lib/lms/graphql/mutations/canvas/update_folder.rb +0 -36
  1240. data/lib/lms/graphql/mutations/canvas/update_global_notification.rb +0 -36
  1241. data/lib/lms/graphql/mutations/canvas/update_group_category.rb +0 -36
  1242. data/lib/lms/graphql/mutations/canvas/update_membership_memberships.rb +0 -28
  1243. data/lib/lms/graphql/mutations/canvas/update_membership_users.rb +0 -28
  1244. data/lib/lms/graphql/mutations/canvas/update_migration_issue_accounts.rb +0 -28
  1245. data/lib/lms/graphql/mutations/canvas/update_migration_issue_courses.rb +0 -28
  1246. data/lib/lms/graphql/mutations/canvas/update_migration_issue_groups.rb +0 -28
  1247. data/lib/lms/graphql/mutations/canvas/update_migration_issue_users.rb +0 -28
  1248. data/lib/lms/graphql/mutations/canvas/update_module.rb +0 -38
  1249. data/lib/lms/graphql/mutations/canvas/update_module_item.rb +0 -44
  1250. data/lib/lms/graphql/mutations/canvas/update_multiple_preferences_communication_channel_id.rb +0 -24
  1251. data/lib/lms/graphql/mutations/canvas/update_multiple_preferences_type.rb +0 -26
  1252. data/lib/lms/graphql/mutations/canvas/update_outcome.rb +0 -40
  1253. data/lib/lms/graphql/mutations/canvas/update_outcome_group_accounts.rb +0 -32
  1254. data/lib/lms/graphql/mutations/canvas/update_outcome_group_courses.rb +0 -32
  1255. data/lib/lms/graphql/mutations/canvas/update_outcome_group_global.rb +0 -30
  1256. data/lib/lms/graphql/mutations/canvas/update_planner_override.rb +0 -26
  1257. data/lib/lms/graphql/mutations/canvas/update_plannernote.rb +0 -30
  1258. data/lib/lms/graphql/mutations/canvas/update_preference_communication_channel_id.rb +0 -26
  1259. data/lib/lms/graphql/mutations/canvas/update_preference_type.rb +0 -28
  1260. data/lib/lms/graphql/mutations/canvas/update_preferences_by_category.rb +0 -26
  1261. data/lib/lms/graphql/mutations/canvas/update_question_group.rb +0 -32
  1262. data/lib/lms/graphql/mutations/canvas/update_role.rb +0 -34
  1263. data/lib/lms/graphql/mutations/canvas/update_shared_theme.rb +0 -24
  1264. data/lib/lms/graphql/mutations/canvas/update_single_grading_period.rb +0 -30
  1265. data/lib/lms/graphql/mutations/canvas/update_single_poll.rb +0 -26
  1266. data/lib/lms/graphql/mutations/canvas/update_single_poll_choice.rb +0 -30
  1267. data/lib/lms/graphql/mutations/canvas/update_single_poll_session.rb +0 -30
  1268. data/lib/lms/graphql/mutations/canvas/update_student_question_scores_and_comments.rb +0 -32
  1269. data/lib/lms/graphql/mutations/canvas/update_tab_for_course.rb +0 -28
  1270. data/lib/lms/graphql/mutations/canvas/update_topic_courses.rb +0 -60
  1271. data/lib/lms/graphql/mutations/canvas/update_topic_groups.rb +0 -60
  1272. data/lib/lms/graphql/mutations/canvas/update_webhook_subscription.rb +0 -22
  1273. data/lib/lms/graphql/mutations/canvas/upload_file_courses.rb +0 -26
  1274. data/lib/lms/graphql/mutations/canvas/upload_file_sections.rb +0 -26
  1275. data/lib/lms/graphql/mutations/canvas/users_upload_file.rb +0 -22
  1276. data/lib/lms/graphql/mutations/canvas/validate_quiz_access_code.rb +0 -26
  1277. data/lib/lms/graphql/mutations/canvas_base_mutation.rb +0 -12
  1278. data/lib/lms/graphql/resolvers/canvas/activity_stream_summary.rb +0 -22
  1279. data/lib/lms/graphql/resolvers/canvas/batch_retrieve_overrides_in_course.rb +0 -26
  1280. data/lib/lms/graphql/resolvers/canvas/close_opened_poll_session.rb +0 -24
  1281. data/lib/lms/graphql/resolvers/canvas/course_activity_stream.rb +0 -22
  1282. data/lib/lms/graphql/resolvers/canvas/course_activity_stream_summary.rb +0 -22
  1283. data/lib/lms/graphql/resolvers/canvas/course_audit_log_query_by_course.rb +0 -26
  1284. data/lib/lms/graphql/resolvers/canvas/course_todo_items.rb +0 -22
  1285. data/lib/lms/graphql/resolvers/canvas/days_in_gradebook_history_for_this_course.rb +0 -22
  1286. data/lib/lms/graphql/resolvers/canvas/details_for_given_date_in_gradebook_history_for_this_course.rb +0 -24
  1287. data/lib/lms/graphql/resolvers/canvas/enrollment_by_id.rb +0 -24
  1288. data/lib/lms/graphql/resolvers/canvas/fetching_latest_quiz_statistics.rb +0 -26
  1289. data/lib/lms/graphql/resolvers/canvas/find_recipients.rb +0 -22
  1290. data/lib/lms/graphql/resolvers/canvas/find_recipients_conversations.rb +0 -34
  1291. data/lib/lms/graphql/resolvers/canvas/find_recipients_search.rb +0 -34
  1292. data/lib/lms/graphql/resolvers/canvas/get_all_outcome_groups_for_context_accounts.rb +0 -22
  1293. data/lib/lms/graphql/resolvers/canvas/get_all_outcome_groups_for_context_courses.rb +0 -22
  1294. data/lib/lms/graphql/resolvers/canvas/get_all_outcome_links_for_context_accounts.rb +0 -26
  1295. data/lib/lms/graphql/resolvers/canvas/get_all_outcome_links_for_context_courses.rb +0 -26
  1296. data/lib/lms/graphql/resolvers/canvas/get_all_peer_reviews_courses_peer_reviews.rb +0 -26
  1297. data/lib/lms/graphql/resolvers/canvas/get_all_peer_reviews_courses_submissions.rb +0 -28
  1298. data/lib/lms/graphql/resolvers/canvas/get_all_peer_reviews_sections_peer_reviews.rb +0 -26
  1299. data/lib/lms/graphql/resolvers/canvas/get_all_peer_reviews_sections_submissions.rb +0 -28
  1300. data/lib/lms/graphql/resolvers/canvas/get_all_quiz_submission_questions.rb +0 -24
  1301. data/lib/lms/graphql/resolvers/canvas/get_all_quiz_submissions.rb +0 -26
  1302. data/lib/lms/graphql/resolvers/canvas/get_all_users_in_group_lti.rb +0 -22
  1303. data/lib/lms/graphql/resolvers/canvas/get_assignment_group.rb +0 -30
  1304. data/lib/lms/graphql/resolvers/canvas/get_associated_course_information.rb +0 -24
  1305. data/lib/lms/graphql/resolvers/canvas/get_authentication_provider.rb +0 -24
  1306. data/lib/lms/graphql/resolvers/canvas/get_available_quiz_ip_filters.rb +0 -24
  1307. data/lib/lms/graphql/resolvers/canvas/get_blueprint_information.rb +0 -24
  1308. data/lib/lms/graphql/resolvers/canvas/get_bookmark.rb +0 -22
  1309. data/lib/lms/graphql/resolvers/canvas/get_brand_config_variables_that_should_be_used_for_this_domain.rb +0 -22
  1310. data/lib/lms/graphql/resolvers/canvas/get_content_migration_accounts.rb +0 -24
  1311. data/lib/lms/graphql/resolvers/canvas/get_content_migration_courses.rb +0 -24
  1312. data/lib/lms/graphql/resolvers/canvas/get_content_migration_groups.rb +0 -24
  1313. data/lib/lms/graphql/resolvers/canvas/get_content_migration_users.rb +0 -24
  1314. data/lib/lms/graphql/resolvers/canvas/get_course_copy_status.rb +0 -24
  1315. data/lib/lms/graphql/resolvers/canvas/get_course_level_assignment_data.rb +0 -24
  1316. data/lib/lms/graphql/resolvers/canvas/get_course_level_participation_data.rb +0 -22
  1317. data/lib/lms/graphql/resolvers/canvas/get_course_level_student_summary_data.rb +0 -26
  1318. data/lib/lms/graphql/resolvers/canvas/get_course_nickname.rb +0 -22
  1319. data/lib/lms/graphql/resolvers/canvas/get_course_settings.rb +0 -22
  1320. data/lib/lms/graphql/resolvers/canvas/get_course_timetable.rb +0 -22
  1321. data/lib/lms/graphql/resolvers/canvas/get_current_quiz_submission_times.rb +0 -26
  1322. data/lib/lms/graphql/resolvers/canvas/get_custom_color.rb +0 -24
  1323. data/lib/lms/graphql/resolvers/canvas/get_custom_colors.rb +0 -22
  1324. data/lib/lms/graphql/resolvers/canvas/get_dashboard_positions.rb +0 -22
  1325. data/lib/lms/graphql/resolvers/canvas/get_department_level_grade_data_completed.rb +0 -22
  1326. data/lib/lms/graphql/resolvers/canvas/get_department_level_grade_data_current.rb +0 -22
  1327. data/lib/lms/graphql/resolvers/canvas/get_department_level_grade_data_terms.rb +0 -24
  1328. data/lib/lms/graphql/resolvers/canvas/get_department_level_participation_data_completed.rb +0 -22
  1329. data/lib/lms/graphql/resolvers/canvas/get_department_level_participation_data_current.rb +0 -22
  1330. data/lib/lms/graphql/resolvers/canvas/get_department_level_participation_data_terms.rb +0 -24
  1331. data/lib/lms/graphql/resolvers/canvas/get_department_level_statistics_completed.rb +0 -22
  1332. data/lib/lms/graphql/resolvers/canvas/get_department_level_statistics_current.rb +0 -22
  1333. data/lib/lms/graphql/resolvers/canvas/get_department_level_statistics_terms.rb +0 -24
  1334. data/lib/lms/graphql/resolvers/canvas/get_effective_due_dates.rb +0 -24
  1335. data/lib/lms/graphql/resolvers/canvas/get_feature_flag_accounts.rb +0 -24
  1336. data/lib/lms/graphql/resolvers/canvas/get_feature_flag_courses.rb +0 -24
  1337. data/lib/lms/graphql/resolvers/canvas/get_feature_flag_users.rb +0 -24
  1338. data/lib/lms/graphql/resolvers/canvas/get_file_courses.rb +0 -26
  1339. data/lib/lms/graphql/resolvers/canvas/get_file_files.rb +0 -24
  1340. data/lib/lms/graphql/resolvers/canvas/get_file_groups.rb +0 -26
  1341. data/lib/lms/graphql/resolvers/canvas/get_file_users.rb +0 -26
  1342. data/lib/lms/graphql/resolvers/canvas/get_folder_courses.rb +0 -24
  1343. data/lib/lms/graphql/resolvers/canvas/get_folder_folders.rb +0 -22
  1344. data/lib/lms/graphql/resolvers/canvas/get_folder_groups.rb +0 -24
  1345. data/lib/lms/graphql/resolvers/canvas/get_folder_users.rb +0 -24
  1346. data/lib/lms/graphql/resolvers/canvas/get_full_topic_courses.rb +0 -24
  1347. data/lib/lms/graphql/resolvers/canvas/get_full_topic_groups.rb +0 -24
  1348. data/lib/lms/graphql/resolvers/canvas/get_history_of_single_submission.rb +0 -24
  1349. data/lib/lms/graphql/resolvers/canvas/get_import_details.rb +0 -26
  1350. data/lib/lms/graphql/resolvers/canvas/get_kaltura_config.rb +0 -22
  1351. data/lib/lms/graphql/resolvers/canvas/get_late_policy.rb +0 -22
  1352. data/lib/lms/graphql/resolvers/canvas/get_migration_details.rb +0 -26
  1353. data/lib/lms/graphql/resolvers/canvas/get_migration_issue_accounts.rb +0 -26
  1354. data/lib/lms/graphql/resolvers/canvas/get_migration_issue_courses.rb +0 -26
  1355. data/lib/lms/graphql/resolvers/canvas/get_migration_issue_groups.rb +0 -26
  1356. data/lib/lms/graphql/resolvers/canvas/get_migration_issue_users.rb +0 -26
  1357. data/lib/lms/graphql/resolvers/canvas/get_module_item_sequence.rb +0 -26
  1358. data/lib/lms/graphql/resolvers/canvas/get_next_appointment.rb +0 -22
  1359. data/lib/lms/graphql/resolvers/canvas/get_outcome_import_status_accounts.rb +0 -24
  1360. data/lib/lms/graphql/resolvers/canvas/get_outcome_import_status_courses.rb +0 -24
  1361. data/lib/lms/graphql/resolvers/canvas/get_outcome_result_rollups.rb +0 -30
  1362. data/lib/lms/graphql/resolvers/canvas/get_outcome_results.rb +0 -28
  1363. data/lib/lms/graphql/resolvers/canvas/get_preference_communication_channel_id.rb +0 -26
  1364. data/lib/lms/graphql/resolvers/canvas/get_preference_type.rb +0 -28
  1365. data/lib/lms/graphql/resolvers/canvas/get_public_inline_preview_url.rb +0 -24
  1366. data/lib/lms/graphql/resolvers/canvas/get_quiz_report.rb +0 -28
  1367. data/lib/lms/graphql/resolvers/canvas/get_quiz_submission.rb +0 -26
  1368. data/lib/lms/graphql/resolvers/canvas/get_quota_information_courses.rb +0 -22
  1369. data/lib/lms/graphql/resolvers/canvas/get_quota_information_groups.rb +0 -22
  1370. data/lib/lms/graphql/resolvers/canvas/get_quota_information_users.rb +0 -22
  1371. data/lib/lms/graphql/resolvers/canvas/get_results_for_single_poll_session.rb +0 -24
  1372. data/lib/lms/graphql/resolvers/canvas/get_running_batches.rb +0 -22
  1373. data/lib/lms/graphql/resolvers/canvas/get_section_information_courses.rb +0 -26
  1374. data/lib/lms/graphql/resolvers/canvas/get_section_information_sections.rb +0 -24
  1375. data/lib/lms/graphql/resolvers/canvas/get_sessionless_launch_url_for_external_tool_accounts.rb +0 -32
  1376. data/lib/lms/graphql/resolvers/canvas/get_sessionless_launch_url_for_external_tool_courses.rb +0 -32
  1377. data/lib/lms/graphql/resolvers/canvas/get_single_account.rb +0 -22
  1378. data/lib/lms/graphql/resolvers/canvas/get_single_appointment_group.rb +0 -24
  1379. data/lib/lms/graphql/resolvers/canvas/get_single_assignment.rb +0 -32
  1380. data/lib/lms/graphql/resolvers/canvas/get_single_assignment_lti.rb +0 -24
  1381. data/lib/lms/graphql/resolvers/canvas/get_single_assignment_override.rb +0 -26
  1382. data/lib/lms/graphql/resolvers/canvas/get_single_calendar_event_or_assignment.rb +0 -22
  1383. data/lib/lms/graphql/resolvers/canvas/get_single_conversation.rb +0 -32
  1384. data/lib/lms/graphql/resolvers/canvas/get_single_course_accounts.rb +0 -26
  1385. data/lib/lms/graphql/resolvers/canvas/get_single_course_courses.rb +0 -24
  1386. data/lib/lms/graphql/resolvers/canvas/get_single_external_tool_accounts.rb +0 -24
  1387. data/lib/lms/graphql/resolvers/canvas/get_single_external_tool_courses.rb +0 -24
  1388. data/lib/lms/graphql/resolvers/canvas/get_single_grading_period.rb +0 -24
  1389. data/lib/lms/graphql/resolvers/canvas/get_single_grading_standard_in_context_accounts.rb +0 -24
  1390. data/lib/lms/graphql/resolvers/canvas/get_single_grading_standard_in_context_courses.rb +0 -24
  1391. data/lib/lms/graphql/resolvers/canvas/get_single_group.rb +0 -24
  1392. data/lib/lms/graphql/resolvers/canvas/get_single_group_category.rb +0 -22
  1393. data/lib/lms/graphql/resolvers/canvas/get_single_group_membership_memberships.rb +0 -24
  1394. data/lib/lms/graphql/resolvers/canvas/get_single_group_membership_users.rb +0 -24
  1395. data/lib/lms/graphql/resolvers/canvas/get_single_poll.rb +0 -22
  1396. data/lib/lms/graphql/resolvers/canvas/get_single_poll_choice.rb +0 -24
  1397. data/lib/lms/graphql/resolvers/canvas/get_single_poll_submission.rb +0 -26
  1398. data/lib/lms/graphql/resolvers/canvas/get_single_quiz.rb +0 -24
  1399. data/lib/lms/graphql/resolvers/canvas/get_single_quiz_group.rb +0 -26
  1400. data/lib/lms/graphql/resolvers/canvas/get_single_quiz_question.rb +0 -26
  1401. data/lib/lms/graphql/resolvers/canvas/get_single_quiz_submission.rb +0 -28
  1402. data/lib/lms/graphql/resolvers/canvas/get_single_role.rb +0 -28
  1403. data/lib/lms/graphql/resolvers/canvas/get_single_rubric_accounts.rb +0 -28
  1404. data/lib/lms/graphql/resolvers/canvas/get_single_rubric_courses.rb +0 -28
  1405. data/lib/lms/graphql/resolvers/canvas/get_single_submission.rb +0 -24
  1406. data/lib/lms/graphql/resolvers/canvas/get_single_submission_courses.rb +0 -28
  1407. data/lib/lms/graphql/resolvers/canvas/get_single_submission_sections.rb +0 -28
  1408. data/lib/lms/graphql/resolvers/canvas/get_single_topic_courses.rb +0 -26
  1409. data/lib/lms/graphql/resolvers/canvas/get_single_topic_groups.rb +0 -26
  1410. data/lib/lms/graphql/resolvers/canvas/get_single_user.rb +0 -24
  1411. data/lib/lms/graphql/resolvers/canvas/get_single_user_lti.rb +0 -22
  1412. data/lib/lms/graphql/resolvers/canvas/get_sis_import_error_list_sis_import_errors.rb +0 -22
  1413. data/lib/lms/graphql/resolvers/canvas/get_sis_import_error_list_sis_imports.rb +0 -24
  1414. data/lib/lms/graphql/resolvers/canvas/get_sis_import_list.rb +0 -24
  1415. data/lib/lms/graphql/resolvers/canvas/get_sis_import_status.rb +0 -24
  1416. data/lib/lms/graphql/resolvers/canvas/get_sub_accounts_of_account.rb +0 -24
  1417. data/lib/lms/graphql/resolvers/canvas/get_unsynced_changes.rb +0 -24
  1418. data/lib/lms/graphql/resolvers/canvas/get_user_in_a_course_level_assignment_data.rb +0 -24
  1419. data/lib/lms/graphql/resolvers/canvas/get_user_in_a_course_level_messaging_data.rb +0 -24
  1420. data/lib/lms/graphql/resolvers/canvas/get_user_in_a_course_level_participation_data.rb +0 -24
  1421. data/lib/lms/graphql/resolvers/canvas/get_user_profile.rb +0 -22
  1422. data/lib/lms/graphql/resolvers/canvas/grade_change_log_query_by_course.rb +0 -26
  1423. data/lib/lms/graphql/resolvers/canvas/group_activity_stream.rb +0 -22
  1424. data/lib/lms/graphql/resolvers/canvas/group_activity_stream_summary.rb +0 -22
  1425. data/lib/lms/graphql/resolvers/canvas/index_of_active_global_notification_for_user.rb +0 -22
  1426. data/lib/lms/graphql/resolvers/canvas/index_of_reports.rb +0 -24
  1427. data/lib/lms/graphql/resolvers/canvas/list_account_admins.rb +0 -24
  1428. data/lib/lms/graphql/resolvers/canvas/list_accounts.rb +0 -22
  1429. data/lib/lms/graphql/resolvers/canvas/list_accounts_for_course_admins.rb +0 -22
  1430. data/lib/lms/graphql/resolvers/canvas/list_active_courses_in_account.rb +0 -54
  1431. data/lib/lms/graphql/resolvers/canvas/list_activity_stream_activity_stream.rb +0 -22
  1432. data/lib/lms/graphql/resolvers/canvas/list_activity_stream_self.rb +0 -22
  1433. data/lib/lms/graphql/resolvers/canvas/list_all_courses.rb +0 -26
  1434. data/lib/lms/graphql/resolvers/canvas/list_all_folders_courses.rb +0 -22
  1435. data/lib/lms/graphql/resolvers/canvas/list_all_folders_groups.rb +0 -22
  1436. data/lib/lms/graphql/resolvers/canvas/list_all_folders_users.rb +0 -22
  1437. data/lib/lms/graphql/resolvers/canvas/list_all_webhook_subscription_for_tool_proxy.rb +0 -22
  1438. data/lib/lms/graphql/resolvers/canvas/list_announcements.rb +0 -30
  1439. data/lib/lms/graphql/resolvers/canvas/list_appointment_groups.rb +0 -28
  1440. data/lib/lms/graphql/resolvers/canvas/list_assignment_groups.rb +0 -32
  1441. data/lib/lms/graphql/resolvers/canvas/list_assignment_overrides.rb +0 -24
  1442. data/lib/lms/graphql/resolvers/canvas/list_assignment_submissions_courses.rb +0 -28
  1443. data/lib/lms/graphql/resolvers/canvas/list_assignment_submissions_sections.rb +0 -28
  1444. data/lib/lms/graphql/resolvers/canvas/list_assignments.rb +0 -36
  1445. data/lib/lms/graphql/resolvers/canvas/list_assignments_for_user.rb +0 -24
  1446. data/lib/lms/graphql/resolvers/canvas/list_authentication_providers.rb +0 -22
  1447. data/lib/lms/graphql/resolvers/canvas/list_available_reports.rb +0 -22
  1448. data/lib/lms/graphql/resolvers/canvas/list_available_tabs_for_course_or_group_courses.rb +0 -24
  1449. data/lib/lms/graphql/resolvers/canvas/list_available_tabs_for_course_or_group_groups.rb +0 -24
  1450. data/lib/lms/graphql/resolvers/canvas/list_avatar_options.rb +0 -22
  1451. data/lib/lms/graphql/resolvers/canvas/list_blueprint_imports.rb +0 -24
  1452. data/lib/lms/graphql/resolvers/canvas/list_blueprint_migrations.rb +0 -24
  1453. data/lib/lms/graphql/resolvers/canvas/list_bookmarks.rb +0 -22
  1454. data/lib/lms/graphql/resolvers/canvas/list_calendar_events.rb +0 -34
  1455. data/lib/lms/graphql/resolvers/canvas/list_calendar_events_for_user.rb +0 -36
  1456. data/lib/lms/graphql/resolvers/canvas/list_closed_poll_sessions.rb +0 -22
  1457. data/lib/lms/graphql/resolvers/canvas/list_collaborations_courses.rb +0 -22
  1458. data/lib/lms/graphql/resolvers/canvas/list_collaborations_groups.rb +0 -22
  1459. data/lib/lms/graphql/resolvers/canvas/list_conferences_courses.rb +0 -22
  1460. data/lib/lms/graphql/resolvers/canvas/list_conferences_groups.rb +0 -22
  1461. data/lib/lms/graphql/resolvers/canvas/list_content_exports_courses.rb +0 -22
  1462. data/lib/lms/graphql/resolvers/canvas/list_content_exports_groups.rb +0 -22
  1463. data/lib/lms/graphql/resolvers/canvas/list_content_exports_users.rb +0 -22
  1464. data/lib/lms/graphql/resolvers/canvas/list_content_migrations_accounts.rb +0 -22
  1465. data/lib/lms/graphql/resolvers/canvas/list_content_migrations_courses.rb +0 -22
  1466. data/lib/lms/graphql/resolvers/canvas/list_content_migrations_groups.rb +0 -22
  1467. data/lib/lms/graphql/resolvers/canvas/list_content_migrations_users.rb +0 -22
  1468. data/lib/lms/graphql/resolvers/canvas/list_conversations.rb +0 -32
  1469. data/lib/lms/graphql/resolvers/canvas/list_counts_for_todo_items.rb +0 -22
  1470. data/lib/lms/graphql/resolvers/canvas/list_course_nicknames.rb +0 -22
  1471. data/lib/lms/graphql/resolvers/canvas/list_course_sections.rb +0 -24
  1472. data/lib/lms/graphql/resolvers/canvas/list_courses_for_user.rb +0 -28
  1473. data/lib/lms/graphql/resolvers/canvas/list_courses_with_their_latest_epub_export.rb +0 -22
  1474. data/lib/lms/graphql/resolvers/canvas/list_custom_gradebook_columns.rb +0 -24
  1475. data/lib/lms/graphql/resolvers/canvas/list_discussion_topics_courses.rb +0 -36
  1476. data/lib/lms/graphql/resolvers/canvas/list_discussion_topics_groups.rb +0 -36
  1477. data/lib/lms/graphql/resolvers/canvas/list_enabled_features_accounts.rb +0 -22
  1478. data/lib/lms/graphql/resolvers/canvas/list_enabled_features_courses.rb +0 -22
  1479. data/lib/lms/graphql/resolvers/canvas/list_enabled_features_users.rb +0 -22
  1480. data/lib/lms/graphql/resolvers/canvas/list_enrollment_terms.rb +0 -26
  1481. data/lib/lms/graphql/resolvers/canvas/list_enrollments_courses.rb +0 -44
  1482. data/lib/lms/graphql/resolvers/canvas/list_enrollments_sections.rb +0 -44
  1483. data/lib/lms/graphql/resolvers/canvas/list_enrollments_users.rb +0 -42
  1484. data/lib/lms/graphql/resolvers/canvas/list_entries_courses.rb +0 -26
  1485. data/lib/lms/graphql/resolvers/canvas/list_entries_for_column.rb +0 -26
  1486. data/lib/lms/graphql/resolvers/canvas/list_entries_groups.rb +0 -26
  1487. data/lib/lms/graphql/resolvers/canvas/list_entry_replies_courses.rb +0 -26
  1488. data/lib/lms/graphql/resolvers/canvas/list_entry_replies_groups.rb +0 -26
  1489. data/lib/lms/graphql/resolvers/canvas/list_external_feeds_courses.rb +0 -22
  1490. data/lib/lms/graphql/resolvers/canvas/list_external_feeds_groups.rb +0 -22
  1491. data/lib/lms/graphql/resolvers/canvas/list_external_tools_accounts.rb +0 -28
  1492. data/lib/lms/graphql/resolvers/canvas/list_external_tools_courses.rb +0 -28
  1493. data/lib/lms/graphql/resolvers/canvas/list_external_tools_groups.rb +0 -28
  1494. data/lib/lms/graphql/resolvers/canvas/list_favorite_courses.rb +0 -22
  1495. data/lib/lms/graphql/resolvers/canvas/list_favorite_groups.rb +0 -22
  1496. data/lib/lms/graphql/resolvers/canvas/list_features_accounts.rb +0 -22
  1497. data/lib/lms/graphql/resolvers/canvas/list_features_courses.rb +0 -22
  1498. data/lib/lms/graphql/resolvers/canvas/list_features_users.rb +0 -22
  1499. data/lib/lms/graphql/resolvers/canvas/list_files_courses.rb +0 -34
  1500. data/lib/lms/graphql/resolvers/canvas/list_files_folders.rb +0 -34
  1501. data/lib/lms/graphql/resolvers/canvas/list_files_groups.rb +0 -34
  1502. data/lib/lms/graphql/resolvers/canvas/list_files_users.rb +0 -34
  1503. data/lib/lms/graphql/resolvers/canvas/list_folders.rb +0 -22
  1504. data/lib/lms/graphql/resolvers/canvas/list_gradeable_students.rb +0 -24
  1505. data/lib/lms/graphql/resolvers/canvas/list_grading_periods_accounts.rb +0 -22
  1506. data/lib/lms/graphql/resolvers/canvas/list_grading_periods_courses.rb +0 -22
  1507. data/lib/lms/graphql/resolvers/canvas/list_grading_standards_available_in_context_accounts.rb +0 -22
  1508. data/lib/lms/graphql/resolvers/canvas/list_grading_standards_available_in_context_courses.rb +0 -22
  1509. data/lib/lms/graphql/resolvers/canvas/list_group_categories_for_context_accounts.rb +0 -22
  1510. data/lib/lms/graphql/resolvers/canvas/list_group_categories_for_context_courses.rb +0 -22
  1511. data/lib/lms/graphql/resolvers/canvas/list_group_memberships.rb +0 -24
  1512. data/lib/lms/graphql/resolvers/canvas/list_group_s_users.rb +0 -26
  1513. data/lib/lms/graphql/resolvers/canvas/list_groups_available_in_context_accounts.rb +0 -26
  1514. data/lib/lms/graphql/resolvers/canvas/list_groups_available_in_context_courses.rb +0 -26
  1515. data/lib/lms/graphql/resolvers/canvas/list_groups_in_group_category.rb +0 -22
  1516. data/lib/lms/graphql/resolvers/canvas/list_licenses_courses.rb +0 -22
  1517. data/lib/lms/graphql/resolvers/canvas/list_licenses_groups.rb +0 -22
  1518. data/lib/lms/graphql/resolvers/canvas/list_licenses_users.rb +0 -22
  1519. data/lib/lms/graphql/resolvers/canvas/list_linked_outcomes_accounts.rb +0 -26
  1520. data/lib/lms/graphql/resolvers/canvas/list_linked_outcomes_courses.rb +0 -26
  1521. data/lib/lms/graphql/resolvers/canvas/list_linked_outcomes_global.rb +0 -24
  1522. data/lib/lms/graphql/resolvers/canvas/list_live_assessment_results.rb +0 -26
  1523. data/lib/lms/graphql/resolvers/canvas/list_live_assessments.rb +0 -22
  1524. data/lib/lms/graphql/resolvers/canvas/list_members_of_collaboration.rb +0 -24
  1525. data/lib/lms/graphql/resolvers/canvas/list_migration_issues_accounts.rb +0 -24
  1526. data/lib/lms/graphql/resolvers/canvas/list_migration_issues_courses.rb +0 -24
  1527. data/lib/lms/graphql/resolvers/canvas/list_migration_issues_groups.rb +0 -24
  1528. data/lib/lms/graphql/resolvers/canvas/list_migration_issues_users.rb +0 -24
  1529. data/lib/lms/graphql/resolvers/canvas/list_migration_systems_accounts.rb +0 -22
  1530. data/lib/lms/graphql/resolvers/canvas/list_migration_systems_courses.rb +0 -22
  1531. data/lib/lms/graphql/resolvers/canvas/list_migration_systems_groups.rb +0 -22
  1532. data/lib/lms/graphql/resolvers/canvas/list_migration_systems_users.rb +0 -22
  1533. data/lib/lms/graphql/resolvers/canvas/list_missing_submissions.rb +0 -24
  1534. data/lib/lms/graphql/resolvers/canvas/list_module_items.rb +0 -30
  1535. data/lib/lms/graphql/resolvers/canvas/list_modules.rb +0 -28
  1536. data/lib/lms/graphql/resolvers/canvas/list_multiple_assignments_gradeable_students.rb +0 -24
  1537. data/lib/lms/graphql/resolvers/canvas/list_observees.rb +0 -24
  1538. data/lib/lms/graphql/resolvers/canvas/list_of_commmessages_for_user.rb +0 -26
  1539. data/lib/lms/graphql/resolvers/canvas/list_of_preference_categories.rb +0 -24
  1540. data/lib/lms/graphql/resolvers/canvas/list_opened_poll_sessions.rb +0 -22
  1541. data/lib/lms/graphql/resolvers/canvas/list_pages_courses.rb +0 -30
  1542. data/lib/lms/graphql/resolvers/canvas/list_pages_groups.rb +0 -30
  1543. data/lib/lms/graphql/resolvers/canvas/list_planner_items.rb +0 -26
  1544. data/lib/lms/graphql/resolvers/canvas/list_planner_notes.rb +0 -26
  1545. data/lib/lms/graphql/resolvers/canvas/list_planner_overrides.rb +0 -22
  1546. data/lib/lms/graphql/resolvers/canvas/list_poll_choices_in_poll.rb +0 -22
  1547. data/lib/lms/graphql/resolvers/canvas/list_poll_sessions_for_poll.rb +0 -22
  1548. data/lib/lms/graphql/resolvers/canvas/list_polls.rb +0 -22
  1549. data/lib/lms/graphql/resolvers/canvas/list_potential_members_courses.rb +0 -22
  1550. data/lib/lms/graphql/resolvers/canvas/list_potential_members_groups.rb +0 -22
  1551. data/lib/lms/graphql/resolvers/canvas/list_preferences_communication_channel_id.rb +0 -24
  1552. data/lib/lms/graphql/resolvers/canvas/list_preferences_type.rb +0 -26
  1553. data/lib/lms/graphql/resolvers/canvas/list_questions_in_quiz_or_submission.rb +0 -28
  1554. data/lib/lms/graphql/resolvers/canvas/list_quizzes_in_course.rb +0 -24
  1555. data/lib/lms/graphql/resolvers/canvas/list_recently_logged_in_students.rb +0 -22
  1556. data/lib/lms/graphql/resolvers/canvas/list_revisions_courses.rb +0 -24
  1557. data/lib/lms/graphql/resolvers/canvas/list_revisions_groups.rb +0 -24
  1558. data/lib/lms/graphql/resolvers/canvas/list_roles.rb +0 -26
  1559. data/lib/lms/graphql/resolvers/canvas/list_rubrics_accounts.rb +0 -22
  1560. data/lib/lms/graphql/resolvers/canvas/list_rubrics_courses.rb +0 -22
  1561. data/lib/lms/graphql/resolvers/canvas/list_scopes.rb +0 -24
  1562. data/lib/lms/graphql/resolvers/canvas/list_student_group_participants.rb +0 -24
  1563. data/lib/lms/graphql/resolvers/canvas/list_students.rb +0 -22
  1564. data/lib/lms/graphql/resolvers/canvas/list_students_selected_for_moderation.rb +0 -24
  1565. data/lib/lms/graphql/resolvers/canvas/list_subgroups_accounts.rb +0 -24
  1566. data/lib/lms/graphql/resolvers/canvas/list_subgroups_courses.rb +0 -24
  1567. data/lib/lms/graphql/resolvers/canvas/list_subgroups_global.rb +0 -22
  1568. data/lib/lms/graphql/resolvers/canvas/list_submissions_for_multiple_assignments_courses.rb +0 -48
  1569. data/lib/lms/graphql/resolvers/canvas/list_submissions_for_multiple_assignments_sections.rb +0 -48
  1570. data/lib/lms/graphql/resolvers/canvas/list_todo_items.rb +0 -22
  1571. data/lib/lms/graphql/resolvers/canvas/list_topic_entries_courses.rb +0 -24
  1572. data/lib/lms/graphql/resolvers/canvas/list_topic_entries_groups.rb +0 -24
  1573. data/lib/lms/graphql/resolvers/canvas/list_uncollated_submission_versions.rb +0 -28
  1574. data/lib/lms/graphql/resolvers/canvas/list_upcoming_assignments_calendar_events.rb +0 -22
  1575. data/lib/lms/graphql/resolvers/canvas/list_user_communication_channels.rb +0 -22
  1576. data/lib/lms/graphql/resolvers/canvas/list_user_logins_accounts.rb +0 -22
  1577. data/lib/lms/graphql/resolvers/canvas/list_user_logins_users.rb +0 -22
  1578. data/lib/lms/graphql/resolvers/canvas/list_user_page_views.rb +0 -26
  1579. data/lib/lms/graphql/resolvers/canvas/list_user_participants.rb +0 -24
  1580. data/lib/lms/graphql/resolvers/canvas/list_users_in_account.rb +0 -28
  1581. data/lib/lms/graphql/resolvers/canvas/list_users_in_course_search_users.rb +0 -38
  1582. data/lib/lms/graphql/resolvers/canvas/list_users_in_course_users.rb +0 -38
  1583. data/lib/lms/graphql/resolvers/canvas/list_users_in_group_category.rb +0 -26
  1584. data/lib/lms/graphql/resolvers/canvas/list_your_courses.rb +0 -34
  1585. data/lib/lms/graphql/resolvers/canvas/list_your_groups.rb +0 -24
  1586. data/lib/lms/graphql/resolvers/canvas/lists_submissions.rb +0 -28
  1587. data/lib/lms/graphql/resolvers/canvas/load_custom_data.rb +0 -24
  1588. data/lib/lms/graphql/resolvers/canvas/open_poll_session.rb +0 -24
  1589. data/lib/lms/graphql/resolvers/canvas/permissions.rb +0 -24
  1590. data/lib/lms/graphql/resolvers/canvas/query_by_account.rb +0 -26
  1591. data/lib/lms/graphql/resolvers/canvas/query_by_assignment.rb +0 -26
  1592. data/lib/lms/graphql/resolvers/canvas/query_by_grader.rb +0 -26
  1593. data/lib/lms/graphql/resolvers/canvas/query_by_login.rb +0 -26
  1594. data/lib/lms/graphql/resolvers/canvas/query_by_student.rb +0 -26
  1595. data/lib/lms/graphql/resolvers/canvas/query_by_user.rb +0 -26
  1596. data/lib/lms/graphql/resolvers/canvas/query_progress.rb +0 -22
  1597. data/lib/lms/graphql/resolvers/canvas/redirect_to_assignment_override_for_group.rb +0 -24
  1598. data/lib/lms/graphql/resolvers/canvas/redirect_to_assignment_override_for_section.rb +0 -24
  1599. data/lib/lms/graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_accounts.rb +0 -22
  1600. data/lib/lms/graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_courses.rb +0 -22
  1601. data/lib/lms/graphql/resolvers/canvas/redirect_to_root_outcome_group_for_context_global.rb +0 -22
  1602. data/lib/lms/graphql/resolvers/canvas/resolve_path_courses.rb +0 -22
  1603. data/lib/lms/graphql/resolvers/canvas/resolve_path_courses_full_path.rb +0 -22
  1604. data/lib/lms/graphql/resolvers/canvas/resolve_path_groups.rb +0 -22
  1605. data/lib/lms/graphql/resolvers/canvas/resolve_path_groups_full_path.rb +0 -22
  1606. data/lib/lms/graphql/resolvers/canvas/resolve_path_users.rb +0 -22
  1607. data/lib/lms/graphql/resolvers/canvas/resolve_path_users_full_path.rb +0 -22
  1608. data/lib/lms/graphql/resolvers/canvas/retrieve_all_quiz_reports.rb +0 -26
  1609. data/lib/lms/graphql/resolvers/canvas/retrieve_assignment_overridden_dates_for_quizzes.rb +0 -24
  1610. data/lib/lms/graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_accounts.rb +0 -30
  1611. data/lib/lms/graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_courses.rb +0 -30
  1612. data/lib/lms/graphql/resolvers/canvas/retrieve_captured_events.rb +0 -28
  1613. data/lib/lms/graphql/resolvers/canvas/returns_terms_of_service_for_that_account.rb +0 -22
  1614. data/lib/lms/graphql/resolvers/canvas/search_account_domains.rb +0 -28
  1615. data/lib/lms/graphql/resolvers/canvas/show_account_auth_settings.rb +0 -22
  1616. data/lib/lms/graphql/resolvers/canvas/show_blueprint_import.rb +0 -26
  1617. data/lib/lms/graphql/resolvers/canvas/show_blueprint_migration.rb +0 -26
  1618. data/lib/lms/graphql/resolvers/canvas/show_content_export_courses.rb +0 -24
  1619. data/lib/lms/graphql/resolvers/canvas/show_content_export_groups.rb +0 -24
  1620. data/lib/lms/graphql/resolvers/canvas/show_content_export_users.rb +0 -24
  1621. data/lib/lms/graphql/resolvers/canvas/show_epub_export.rb +0 -24
  1622. data/lib/lms/graphql/resolvers/canvas/show_front_page_courses.rb +0 -22
  1623. data/lib/lms/graphql/resolvers/canvas/show_front_page_groups.rb +0 -22
  1624. data/lib/lms/graphql/resolvers/canvas/show_global_notification.rb +0 -24
  1625. data/lib/lms/graphql/resolvers/canvas/show_module.rb +0 -28
  1626. data/lib/lms/graphql/resolvers/canvas/show_module_item.rb +0 -30
  1627. data/lib/lms/graphql/resolvers/canvas/show_observee.rb +0 -24
  1628. data/lib/lms/graphql/resolvers/canvas/show_originality_report_files.rb +0 -24
  1629. data/lib/lms/graphql/resolvers/canvas/show_originality_report_submissions.rb +0 -26
  1630. data/lib/lms/graphql/resolvers/canvas/show_outcome.rb +0 -22
  1631. data/lib/lms/graphql/resolvers/canvas/show_outcome_group_accounts.rb +0 -24
  1632. data/lib/lms/graphql/resolvers/canvas/show_outcome_group_courses.rb +0 -24
  1633. data/lib/lms/graphql/resolvers/canvas/show_outcome_group_global.rb +0 -22
  1634. data/lib/lms/graphql/resolvers/canvas/show_page_courses.rb +0 -24
  1635. data/lib/lms/graphql/resolvers/canvas/show_page_groups.rb +0 -24
  1636. data/lib/lms/graphql/resolvers/canvas/show_planner_override.rb +0 -22
  1637. data/lib/lms/graphql/resolvers/canvas/show_plannernote.rb +0 -22
  1638. data/lib/lms/graphql/resolvers/canvas/show_provisional_grade_status_for_student.rb +0 -26
  1639. data/lib/lms/graphql/resolvers/canvas/show_revision_courses_latest.rb +0 -26
  1640. data/lib/lms/graphql/resolvers/canvas/show_revision_courses_revision_id.rb +0 -28
  1641. data/lib/lms/graphql/resolvers/canvas/show_revision_groups_latest.rb +0 -26
  1642. data/lib/lms/graphql/resolvers/canvas/show_revision_groups_revision_id.rb +0 -28
  1643. data/lib/lms/graphql/resolvers/canvas/show_single_webhook_subscription.rb +0 -22
  1644. data/lib/lms/graphql/resolvers/canvas/show_user_details.rb +0 -22
  1645. data/lib/lms/graphql/resolvers/canvas/status_of_report.rb +0 -26
  1646. data/lib/lms/graphql/resolvers/canvas/submission_summary_courses.rb +0 -26
  1647. data/lib/lms/graphql/resolvers/canvas/submission_summary_sections.rb +0 -26
  1648. data/lib/lms/graphql/resolvers/canvas/unread_count.rb +0 -22
  1649. data/lib/lms/graphql/resolvers/canvas/update_user_settings.rb +0 -26
  1650. data/lib/lms/graphql/resolvers/canvas_base_resolver.rb +0 -12
  1651. data/lib/lms/graphql/types/canvas/account.rb +0 -29
  1652. data/lib/lms/graphql/types/canvas/account_notification.rb +0 -29
  1653. data/lib/lms/graphql/types/canvas/admin.rb +0 -19
  1654. data/lib/lms/graphql/types/canvas/answer.rb +0 -32
  1655. data/lib/lms/graphql/types/canvas/appointment.rb +0 -18
  1656. data/lib/lms/graphql/types/canvas/appointment_group.rb +0 -57
  1657. data/lib/lms/graphql/types/canvas/assessment.rb +0 -18
  1658. data/lib/lms/graphql/types/canvas/assignment.rb +0 -103
  1659. data/lib/lms/graphql/types/canvas/assignment_date.rb +0 -21
  1660. data/lib/lms/graphql/types/canvas/assignment_event.rb +0 -35
  1661. data/lib/lms/graphql/types/canvas/assignment_group.rb +0 -23
  1662. data/lib/lms/graphql/types/canvas/assignment_group_attribute.rb +0 -20
  1663. data/lib/lms/graphql/types/canvas/assignment_override.rb +0 -26
  1664. data/lib/lms/graphql/types/canvas/authentication_event.rb +0 -24
  1665. data/lib/lms/graphql/types/canvas/authentication_provider.rb +0 -34
  1666. data/lib/lms/graphql/types/canvas/avatar.rb +0 -23
  1667. data/lib/lms/graphql/types/canvas/blueprint_migration.rb +0 -25
  1668. data/lib/lms/graphql/types/canvas/blueprint_restriction.rb +0 -19
  1669. data/lib/lms/graphql/types/canvas/blueprint_template.rb +0 -20
  1670. data/lib/lms/graphql/types/canvas/bookmark.rb +0 -20
  1671. data/lib/lms/graphql/types/canvas/calendar_event.rb +0 -46
  1672. data/lib/lms/graphql/types/canvas/calendar_link.rb +0 -16
  1673. data/lib/lms/graphql/types/canvas/change_record.rb +0 -22
  1674. data/lib/lms/graphql/types/canvas/collaboration.rb +0 -29
  1675. data/lib/lms/graphql/types/canvas/collaborator.rb +0 -22
  1676. data/lib/lms/graphql/types/canvas/column_datum.rb +0 -17
  1677. data/lib/lms/graphql/types/canvas/comm_message.rb +0 -36
  1678. data/lib/lms/graphql/types/canvas/communication_channel.rb +0 -32
  1679. data/lib/lms/graphql/types/canvas/completion_requirement.rb +0 -24
  1680. data/lib/lms/graphql/types/canvas/conference.rb +0 -30
  1681. data/lib/lms/graphql/types/canvas/conference_recording.rb +0 -20
  1682. data/lib/lms/graphql/types/canvas/content_detail.rb +0 -22
  1683. data/lib/lms/graphql/types/canvas/content_export.rb +0 -33
  1684. data/lib/lms/graphql/types/canvas/content_migration.rb +0 -34
  1685. data/lib/lms/graphql/types/canvas/conversation.rb +0 -31
  1686. data/lib/lms/graphql/types/canvas/conversation_participant.rb +0 -19
  1687. data/lib/lms/graphql/types/canvas/course.rb +0 -78
  1688. data/lib/lms/graphql/types/canvas/course_attribute.rb +0 -19
  1689. data/lib/lms/graphql/types/canvas/course_epub_export.rb +0 -18
  1690. data/lib/lms/graphql/types/canvas/course_event.rb +0 -21
  1691. data/lib/lms/graphql/types/canvas/course_event_link.rb +0 -21
  1692. data/lib/lms/graphql/types/canvas/course_nickname.rb +0 -18
  1693. data/lib/lms/graphql/types/canvas/course_progress.rb +0 -19
  1694. data/lib/lms/graphql/types/canvas/course_quiz_extension.rb +0 -20
  1695. data/lib/lms/graphql/types/canvas/created_event_datum.rb +0 -20
  1696. data/lib/lms/graphql/types/canvas/custom_column.rb +0 -21
  1697. data/lib/lms/graphql/types/canvas/day.rb +0 -17
  1698. data/lib/lms/graphql/types/canvas/discussion_topic.rb +0 -66
  1699. data/lib/lms/graphql/types/canvas/enrollment.rb +0 -64
  1700. data/lib/lms/graphql/types/canvas/enrollment_term.rb +0 -23
  1701. data/lib/lms/graphql/types/canvas/epub_export.rb +0 -29
  1702. data/lib/lms/graphql/types/canvas/error_report.rb +0 -22
  1703. data/lib/lms/graphql/types/canvas/exception_record.rb +0 -17
  1704. data/lib/lms/graphql/types/canvas/external_feed.rb +0 -26
  1705. data/lib/lms/graphql/types/canvas/external_tool_tag_attribute.rb +0 -18
  1706. data/lib/lms/graphql/types/canvas/favorite.rb +0 -20
  1707. data/lib/lms/graphql/types/canvas/feature.rb +0 -35
  1708. data/lib/lms/graphql/types/canvas/feature_flag.rb +0 -31
  1709. data/lib/lms/graphql/types/canvas/federated_attribute_config.rb +0 -17
  1710. data/lib/lms/graphql/types/canvas/federated_attributes_config.rb +0 -26
  1711. data/lib/lms/graphql/types/canvas/file.rb +0 -22
  1712. data/lib/lms/graphql/types/canvas/file_attachment.rb +0 -19
  1713. data/lib/lms/graphql/types/canvas/folder.rb +0 -35
  1714. data/lib/lms/graphql/types/canvas/grade.rb +0 -24
  1715. data/lib/lms/graphql/types/canvas/grade_change_event.rb +0 -26
  1716. data/lib/lms/graphql/types/canvas/grade_change_event_link.rb +0 -20
  1717. data/lib/lms/graphql/types/canvas/grader.rb +0 -18
  1718. data/lib/lms/graphql/types/canvas/grading_period.rb +0 -22
  1719. data/lib/lms/graphql/types/canvas/grading_rule.rb +0 -18
  1720. data/lib/lms/graphql/types/canvas/grading_scheme_entry.rb +0 -17
  1721. data/lib/lms/graphql/types/canvas/grading_standard.rb +0 -20
  1722. data/lib/lms/graphql/types/canvas/group.rb +0 -42
  1723. data/lib/lms/graphql/types/canvas/group_category.rb +0 -35
  1724. data/lib/lms/graphql/types/canvas/group_membership.rb +0 -27
  1725. data/lib/lms/graphql/types/canvas/jsonapi_pagination.rb +0 -15
  1726. data/lib/lms/graphql/types/canvas/jwt.rb +0 -16
  1727. data/lib/lms/graphql/types/canvas/late_policy.rb +0 -26
  1728. data/lib/lms/graphql/types/canvas/license.rb +0 -18
  1729. data/lib/lms/graphql/types/canvas/lock_info.rb +0 -20
  1730. data/lib/lms/graphql/types/canvas/lti_assignment.rb +0 -21
  1731. data/lib/lms/graphql/types/canvas/media_comment.rb +0 -20
  1732. data/lib/lms/graphql/types/canvas/migration_issue.rb +0 -35
  1733. data/lib/lms/graphql/types/canvas/migrator.rb +0 -19
  1734. data/lib/lms/graphql/types/canvas/module.rb +0 -40
  1735. data/lib/lms/graphql/types/canvas/module_item.rb +0 -41
  1736. data/lib/lms/graphql/types/canvas/module_item_sequence.rb +0 -18
  1737. data/lib/lms/graphql/types/canvas/module_item_sequence_node.rb +0 -21
  1738. data/lib/lms/graphql/types/canvas/needs_grading_count.rb +0 -17
  1739. data/lib/lms/graphql/types/canvas/notification_preference.rb +0 -25
  1740. data/lib/lms/graphql/types/canvas/originality_report.rb +0 -21
  1741. data/lib/lms/graphql/types/canvas/outcome.rb +0 -38
  1742. data/lib/lms/graphql/types/canvas/outcome_alignment.rb +0 -18
  1743. data/lib/lms/graphql/types/canvas/outcome_group.rb +0 -27
  1744. data/lib/lms/graphql/types/canvas/outcome_import.rb +0 -35
  1745. data/lib/lms/graphql/types/canvas/outcome_import_datum.rb +0 -16
  1746. data/lib/lms/graphql/types/canvas/outcome_link.rb +0 -23
  1747. data/lib/lms/graphql/types/canvas/outcome_path.rb +0 -17
  1748. data/lib/lms/graphql/types/canvas/outcome_path_part.rb +0 -16
  1749. data/lib/lms/graphql/types/canvas/outcome_result.rb +0 -20
  1750. data/lib/lms/graphql/types/canvas/outcome_rollup.rb +0 -19
  1751. data/lib/lms/graphql/types/canvas/outcome_rollup_link.rb +0 -18
  1752. data/lib/lms/graphql/types/canvas/outcome_rollup_score.rb +0 -18
  1753. data/lib/lms/graphql/types/canvas/outcome_rollup_score_link.rb +0 -16
  1754. data/lib/lms/graphql/types/canvas/page.rb +0 -29
  1755. data/lib/lms/graphql/types/canvas/page_revision.rb +0 -22
  1756. data/lib/lms/graphql/types/canvas/page_view.rb +0 -32
  1757. data/lib/lms/graphql/types/canvas/page_view_link.rb +0 -20
  1758. data/lib/lms/graphql/types/canvas/peer_review.rb +0 -24
  1759. data/lib/lms/graphql/types/canvas/planner_note.rb +0 -26
  1760. data/lib/lms/graphql/types/canvas/planner_override.rb +0 -25
  1761. data/lib/lms/graphql/types/canvas/poll.rb +0 -21
  1762. data/lib/lms/graphql/types/canvas/poll_choice.rb +0 -20
  1763. data/lib/lms/graphql/types/canvas/poll_session.rb +0 -24
  1764. data/lib/lms/graphql/types/canvas/poll_submission.rb +0 -19
  1765. data/lib/lms/graphql/types/canvas/profile.rb +0 -29
  1766. data/lib/lms/graphql/types/canvas/progress.rb +0 -33
  1767. data/lib/lms/graphql/types/canvas/provisional_grade.rb +0 -22
  1768. data/lib/lms/graphql/types/canvas/query_type.rb +0 -1506
  1769. data/lib/lms/graphql/types/canvas/quiz.rb +0 -72
  1770. data/lib/lms/graphql/types/canvas/quiz_assignment_override.rb +0 -21
  1771. data/lib/lms/graphql/types/canvas/quiz_assignment_override_set.rb +0 -19
  1772. data/lib/lms/graphql/types/canvas/quiz_assignment_override_set_container.rb +0 -16
  1773. data/lib/lms/graphql/types/canvas/quiz_extension.rb +0 -21
  1774. data/lib/lms/graphql/types/canvas/quiz_group.rb +0 -22
  1775. data/lib/lms/graphql/types/canvas/quiz_ip_filter.rb +0 -18
  1776. data/lib/lms/graphql/types/canvas/quiz_permission.rb +0 -22
  1777. data/lib/lms/graphql/types/canvas/quiz_question.rb +0 -26
  1778. data/lib/lms/graphql/types/canvas/quiz_report.rb +0 -33
  1779. data/lib/lms/graphql/types/canvas/quiz_statistic.rb +0 -29
  1780. data/lib/lms/graphql/types/canvas/quiz_statistics_answer_point_biserial.rb +0 -19
  1781. data/lib/lms/graphql/types/canvas/quiz_statistics_answer_statistic.rb +0 -19
  1782. data/lib/lms/graphql/types/canvas/quiz_statistics_link.rb +0 -16
  1783. data/lib/lms/graphql/types/canvas/quiz_statistics_question_statistic.rb +0 -17
  1784. data/lib/lms/graphql/types/canvas/quiz_statistics_submission_statistic.rb +0 -24
  1785. data/lib/lms/graphql/types/canvas/quiz_submission.rb +0 -34
  1786. data/lib/lms/graphql/types/canvas/quiz_submission_event.rb +0 -18
  1787. data/lib/lms/graphql/types/canvas/quiz_submission_question.rb +0 -19
  1788. data/lib/lms/graphql/types/canvas/quiz_submission_user_list.rb +0 -15
  1789. data/lib/lms/graphql/types/canvas/quiz_submission_user_list_metum.rb +0 -15
  1790. data/lib/lms/graphql/types/canvas/report.rb +0 -27
  1791. data/lib/lms/graphql/types/canvas/report_parameter.rb +0 -38
  1792. data/lib/lms/graphql/types/canvas/result.rb +0 -19
  1793. data/lib/lms/graphql/types/canvas/result_link.rb +0 -18
  1794. data/lib/lms/graphql/types/canvas/role.rb +0 -21
  1795. data/lib/lms/graphql/types/canvas/role_permission.rb +0 -22
  1796. data/lib/lms/graphql/types/canvas/rubric.rb +0 -25
  1797. data/lib/lms/graphql/types/canvas/rubric_assessment.rb +0 -26
  1798. data/lib/lms/graphql/types/canvas/rubric_criterium.rb +0 -23
  1799. data/lib/lms/graphql/types/canvas/rubric_rating.rb +0 -19
  1800. data/lib/lms/graphql/types/canvas/scope.rb +0 -18
  1801. data/lib/lms/graphql/types/canvas/section.rb +0 -27
  1802. data/lib/lms/graphql/types/canvas/section_assignment_override_attribute.rb +0 -19
  1803. data/lib/lms/graphql/types/canvas/section_attribute.rb +0 -24
  1804. data/lib/lms/graphql/types/canvas/shared_brand_config.rb +0 -21
  1805. data/lib/lms/graphql/types/canvas/sis_assignment.rb +0 -44
  1806. data/lib/lms/graphql/types/canvas/sis_import.rb +0 -55
  1807. data/lib/lms/graphql/types/canvas/sis_import_count.rb +0 -31
  1808. data/lib/lms/graphql/types/canvas/sis_import_datum.rb +0 -18
  1809. data/lib/lms/graphql/types/canvas/sis_import_error.rb +0 -19
  1810. data/lib/lms/graphql/types/canvas/sso_setting.rb +0 -19
  1811. data/lib/lms/graphql/types/canvas/student_attribute.rb +0 -17
  1812. data/lib/lms/graphql/types/canvas/submission.rb +0 -54
  1813. data/lib/lms/graphql/types/canvas/submission_comment.rb +0 -23
  1814. data/lib/lms/graphql/types/canvas/submission_history.rb +0 -17
  1815. data/lib/lms/graphql/types/canvas/submission_version.rb +0 -38
  1816. data/lib/lms/graphql/types/canvas/tab.rb +0 -22
  1817. data/lib/lms/graphql/types/canvas/term.rb +0 -19
  1818. data/lib/lms/graphql/types/canvas/tool_setting.rb +0 -17
  1819. data/lib/lms/graphql/types/canvas/turnitin_setting.rb +0 -23
  1820. data/lib/lms/graphql/types/canvas/updated_event_datum.rb +0 -19
  1821. data/lib/lms/graphql/types/canvas/usage_right.rb +0 -21
  1822. data/lib/lms/graphql/types/canvas/user.rb +0 -30
  1823. data/lib/lms/graphql/types/canvas/user_assignment_override_attribute.rb +0 -21
  1824. data/lib/lms/graphql/types/canvas/user_display.rb +0 -19
  1825. data/lib/lms/graphql/types/canvas_base_type.rb +0 -12
  1826. data/lib/lms/graphql/types/canvas_forward_declarations.rb +0 -16
  1827. data/lib/lms/graphql/types/date_time_type.rb +0 -23
  1828. data/lib/lms/version.rb +0 -3
@@ -0,0 +1,18 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PageViewLink < BaseType
8
+ description "Users. API Docs: https://canvas.instructure.com/doc/api/users.html"
9
+ field :user, Int, "The ID of the user for this page view.Example: 1234", null: true
10
+ field :context, Int, "The ID of the context for the request (course id if context_type is Course, etc).Example: 1234", null: true
11
+ field :asset, Int, "The ID of the asset for the request, if any.Example: 1234", null: true
12
+ field :real_user, Int, "The ID of the actual user who made this request, if the request was made by a user who was masquerading.Example: 1234", null: true
13
+ field :account, Int, "The ID of the account context for this page view.Example: 1234", null: true
14
+
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,22 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PeerReview < BaseType
8
+ description "Peer Reviews. API Docs: https://canvas.instructure.com/doc/api/peer_reviews.html"
9
+ field :assessor_id, ID, "The assessors user id.Example: 23", null: true
10
+ field :asset_id, ID, "The id for the asset associated with this Peer Review.Example: 13", null: true
11
+ field :asset_type, String, "The type of the asset.Example: Submission", null: true
12
+ field :id, ID, "The id of the Peer Review.Example: 1", null: true
13
+ field :user_id, ID, "The user id for the owner of the asset.Example: 7", null: true
14
+ field :workflow_state, String, "The state of the Peer Review, either 'assigned' or 'completed'.Example: assigned", null: true
15
+ field :user, String, "the User object for the owner of the asset if the user include parameter is provided (see user API) (optional).Example: User", null: true
16
+ field :assessor, String, "The User object for the assessor if the user include parameter is provided (see user API) (optional).Example: User", null: true
17
+ field :submission_comments, String, "The submission comments associated with this Peer Review if the submission_comment include parameter is provided (see submissions API) (optional).Example: SubmissionComment", null: true
18
+
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,24 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PlannerNote < BaseType
8
+ description "Planner Note. API Docs: https://canvas.instructure.com/doc/api/planner_note.html"
9
+ field :id, ID, "The ID of the planner note.Example: 234", null: true
10
+ field :title, String, "The title for a planner note.Example: Bring books tomorrow", null: true
11
+ field :description, String, "The description of the planner note.Example: I need to bring books tomorrow for my course on biology", null: true
12
+ field :user_id, ID, "The id of the associated user creating the planner note.Example: 1578941", null: true
13
+ field :workflow_state, String, "The current published state of the planner note.Example: active", null: true
14
+ field :course_id, ID, "The course that the note is in relation too, if applicable.Example: 1578941", null: true
15
+ field :todo_date, LMSGraphQL::Types::DateTimeType, "The datetime of when the planner note should show up on their planner.Example: 2017-05-09T10:12:00Z", null: true
16
+ field :linked_object_type, String, "the type of the linked learning object.Example: assignment", null: true
17
+ field :linked_object_id, ID, "the id of the linked learning object.Example: 131072", null: true
18
+ field :linked_object_html_url, String, "the Canvas web URL of the linked learning object.Example: https://canvas.example.com/courses/1578941/assignments/131072", null: true
19
+ field :linked_object_url, String, "the API URL of the linked learning object.Example: https://canvas.example.com/api/v1/courses/1578941/assignments/131072", null: true
20
+
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,23 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PlannerOverride < BaseType
8
+ description "Planner override. API Docs: https://canvas.instructure.com/doc/api/planner_override.html"
9
+ field :id, ID, "The ID of the planner override.Example: 234", null: true
10
+ field :plannable_type, String, "The type of the associated object for the planner override.Example: Assignment", null: true
11
+ field :plannable_id, ID, "The id of the associated object for the planner override.Example: 1578941", null: true
12
+ field :user_id, ID, "The id of the associated user for the planner override.Example: 1578941", null: true
13
+ field :workflow_state, String, "The current published state of the item, synced with the associated object.Example: published", null: true
14
+ field :marked_complete, Boolean, "Controls whether or not the associated plannable item is marked complete on the planner.", null: true
15
+ field :dismissed, Boolean, "Controls whether or not the associated plannable item shows up in the opportunities list.", null: true
16
+ field :created_at, LMSGraphQL::Types::DateTimeType, "The datetime of when the planner override was created.Example: 2017-05-09T10:12:00Z", null: true
17
+ field :updated_at, LMSGraphQL::Types::DateTimeType, "The datetime of when the planner override was updated.Example: 2017-05-09T10:12:00Z", null: true
18
+ field :deleted_at, LMSGraphQL::Types::DateTimeType, "The datetime of when the planner override was deleted, if applicable.Example: 2017-05-15T12:12:00Z", null: true
19
+
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,19 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class Poll < BaseType
8
+ description "Polls. API Docs: https://canvas.instructure.com/doc/api/polls.html"
9
+ field :id, ID, "The unique identifier for the poll..Example: 1023", null: true
10
+ field :question, String, "The question/title of the poll..Example: What do you consider most important to your learning in this course?", null: true
11
+ field :description, String, "A short description of the poll..Example: This poll is to determine what priorities the students in the course have.", null: true
12
+ field :created_at, String, "The time at which the poll was created..Example: 2014-01-07T15:16:18Z", null: true
13
+ field :user_id, ID, "The unique identifier for the user that created the poll..Example: 105", null: true
14
+ field :total_results, String, "An aggregate of the results of all associated poll sessions, with the poll choice id as the key, and the aggregated submission count as the value..Example: 20, 5, 17", null: true
15
+
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,18 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PollChoice < BaseType
8
+ description "PollChoices. API Docs: https://canvas.instructure.com/doc/api/poll_choices.html"
9
+ field :id, ID, "The unique identifier for the poll choice..Example: 1023", null: true
10
+ field :poll_id, ID, "The id of the poll this poll choice belongs to..Example: 1779", null: true
11
+ field :is_correct, Boolean, "Specifies whether or not this poll choice is a 'correct' choice..Example: true", null: true
12
+ field :text, String, "The text of the poll choice..Example: Choice A", null: true
13
+ field :position, Int, "The order of the poll choice in relation to it's sibling poll choices..Example: 1", null: true
14
+
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,22 @@
1
+ require_relative "../canvas_base_type"
2
+ require_relative "poll_submission"
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PollSession < BaseType
8
+ description "Poll Sessions. API Docs: https://canvas.instructure.com/doc/api/poll_sessions.html"
9
+ field :id, ID, "The unique identifier for the poll session..Example: 1023", null: true
10
+ field :poll_id, ID, "The id of the Poll this poll session is associated with.Example: 55", null: true
11
+ field :course_id, ID, "The id of the Course this poll session is associated with.Example: 1111", null: true
12
+ field :course_section_id, ID, "The id of the Course Section this poll session is associated with.Example: 444", null: true
13
+ field :is_published, Boolean, "Specifies whether or not this poll session has been published for students to participate in..Example: true", null: true
14
+ field :has_public_results, Boolean, "Specifies whether the results are viewable by students..Example: true", null: true
15
+ field :created_at, String, "The time at which the poll session was created..Example: 2014-01-07T15:16:18Z", null: true
16
+ field :results, String, "The results of the submissions of the poll. Each key is the poll choice id, and the value is the count of submissions..Example: 10, 3, 27, 8", null: true
17
+ field :poll_submissions, LMSGraphQL::Types::Canvas::PollSubmission, "If the poll session has public results, this will return an array of all submissions, viewable by both students and teachers. If the results are not public, for students it will return their submission only..", null: true
18
+
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,17 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class PollSubmission < BaseType
8
+ description "PollSubmissions. API Docs: https://canvas.instructure.com/doc/api/poll_submissions.html"
9
+ field :id, ID, "The unique identifier for the poll submission..Example: 1023", null: true
10
+ field :poll_choice_id, ID, "The unique identifier of the poll choice chosen for this submission..Example: 155", null: true
11
+ field :user_id, ID, "the unique identifier of the user who submitted this poll submission..Example: 4555", null: true
12
+ field :created_at, String, "The date and time the poll submission was submitted..Example: 2013-11-07T13:16:18Z", null: true
13
+
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,27 @@
1
+ require_relative "../canvas_base_type"
2
+ require_relative "calendar_link"
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class Profile < BaseType
8
+ description "Users. API Docs: https://canvas.instructure.com/doc/api/users.html"
9
+ field :id, ID, "The ID of the user..Example: 1234", null: true
10
+ field :name, String, "Sample User.Example: Sample User", null: true
11
+ field :short_name, String, "Sample User.Example: Sample User", null: true
12
+ field :sortable_name, String, "user, sample.Example: user, sample", null: true
13
+ field :title, String, "", null: true
14
+ field :bio, String, "", null: true
15
+ field :primary_email, String, "sample_user@example.com.Example: sample_user@example.com", null: true
16
+ field :login_id, ID, "sample_user@example.com.Example: sample_user@example.com", null: true
17
+ field :sis_user_id, ID, "sis1.Example: sis1", null: true
18
+ field :lti_user_id, ID, "", null: true
19
+ field :avatar_url, String, "The avatar_url can change over time, so we recommend not caching it for more than a few hours.Example: url", null: true
20
+ field :calendar, LMSGraphQL::Types::Canvas::CalendarLink, "", null: true
21
+ field :time_zone, String, "Optional: This field is only returned in certain API calls, and will return the IANA time zone name of the user's preferred timezone..Example: America/Denver", null: true
22
+ field :locale, String, "The users locale..", null: true
23
+
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,31 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class ProgressWorkflowStateEnum < ::GraphQL::Schema::Enum
8
+ value "queued"
9
+ value "running"
10
+ value "completed"
11
+ value "failed"
12
+ end
13
+ class Progress < BaseType
14
+ description "Progress. API Docs: https://canvas.instructure.com/doc/api/progress.html"
15
+ field :id, ID, "the ID of the Progress object.Example: 1", null: true
16
+ field :context_id, ID, "the context owning the job..Example: 1", null: true
17
+ field :context_type, String, "Example: Account", null: true
18
+ field :user_id, ID, "the id of the user who started the job.Example: 123", null: true
19
+ field :tag, String, "the type of operation.Example: course_batch_update", null: true
20
+ field :completion, Int, "percent completed.Example: 100", null: true
21
+ field :workflow_state, ProgressWorkflowStateEnum, "the state of the job one of 'queued', 'running', 'completed', 'failed'.Example: completed", null: true
22
+ field :created_at, LMSGraphQL::Types::DateTimeType, "the time the job was created.Example: 2013-01-15T15:00:00Z", null: true
23
+ field :updated_at, LMSGraphQL::Types::DateTimeType, "the time the job was last updated.Example: 2013-01-15T15:04:00Z", null: true
24
+ field :message, String, "optional details about the job.Example: 17 courses processed", null: true
25
+ field :results, String, "optional results of the job. omitted when job is still pending.Example: 123", null: true
26
+ field :url, String, "url where a progress update can be retrieved.Example: https://canvas.example.edu/api/v1/progress/1", null: true
27
+
28
+ end
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,20 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class ProvisionalGrade < BaseType
8
+ description "Moderated Grading. API Docs: https://canvas.instructure.com/doc/api/moderated_grading.html"
9
+ field :provisional_grade_id, ID, "The identifier for the provisional grade.Example: 23", null: true
10
+ field :score, Int, "The numeric score.Example: 90", null: true
11
+ field :grade, String, "The grade.Example: A-", null: true
12
+ field :grade_matches_current_submission, Boolean, "Whether the grade was applied to the most current submission (false if the student resubmitted after grading).Example: true", null: true
13
+ field :graded_at, LMSGraphQL::Types::DateTimeType, "When the grade was given.Example: 2015-11-01T00:03:21-06:00", null: true
14
+ field :final, Boolean, "Whether this is the 'final' provisional grade created by the moderator.", null: true
15
+ field :speedgrader_url, String, "A link to view this provisional grade in SpeedGrader™.Example: http://www.example.com/courses/123/gradebook/speed_grader?.", null: true
16
+
17
+ end
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,1504 @@
1
+ require_relative "../../utils"
2
+ require_relative "../canvas_base_type"
3
+ require_all(File.absolute_path(__FILE__), "../../resolvers/canvas/")
4
+
5
+ module LMSGraphQL
6
+ module Types
7
+ module Canvas
8
+ class QueryType < BaseType
9
+ description "The root query of Canvas schema"
10
+ field :search_account_domains,
11
+ resolver: LMSGraphQL::Resolvers::Canvas::SearchAccountDomain,
12
+ description: "Search account domains. Returns a list of up to 5 matching account domains Partial match on name / domain are supported"
13
+
14
+ field :index_of_active_global_notification_for_user,
15
+ resolver: LMSGraphQL::Resolvers::Canvas::IndexOfActiveGlobalNotificationForUser,
16
+ description: "Index of active global notification for the user. Returns a list of all global notifications in the account for the current user Any notifications that have been closed by the user will not be returned"
17
+
18
+ field :show_global_notification,
19
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowGlobalNotification,
20
+ description: "Show a global notification. Returns a global notification for the current user A notification that has been closed by the user will not be returned"
21
+
22
+ field :list_available_reports,
23
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAvailableReport,
24
+ description: "List Available Reports. Returns a paginated list of reports for the current context."
25
+
26
+ field :index_of_reports,
27
+ resolver: LMSGraphQL::Resolvers::Canvas::IndexOfReport,
28
+ description: "Index of Reports. Shows all reports that have been run for the account of a specific type."
29
+
30
+ field :status_of_report,
31
+ resolver: LMSGraphQL::Resolvers::Canvas::StatusOfReport,
32
+ description: "Status of a Report. Returns the status of a report."
33
+
34
+ field :list_accounts,
35
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAccount,
36
+ description: "List accounts. A paginated list of accounts that the current user can view or manage. Typically, students and even teachers will get an empty list in response, only account admins can view the accounts that they are in."
37
+
38
+ field :list_accounts_for_course_admins,
39
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAccountsForCourseAdmin,
40
+ description: "List accounts for course admins. A paginated list of accounts that the current user can view through their admin course enrollments. (Teacher, TA, or designer enrollments). Only returns 'id', 'name', 'workflow_state', 'root_account_id' and 'parent_account_id'"
41
+
42
+ field :get_single_account,
43
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleAccount,
44
+ description: "Get a single account. Retrieve information on an individual account, given by id or sis sis_account_id."
45
+
46
+ field :permissions,
47
+ resolver: LMSGraphQL::Resolvers::Canvas::Permission,
48
+ description: "Permissions. Returns permission information for the calling user and the given account. You may use `self` as the account id to check permissions against the domain root account. The caller must have an account role or admin (teacher/TA/designer) enrollment in a course in the account. See also {api:CoursesController#permissions the Course counterpart}."
49
+
50
+ field :get_sub_accounts_of_account,
51
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSubAccountsOfAccount,
52
+ description: "Get the sub-accounts of an account. List accounts that are sub-accounts of the given account."
53
+
54
+ field :returns_terms_of_service_for_that_account,
55
+ resolver: LMSGraphQL::Resolvers::Canvas::ReturnsTermsOfServiceForThatAccount,
56
+ description: "Returns the terms of service for that account. "
57
+
58
+ field :list_active_courses_in_account,
59
+ resolver: LMSGraphQL::Resolvers::Canvas::ListActiveCoursesInAccount,
60
+ description: "List active courses in an account. Retrieve a paginated list of courses in this account."
61
+
62
+ field :list_account_admins,
63
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAccountAdmin,
64
+ description: "List account admins. A paginated list of the admins in the account"
65
+
66
+ field :get_department_level_participation_data_terms,
67
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelParticipationDataTerm,
68
+ description: "Get department-level participation data. Returns page view hits summed across all courses in the department. Two groupings of these counts are returned; one by day (+by_date+), the other by category (+by_category+). The possible categories are announcements, assignments, collaborations, conferences, discussions, files, general, grades, groups, modules, other, pages, and quizzes. This and the other department-level endpoints have three variations which all return the same style of data but for different subsets of courses. All share the prefix /api/v1/accounts/<account_id>/analytics. The possible suffixes are: * /current: includes all available courses in the default term * /completed: includes all concluded courses in the default term * /terms/<term_id>: includes all available or concluded courses in the given term. Courses not yet offered or which have been deleted are never included. /current and /completed are intended for use when the account has only one term. /terms/<term_id> is intended for use when the account has multiple terms. The action follows the suffix."
69
+
70
+ field :get_department_level_participation_data_current,
71
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelParticipationDataCurrent,
72
+ description: "Get department-level participation data. Returns page view hits summed across all courses in the department. Two groupings of these counts are returned; one by day (+by_date+), the other by category (+by_category+). The possible categories are announcements, assignments, collaborations, conferences, discussions, files, general, grades, groups, modules, other, pages, and quizzes. This and the other department-level endpoints have three variations which all return the same style of data but for different subsets of courses. All share the prefix /api/v1/accounts/<account_id>/analytics. The possible suffixes are: * /current: includes all available courses in the default term * /completed: includes all concluded courses in the default term * /terms/<term_id>: includes all available or concluded courses in the given term. Courses not yet offered or which have been deleted are never included. /current and /completed are intended for use when the account has only one term. /terms/<term_id> is intended for use when the account has multiple terms. The action follows the suffix."
73
+
74
+ field :get_department_level_participation_data_completed,
75
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelParticipationDataCompleted,
76
+ description: "Get department-level participation data. Returns page view hits summed across all courses in the department. Two groupings of these counts are returned; one by day (+by_date+), the other by category (+by_category+). The possible categories are announcements, assignments, collaborations, conferences, discussions, files, general, grades, groups, modules, other, pages, and quizzes. This and the other department-level endpoints have three variations which all return the same style of data but for different subsets of courses. All share the prefix /api/v1/accounts/<account_id>/analytics. The possible suffixes are: * /current: includes all available courses in the default term * /completed: includes all concluded courses in the default term * /terms/<term_id>: includes all available or concluded courses in the given term. Courses not yet offered or which have been deleted are never included. /current and /completed are intended for use when the account has only one term. /terms/<term_id> is intended for use when the account has multiple terms. The action follows the suffix."
77
+
78
+ field :get_department_level_grade_data_terms,
79
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelGradeDataTerm,
80
+ description: "Get department-level grade data. Returns the distribution of grades for students in courses in the department. Each data point is one student's current grade in one course; if a student is in multiple courses, he contributes one value per course, but if he's enrolled multiple times in the same course (e.g. a lecture section and a lab section), he only constributes on value for that course. Grades are binned to the nearest integer score; anomalous grades outside the 0 to 100 range are ignored. The raw counts are returned, not yet normalized by the total count. Shares the same variations on endpoint as the participation data."
81
+
82
+ field :get_department_level_grade_data_current,
83
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelGradeDataCurrent,
84
+ description: "Get department-level grade data. Returns the distribution of grades for students in courses in the department. Each data point is one student's current grade in one course; if a student is in multiple courses, he contributes one value per course, but if he's enrolled multiple times in the same course (e.g. a lecture section and a lab section), he only constributes on value for that course. Grades are binned to the nearest integer score; anomalous grades outside the 0 to 100 range are ignored. The raw counts are returned, not yet normalized by the total count. Shares the same variations on endpoint as the participation data."
85
+
86
+ field :get_department_level_grade_data_completed,
87
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelGradeDataCompleted,
88
+ description: "Get department-level grade data. Returns the distribution of grades for students in courses in the department. Each data point is one student's current grade in one course; if a student is in multiple courses, he contributes one value per course, but if he's enrolled multiple times in the same course (e.g. a lecture section and a lab section), he only constributes on value for that course. Grades are binned to the nearest integer score; anomalous grades outside the 0 to 100 range are ignored. The raw counts are returned, not yet normalized by the total count. Shares the same variations on endpoint as the participation data."
89
+
90
+ field :get_department_level_statistics_terms,
91
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelStatisticsTerm,
92
+ description: "Get department-level statistics. Returns numeric statistics about the department and term (or filter). Shares the same variations on endpoint as the participation data."
93
+
94
+ field :get_department_level_statistics_current,
95
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelStatisticsCurrent,
96
+ description: "Get department-level statistics. Returns numeric statistics about the department and term (or filter). Shares the same variations on endpoint as the participation data."
97
+
98
+ field :get_department_level_statistics_completed,
99
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDepartmentLevelStatisticsCompleted,
100
+ description: "Get department-level statistics. Returns numeric statistics about the department and term (or filter). Shares the same variations on endpoint as the participation data."
101
+
102
+ field :get_course_level_participation_data,
103
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseLevelParticipationDatum,
104
+ description: "Get course-level participation data. Returns page view hits and participation numbers grouped by day through the entire history of the course. Page views is returned as a hash, where the hash keys are dates in the format 'YYYY-MM-DD'. The page_views result set includes page views broken out by access category. Participations is returned as an array of dates in the format 'YYYY-MM-DD'."
105
+
106
+ field :get_course_level_assignment_data,
107
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseLevelAssignmentDatum,
108
+ description: "Get course-level assignment data. Returns a list of assignments for the course sorted by due date. For each assignment returns basic assignment information, the grade breakdown, and a breakdown of on-time/late status of homework submissions."
109
+
110
+ field :get_course_level_student_summary_data,
111
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseLevelStudentSummaryDatum,
112
+ description: "Get course-level student summary data. Returns a summary of per-user access information for all students in a course. This includes total page views, total participations, and a breakdown of on-time/late status for all homework submissions in the course. Each student's summary also includes the maximum number of page views and participations by any student in the course, which may be useful for some visualizations (since determining maximums client side can be tricky with pagination)."
113
+
114
+ field :get_user_in_a_course_level_participation_data,
115
+ resolver: LMSGraphQL::Resolvers::Canvas::GetUserInACourseLevelParticipationDatum,
116
+ description: "Get user-in-a-course-level participation data. Returns page view hits grouped by hour, and participation details through the entire history of the course. `page_views` are returned as a hash, where the keys are iso8601 dates, bucketed by the hour. `participations` are returned as an array of hashes, sorted oldest to newest."
117
+
118
+ field :get_user_in_a_course_level_assignment_data,
119
+ resolver: LMSGraphQL::Resolvers::Canvas::GetUserInACourseLevelAssignmentDatum,
120
+ description: "Get user-in-a-course-level assignment data. Returns a list of assignments for the course sorted by due date. For each assignment returns basic assignment information, the grade breakdown (including the student's actual grade), and the basic submission information for the student's submission if it exists."
121
+
122
+ field :get_user_in_a_course_level_messaging_data,
123
+ resolver: LMSGraphQL::Resolvers::Canvas::GetUserInACourseLevelMessagingDatum,
124
+ description: "Get user-in-a-course-level messaging data. Returns messaging 'hits' grouped by day through the entire history of the course. Returns a hash containing the number of instructor-to-student messages, and student-to-instructor messages, where the hash keys are dates in the format 'YYYY-MM-DD'. Message hits include Conversation messages and comments on homework submissions."
125
+
126
+ field :list_external_feeds_courses,
127
+ resolver: LMSGraphQL::Resolvers::Canvas::ListExternalFeedsCourse,
128
+ description: "List external feeds. Returns the paginated list of External Feeds this course or group."
129
+
130
+ field :list_external_feeds_groups,
131
+ resolver: LMSGraphQL::Resolvers::Canvas::ListExternalFeedsGroup,
132
+ description: "List external feeds. Returns the paginated list of External Feeds this course or group."
133
+
134
+ field :list_announcements,
135
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAnnouncement,
136
+ description: "List announcements. Returns the paginated list of announcements for the given courses and date range. Note that a +context_code+ field is added to the responses so you can tell which course each announcement belongs to."
137
+
138
+ field :list_appointment_groups,
139
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAppointmentGroup,
140
+ description: "List appointment groups. Retrieve the paginated list of appointment groups that can be reserved or managed by the current user."
141
+
142
+ field :get_single_appointment_group,
143
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleAppointmentGroup,
144
+ description: "Get a single appointment group. Returns information for a single appointment group"
145
+
146
+ field :list_user_participants,
147
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUserParticipant,
148
+ description: "List user participants. A paginated list of users that are (or may be) participating in this appointment group. Refer to the Users API for the response fields. Returns no results for appointment groups with the 'Group' participant_type."
149
+
150
+ field :list_student_group_participants,
151
+ resolver: LMSGraphQL::Resolvers::Canvas::ListStudentGroupParticipant,
152
+ description: "List student group participants. A paginated list of student groups that are (or may be) participating in this appointment group. Refer to the Groups API for the response fields. Returns no results for appointment groups with the 'User' participant_type."
153
+
154
+ field :get_next_appointment,
155
+ resolver: LMSGraphQL::Resolvers::Canvas::GetNextAppointment,
156
+ description: "Get next appointment. Return the next appointment available to sign up for. The appointment is returned in a one-element array. If no future appointments are available, an empty array is returned."
157
+
158
+ field :list_assignment_groups,
159
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignmentGroup,
160
+ description: "List assignment groups. Returns the paginated list of assignment groups for the current context. The returned groups are sorted by their position field."
161
+
162
+ field :get_assignment_group,
163
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAssignmentGroup,
164
+ description: "Get an Assignment Group. Returns the assignment group with the given id."
165
+
166
+ field :list_assignments,
167
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignment,
168
+ description: "List assignments. Returns the paginated list of assignments for the current context."
169
+
170
+ field :list_assignments_for_user,
171
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignmentsForUser,
172
+ description: "List assignments for user. Returns the paginated list of assignments for the specified user if the current user has rights to view. See {api:AssignmentsApiController#index List assignments} for valid arguments."
173
+
174
+ field :get_single_assignment,
175
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleAssignment,
176
+ description: "Get a single assignment. Returns the assignment with the given id. 'observed_users' is passed, submissions for observed users will also be included."
177
+
178
+ field :list_assignment_overrides,
179
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignmentOverride,
180
+ description: "List assignment overrides. Returns the paginated list of overrides for this assignment that target sections/groups/students visible to the current user."
181
+
182
+ field :get_single_assignment_override,
183
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleAssignmentOverride,
184
+ description: "Get a single assignment override. Returns details of the the override with the given id."
185
+
186
+ field :redirect_to_assignment_override_for_group,
187
+ resolver: LMSGraphQL::Resolvers::Canvas::RedirectToAssignmentOverrideForGroup,
188
+ description: "Redirect to the assignment override for a group. Responds with a redirect to the override for the given group, if any (404 otherwise)."
189
+
190
+ field :redirect_to_assignment_override_for_section,
191
+ resolver: LMSGraphQL::Resolvers::Canvas::RedirectToAssignmentOverrideForSection,
192
+ description: "Redirect to the assignment override for a section. Responds with a redirect to the override for the given section, if any (404 otherwise)."
193
+
194
+ field :batch_retrieve_overrides_in_course,
195
+ resolver: LMSGraphQL::Resolvers::Canvas::BatchRetrieveOverridesInCourse,
196
+ description: "Batch retrieve overrides in a course. Returns a list of specified overrides in this course, providing they target sections/groups/students visible to the current user. Returns null elements in the list for requests that were not found."
197
+
198
+ field :list_authentication_providers,
199
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAuthenticationProvider,
200
+ description: "List authentication providers. Returns a paginated list of authentication providers"
201
+
202
+ field :get_authentication_provider,
203
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAuthenticationProvider,
204
+ description: "Get authentication provider. Get the specified authentication provider"
205
+
206
+ field :show_account_auth_settings,
207
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowAccountAuthSetting,
208
+ description: "show account auth settings. The way to get the current state of each account level setting that's relevant to Single Sign On configuration You can list the current state of each setting with 'update_sso_settings'"
209
+
210
+ field :query_by_login,
211
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByLogin,
212
+ description: "Query by login.. List authentication events for a given login."
213
+
214
+ field :query_by_account,
215
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByAccount,
216
+ description: "Query by account.. List authentication events for a given account."
217
+
218
+ field :query_by_user,
219
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByUser,
220
+ description: "Query by user.. List authentication events for a given user."
221
+
222
+ field :get_blueprint_information,
223
+ resolver: LMSGraphQL::Resolvers::Canvas::GetBlueprintInformation,
224
+ description: "Get blueprint information. Using 'default' as the template_id should suffice for the current implmentation (as there should be only one template per course). However, using specific template ids may become necessary in the future"
225
+
226
+ field :get_associated_course_information,
227
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAssociatedCourseInformation,
228
+ description: "Get associated course information. Returns a list of courses that are configured to receive updates from this blueprint"
229
+
230
+ field :get_unsynced_changes,
231
+ resolver: LMSGraphQL::Resolvers::Canvas::GetUnsyncedChange,
232
+ description: "Get unsynced changes. Retrieve a list of learning objects that have changed since the last blueprint sync operation."
233
+
234
+ field :list_blueprint_migrations,
235
+ resolver: LMSGraphQL::Resolvers::Canvas::ListBlueprintMigration,
236
+ description: "List blueprint migrations. Shows a paginated list of migrations for the template, starting with the most recent. This endpoint can be called on a blueprint course. See also {api:MasterCourses::MasterTemplatesController#imports_index the associated course side}."
237
+
238
+ field :show_blueprint_migration,
239
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowBlueprintMigration,
240
+ description: "Show a blueprint migration. Shows the status of a migration. This endpoint can be called on a blueprint course. See also {api:MasterCourses::MasterTemplatesController#imports_show the associated course side}."
241
+
242
+ field :get_migration_details,
243
+ resolver: LMSGraphQL::Resolvers::Canvas::GetMigrationDetail,
244
+ description: "Get migration details. Show the changes that were propagated in a blueprint migration. This endpoint can be called on a blueprint course. See also {api:MasterCourses::MasterTemplatesController#import_details the associated course side}."
245
+
246
+ field :list_blueprint_imports,
247
+ resolver: LMSGraphQL::Resolvers::Canvas::ListBlueprintImport,
248
+ description: "List blueprint imports. Shows a paginated list of migrations imported into a course associated with a blueprint, starting with the most recent. See also {api:MasterCourses::MasterTemplatesController#migrations_index the blueprint course side}. Use 'default' as the subscription_id to use the currently active blueprint subscription."
249
+
250
+ field :show_blueprint_import,
251
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowBlueprintImport,
252
+ description: "Show a blueprint import. Shows the status of an import into a course associated with a blueprint. See also {api:MasterCourses::MasterTemplatesController#migrations_show the blueprint course side}."
253
+
254
+ field :get_import_details,
255
+ resolver: LMSGraphQL::Resolvers::Canvas::GetImportDetail,
256
+ description: "Get import details. Show the changes that were propagated to a course associated with a blueprint. See also {api:MasterCourses::MasterTemplatesController#migration_details the blueprint course side}."
257
+
258
+ field :list_bookmarks,
259
+ resolver: LMSGraphQL::Resolvers::Canvas::ListBookmark,
260
+ description: "List bookmarks. Returns the paginated list of bookmarks."
261
+
262
+ field :get_bookmark,
263
+ resolver: LMSGraphQL::Resolvers::Canvas::GetBookmark,
264
+ description: "Get bookmark. Returns the details for a bookmark."
265
+
266
+ field :get_brand_config_variables_that_should_be_used_for_this_domain,
267
+ resolver: LMSGraphQL::Resolvers::Canvas::GetBrandConfigVariablesThatShouldBeUsedForThisDomain,
268
+ description: "Get the brand config variables that should be used for this domain. Will redirect to a static json file that has all of the brand variables used by this account. Even though this is a redirect, do not store the redirected url since if the account makes any changes it will redirect to a new url. Needs no authentication."
269
+
270
+ field :list_calendar_events,
271
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCalendarEvent,
272
+ description: "List calendar events. Retrieve the paginated list of calendar events or assignments for the current user"
273
+
274
+ field :list_calendar_events_for_user,
275
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCalendarEventsForUser,
276
+ description: "List calendar events for a user. Retrieve the paginated list of calendar events or assignments for the specified user. To view calendar events for a user other than yourself, you must either be an observer of that user or an administrator."
277
+
278
+ field :get_single_calendar_event_or_assignment,
279
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleCalendarEventOrAssignment,
280
+ description: "Get a single calendar event or assignment. "
281
+
282
+ field :get_course_timetable,
283
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseTimetable,
284
+ description: "Get course timetable. Returns the last timetable set by the {api:CalendarEventsApiController#set_course_timetable Set a course timetable} endpoint"
285
+
286
+ field :list_collaborations_courses,
287
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCollaborationsCourse,
288
+ description: "List collaborations. A paginated list of collaborations the current user has access to in the context of the course provided in the url. NOTE: this only returns ExternalToolCollaboration type collaborations. curl https: <canvas>/api/v1/courses/1/collaborations/"
289
+
290
+ field :list_collaborations_groups,
291
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCollaborationsGroup,
292
+ description: "List collaborations. A paginated list of collaborations the current user has access to in the context of the course provided in the url. NOTE: this only returns ExternalToolCollaboration type collaborations. curl https: <canvas>/api/v1/courses/1/collaborations/"
293
+
294
+ field :list_members_of_collaboration,
295
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMembersOfCollaboration,
296
+ description: "List members of a collaboration.. A paginated list of the collaborators of a given collaboration"
297
+
298
+ field :list_potential_members_courses,
299
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPotentialMembersCourse,
300
+ description: "List potential members. A paginated list of the users who can potentially be added to a collaboration in the given context. For courses, this consists of all enrolled users. For groups, it is comprised of the group members plus the admins of the course containing the group."
301
+
302
+ field :list_potential_members_groups,
303
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPotentialMembersGroup,
304
+ description: "List potential members. A paginated list of the users who can potentially be added to a collaboration in the given context. For courses, this consists of all enrolled users. For groups, it is comprised of the group members plus the admins of the course containing the group."
305
+
306
+ field :list_of_commmessages_for_user,
307
+ resolver: LMSGraphQL::Resolvers::Canvas::ListOfCommmessagesForUser,
308
+ description: "List of CommMessages for a user. Retrieve a paginated list of messages sent to a user."
309
+
310
+ field :list_user_communication_channels,
311
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUserCommunicationChannel,
312
+ description: "List user communication channels. Returns a paginated list of communication channels for the specified user, sorted by position."
313
+
314
+ field :list_conferences_courses,
315
+ resolver: LMSGraphQL::Resolvers::Canvas::ListConferencesCourse,
316
+ description: "List conferences. Retrieve the paginated list of conferences for this context This API returns a JSON object containing the list of conferences, the key for the list of conferences is 'conferences'"
317
+
318
+ field :list_conferences_groups,
319
+ resolver: LMSGraphQL::Resolvers::Canvas::ListConferencesGroup,
320
+ description: "List conferences. Retrieve the paginated list of conferences for this context This API returns a JSON object containing the list of conferences, the key for the list of conferences is 'conferences'"
321
+
322
+ field :list_content_exports_courses,
323
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentExportsCourse,
324
+ description: "List content exports. A paginated list of the past and pending content export jobs for a course, group, or user. Exports are returned newest first."
325
+
326
+ field :list_content_exports_groups,
327
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentExportsGroup,
328
+ description: "List content exports. A paginated list of the past and pending content export jobs for a course, group, or user. Exports are returned newest first."
329
+
330
+ field :list_content_exports_users,
331
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentExportsUser,
332
+ description: "List content exports. A paginated list of the past and pending content export jobs for a course, group, or user. Exports are returned newest first."
333
+
334
+ field :show_content_export_courses,
335
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowContentExportCourse,
336
+ description: "Show content export. Get information about a single content export."
337
+
338
+ field :show_content_export_groups,
339
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowContentExportGroup,
340
+ description: "Show content export. Get information about a single content export."
341
+
342
+ field :show_content_export_users,
343
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowContentExportUser,
344
+ description: "Show content export. Get information about a single content export."
345
+
346
+ field :list_migration_issues_accounts,
347
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationIssuesAccount,
348
+ description: "List migration issues. Returns paginated migration issues"
349
+
350
+ field :list_migration_issues_courses,
351
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationIssuesCourse,
352
+ description: "List migration issues. Returns paginated migration issues"
353
+
354
+ field :list_migration_issues_groups,
355
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationIssuesGroup,
356
+ description: "List migration issues. Returns paginated migration issues"
357
+
358
+ field :list_migration_issues_users,
359
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationIssuesUser,
360
+ description: "List migration issues. Returns paginated migration issues"
361
+
362
+ field :get_migration_issue_accounts,
363
+ resolver: LMSGraphQL::Resolvers::Canvas::GetMigrationIssueAccount,
364
+ description: "Get a migration issue. Returns data on an individual migration issue"
365
+
366
+ field :get_migration_issue_courses,
367
+ resolver: LMSGraphQL::Resolvers::Canvas::GetMigrationIssueCourse,
368
+ description: "Get a migration issue. Returns data on an individual migration issue"
369
+
370
+ field :get_migration_issue_groups,
371
+ resolver: LMSGraphQL::Resolvers::Canvas::GetMigrationIssueGroup,
372
+ description: "Get a migration issue. Returns data on an individual migration issue"
373
+
374
+ field :get_migration_issue_users,
375
+ resolver: LMSGraphQL::Resolvers::Canvas::GetMigrationIssueUser,
376
+ description: "Get a migration issue. Returns data on an individual migration issue"
377
+
378
+ field :list_content_migrations_accounts,
379
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentMigrationsAccount,
380
+ description: "List content migrations. Returns paginated content migrations"
381
+
382
+ field :list_content_migrations_courses,
383
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentMigrationsCourse,
384
+ description: "List content migrations. Returns paginated content migrations"
385
+
386
+ field :list_content_migrations_groups,
387
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentMigrationsGroup,
388
+ description: "List content migrations. Returns paginated content migrations"
389
+
390
+ field :list_content_migrations_users,
391
+ resolver: LMSGraphQL::Resolvers::Canvas::ListContentMigrationsUser,
392
+ description: "List content migrations. Returns paginated content migrations"
393
+
394
+ field :get_content_migration_accounts,
395
+ resolver: LMSGraphQL::Resolvers::Canvas::GetContentMigrationAccount,
396
+ description: "Get a content migration. Returns data on an individual content migration"
397
+
398
+ field :get_content_migration_courses,
399
+ resolver: LMSGraphQL::Resolvers::Canvas::GetContentMigrationCourse,
400
+ description: "Get a content migration. Returns data on an individual content migration"
401
+
402
+ field :get_content_migration_groups,
403
+ resolver: LMSGraphQL::Resolvers::Canvas::GetContentMigrationGroup,
404
+ description: "Get a content migration. Returns data on an individual content migration"
405
+
406
+ field :get_content_migration_users,
407
+ resolver: LMSGraphQL::Resolvers::Canvas::GetContentMigrationUser,
408
+ description: "Get a content migration. Returns data on an individual content migration"
409
+
410
+ field :list_migration_systems_accounts,
411
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationSystemsAccount,
412
+ description: "List Migration Systems. Lists the currently available migration types. These values may change."
413
+
414
+ field :list_migration_systems_courses,
415
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationSystemsCourse,
416
+ description: "List Migration Systems. Lists the currently available migration types. These values may change."
417
+
418
+ field :list_migration_systems_groups,
419
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationSystemsGroup,
420
+ description: "List Migration Systems. Lists the currently available migration types. These values may change."
421
+
422
+ field :list_migration_systems_users,
423
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMigrationSystemsUser,
424
+ description: "List Migration Systems. Lists the currently available migration types. These values may change."
425
+
426
+ field :list_conversations,
427
+ resolver: LMSGraphQL::Resolvers::Canvas::ListConversation,
428
+ description: "List conversations. Returns the paginated list of conversations for the current user, most recent ones first."
429
+
430
+ field :get_running_batches,
431
+ resolver: LMSGraphQL::Resolvers::Canvas::GetRunningBatch,
432
+ description: "Get running batches. Returns any currently running conversation batches for the current user. Conversation batches are created when a bulk private message is sent asynchronously (see the mode argument to the {api:ConversationsController#create create API action})."
433
+
434
+ field :get_single_conversation,
435
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleConversation,
436
+ description: "Get a single conversation. Returns information for a single conversation for the current user. Response includes all fields that are present in the list/index action as well as messages and extended participant information."
437
+
438
+ field :find_recipients,
439
+ resolver: LMSGraphQL::Resolvers::Canvas::FindRecipient,
440
+ description: "Find recipients. Deprecated, see the {api:SearchController#recipients Find recipients endpoint} in the Search API"
441
+
442
+ field :unread_count,
443
+ resolver: LMSGraphQL::Resolvers::Canvas::UnreadCount,
444
+ description: "Unread count. Get the number of unread conversations for the current user"
445
+
446
+ field :course_audit_log_query_by_course,
447
+ resolver: LMSGraphQL::Resolvers::Canvas::CourseAuditLogQueryByCourse,
448
+ description: "Query by course.. List course change events for a given course."
449
+
450
+ field :list_your_courses,
451
+ resolver: LMSGraphQL::Resolvers::Canvas::ListYourCourse,
452
+ description: "List your courses. Returns the paginated list of active courses for the current user."
453
+
454
+ field :list_courses_for_user,
455
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCoursesForUser,
456
+ description: "List courses for a user. Returns a paginated list of active courses for this user. To view the course list for a user other than yourself, you must be either an observer of that user or an administrator."
457
+
458
+ field :list_students,
459
+ resolver: LMSGraphQL::Resolvers::Canvas::ListStudent,
460
+ description: "List students. Returns the paginated list of students enrolled in this course. DEPRECATED: Please use the {api:CoursesController#users course users} endpoint and pass 'student' as the enrollment_type."
461
+
462
+ field :list_users_in_course_users,
463
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUsersInCourseUser,
464
+ description: "List users in course. Returns the paginated list of users in this course. And optionally the user's enrollments in the course."
465
+
466
+ field :list_users_in_course_search_users,
467
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUsersInCourseSearchUser,
468
+ description: "List users in course. Returns the paginated list of users in this course. And optionally the user's enrollments in the course."
469
+
470
+ field :list_recently_logged_in_students,
471
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRecentlyLoggedInStudent,
472
+ description: "List recently logged in students. Returns the paginated list of users in this course, ordered by how recently they have logged in. The records include the 'last_login' field which contains a timestamp of the last time that user logged into canvas. The querying user must have the 'View usage reports' permission."
473
+
474
+ field :get_single_user,
475
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleUser,
476
+ description: "Get single user. Return information on a single user. Accepts the same include[] parameters as the :users: action, and returns a single user with the same fields as that action."
477
+
478
+ field :course_activity_stream,
479
+ resolver: LMSGraphQL::Resolvers::Canvas::CourseActivityStream,
480
+ description: "Course activity stream. Returns the current user's course-specific activity stream, paginated. For full documentation, see the API documentation for the user activity stream, in the user api."
481
+
482
+ field :course_activity_stream_summary,
483
+ resolver: LMSGraphQL::Resolvers::Canvas::CourseActivityStreamSummary,
484
+ description: "Course activity stream summary. Returns a summary of the current user's course-specific activity stream. For full documentation, see the API documentation for the user activity stream summary, in the user api."
485
+
486
+ field :course_todo_items,
487
+ resolver: LMSGraphQL::Resolvers::Canvas::CourseTodoItem,
488
+ description: "Course TODO items. Returns the current user's course-specific todo items. For full documentation, see the API documentation for the user todo items, in the user api."
489
+
490
+ field :get_course_settings,
491
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseSetting,
492
+ description: "Get course settings. Returns some of a course's settings."
493
+
494
+ field :get_single_course_courses,
495
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleCourseCourse,
496
+ description: "Get a single course. Return information on a single course. Accepts the same include[] parameters as the list action plus:"
497
+
498
+ field :get_single_course_accounts,
499
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleCourseAccount,
500
+ description: "Get a single course. Return information on a single course. Accepts the same include[] parameters as the list action plus:"
501
+
502
+ field :get_effective_due_dates,
503
+ resolver: LMSGraphQL::Resolvers::Canvas::GetEffectiveDueDate,
504
+ description: "Get effective due dates. For each assignment in the course, returns each assigned student's ID and their corresponding due date along with some grading period data. Returns a collection with keys representing assignment IDs and values as a collection containing keys representing student IDs and values representing the student's effective due_at, the grading_period_id of which the due_at falls in, and whether or not the grading period is closed (in_closed_grading_period) The list of assignment IDs for which effective student due dates are requested. If not provided, all assignments in the course will be used."
505
+
506
+ field :permissions,
507
+ resolver: LMSGraphQL::Resolvers::Canvas::Permission,
508
+ description: "Permissions. Returns permission information for the calling user in the given course. See also {api:AccountsController#permissions the Account counterpart}."
509
+
510
+ field :get_course_copy_status,
511
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseCopyStatus,
512
+ description: "Get course copy status. DEPRECATED: Please use the {api:ContentMigrationsController#create Content Migrations API} Retrieve the status of a course copy"
513
+
514
+ field :list_custom_gradebook_columns,
515
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCustomGradebookColumn,
516
+ description: "List custom gradebook columns. A paginated list of all custom gradebook columns for a course"
517
+
518
+ field :list_entries_for_column,
519
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEntriesForColumn,
520
+ description: "List entries for a column. This does not list entries for students without associated data."
521
+
522
+ field :list_discussion_topics_courses,
523
+ resolver: LMSGraphQL::Resolvers::Canvas::ListDiscussionTopicsCourse,
524
+ description: "List discussion topics. Returns the paginated list of discussion topics for this course or group."
525
+
526
+ field :list_discussion_topics_groups,
527
+ resolver: LMSGraphQL::Resolvers::Canvas::ListDiscussionTopicsGroup,
528
+ description: "List discussion topics. Returns the paginated list of discussion topics for this course or group."
529
+
530
+ field :get_single_topic_courses,
531
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleTopicCourse,
532
+ description: "Get a single topic. Returns data on an individual discussion topic. See the List action for the response formatting."
533
+
534
+ field :get_single_topic_groups,
535
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleTopicGroup,
536
+ description: "Get a single topic. Returns data on an individual discussion topic. See the List action for the response formatting."
537
+
538
+ field :get_full_topic_courses,
539
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFullTopicCourse,
540
+ description: "Get the full topic. Return a cached structure of the discussion topic, containing all entries, their authors, and their message bodies. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. In some rare situations, this cached structure may not be available yet. In that case, the server will respond with a 503 error, and the caller should try again soon. The response is an object containing the following keys: * 'participants': A list of summary information on users who have posted to the discussion. Each value is an object containing their id, display_name, and avatar_url. * 'unread_entries': A list of entry ids that are unread by the current user. this implies that any entry not in this list is read. * 'entry_ratings': A map of entry ids to ratings by the current user. Entries not in this list have no rating. Only populated if rating is enabled. * 'forced_entries': A list of entry ids that have forced_read_state set to true. This flag is meant to indicate the entry's read_state has been manually set to 'unread' by the user, so the entry should not be automatically marked as read. * 'view': A threaded view of all the entries in the discussion, containing the id, user_id, and message. * 'new_entries': Because this view is eventually consistent, it's possible that newly created or updated entries won't yet be reflected in the view. If the application wants to also get a flat list of all entries not yet reflected in the view, pass include_new_entries=1 to the request and this array of entries will be returned. These entries are returned in a flat array, in ascending created_at order."
541
+
542
+ field :get_full_topic_groups,
543
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFullTopicGroup,
544
+ description: "Get the full topic. Return a cached structure of the discussion topic, containing all entries, their authors, and their message bodies. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. In some rare situations, this cached structure may not be available yet. In that case, the server will respond with a 503 error, and the caller should try again soon. The response is an object containing the following keys: * 'participants': A list of summary information on users who have posted to the discussion. Each value is an object containing their id, display_name, and avatar_url. * 'unread_entries': A list of entry ids that are unread by the current user. this implies that any entry not in this list is read. * 'entry_ratings': A map of entry ids to ratings by the current user. Entries not in this list have no rating. Only populated if rating is enabled. * 'forced_entries': A list of entry ids that have forced_read_state set to true. This flag is meant to indicate the entry's read_state has been manually set to 'unread' by the user, so the entry should not be automatically marked as read. * 'view': A threaded view of all the entries in the discussion, containing the id, user_id, and message. * 'new_entries': Because this view is eventually consistent, it's possible that newly created or updated entries won't yet be reflected in the view. If the application wants to also get a flat list of all entries not yet reflected in the view, pass include_new_entries=1 to the request and this array of entries will be returned. These entries are returned in a flat array, in ascending created_at order."
545
+
546
+ field :list_topic_entries_courses,
547
+ resolver: LMSGraphQL::Resolvers::Canvas::ListTopicEntriesCourse,
548
+ description: "List topic entries. Retrieve the (paginated) top-level entries in a discussion topic. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. Will include the 10 most recent replies, if any, for each entry returned. If the topic is a root topic with children corresponding to groups of a group assignment, entries from those subtopics for which the user belongs to the corresponding group will be returned. Ordering of returned entries is newest-first by posting timestamp (reply activity is ignored)."
549
+
550
+ field :list_topic_entries_groups,
551
+ resolver: LMSGraphQL::Resolvers::Canvas::ListTopicEntriesGroup,
552
+ description: "List topic entries. Retrieve the (paginated) top-level entries in a discussion topic. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. Will include the 10 most recent replies, if any, for each entry returned. If the topic is a root topic with children corresponding to groups of a group assignment, entries from those subtopics for which the user belongs to the corresponding group will be returned. Ordering of returned entries is newest-first by posting timestamp (reply activity is ignored)."
553
+
554
+ field :list_entry_replies_courses,
555
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEntryRepliesCourse,
556
+ description: "List entry replies. Retrieve the (paginated) replies to a top-level entry in a discussion topic. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. Ordering of returned entries is newest-first by creation timestamp."
557
+
558
+ field :list_entry_replies_groups,
559
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEntryRepliesGroup,
560
+ description: "List entry replies. Retrieve the (paginated) replies to a top-level entry in a discussion topic. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'. Ordering of returned entries is newest-first by creation timestamp."
561
+
562
+ field :list_entries_courses,
563
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEntriesCourse,
564
+ description: "List entries. Retrieve a paginated list of discussion entries, given a list of ids. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'."
565
+
566
+ field :list_entries_groups,
567
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEntriesGroup,
568
+ description: "List entries. Retrieve a paginated list of discussion entries, given a list of ids. May require (depending on the topic) that the user has posted in the topic. If it is required, and the user has not posted, will respond with a 403 Forbidden status and the body 'require_initial_post'."
569
+
570
+ field :list_enrollment_terms,
571
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnrollmentTerm,
572
+ description: "List enrollment terms. A paginated list of all of the terms in the account."
573
+
574
+ field :list_enrollments_courses,
575
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnrollmentsCourse,
576
+ description: "List enrollments. Depending on the URL given, return a paginated list of either (1) all of the enrollments in a course, (2) all of the enrollments in a section or (3) all of a user's enrollments. This includes student, teacher, TA, and observer enrollments. If a user has multiple enrollments in a context (e.g. as a teacher and a student or in multiple course sections), each enrollment will be listed separately. note: Currently, only a root level admin user can return other users' enrollments. A user can, however, return his/her own enrollments."
577
+
578
+ field :list_enrollments_sections,
579
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnrollmentsSection,
580
+ description: "List enrollments. Depending on the URL given, return a paginated list of either (1) all of the enrollments in a course, (2) all of the enrollments in a section or (3) all of a user's enrollments. This includes student, teacher, TA, and observer enrollments. If a user has multiple enrollments in a context (e.g. as a teacher and a student or in multiple course sections), each enrollment will be listed separately. note: Currently, only a root level admin user can return other users' enrollments. A user can, however, return his/her own enrollments."
581
+
582
+ field :list_enrollments_users,
583
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnrollmentsUser,
584
+ description: "List enrollments. Depending on the URL given, return a paginated list of either (1) all of the enrollments in a course, (2) all of the enrollments in a section or (3) all of a user's enrollments. This includes student, teacher, TA, and observer enrollments. If a user has multiple enrollments in a context (e.g. as a teacher and a student or in multiple course sections), each enrollment will be listed separately. note: Currently, only a root level admin user can return other users' enrollments. A user can, however, return his/her own enrollments."
585
+
586
+ field :enrollment_by_id,
587
+ resolver: LMSGraphQL::Resolvers::Canvas::EnrollmentById,
588
+ description: "Enrollment by ID. Get an Enrollment object by Enrollment ID"
589
+
590
+ field :list_external_tools_courses,
591
+ resolver: LMSGraphQL::Resolvers::Canvas::ListExternalToolsCourse,
592
+ description: "List external tools. Returns the paginated list of external tools for the current context. See the get request docs for a single tool for a list of properties on an external tool."
593
+
594
+ field :list_external_tools_accounts,
595
+ resolver: LMSGraphQL::Resolvers::Canvas::ListExternalToolsAccount,
596
+ description: "List external tools. Returns the paginated list of external tools for the current context. See the get request docs for a single tool for a list of properties on an external tool."
597
+
598
+ field :list_external_tools_groups,
599
+ resolver: LMSGraphQL::Resolvers::Canvas::ListExternalToolsGroup,
600
+ description: "List external tools. Returns the paginated list of external tools for the current context. See the get request docs for a single tool for a list of properties on an external tool."
601
+
602
+ field :get_sessionless_launch_url_for_external_tool_courses,
603
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSessionlessLaunchUrlForExternalToolCourse,
604
+ description: "Get a sessionless launch url for an external tool.. Returns a sessionless launch url for an external tool. NOTE: Either the id or url must be provided unless launch_type is assessment or module_item."
605
+
606
+ field :get_sessionless_launch_url_for_external_tool_accounts,
607
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSessionlessLaunchUrlForExternalToolAccount,
608
+ description: "Get a sessionless launch url for an external tool.. Returns a sessionless launch url for an external tool. NOTE: Either the id or url must be provided unless launch_type is assessment or module_item."
609
+
610
+ field :get_single_external_tool_courses,
611
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleExternalToolCourse,
612
+ description: "Get a single external tool. Returns the specified external tool."
613
+
614
+ field :get_single_external_tool_accounts,
615
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleExternalToolAccount,
616
+ description: "Get a single external tool. Returns the specified external tool."
617
+
618
+ field :list_favorite_courses,
619
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFavoriteCourse,
620
+ description: "List favorite courses. Retrieve the paginated list of favorite courses for the current user. If the user has not chosen any favorites, then a selection of currently enrolled courses will be returned. See the {api:CoursesController#index List courses API} for details on accepted include[] parameters."
621
+
622
+ field :list_favorite_groups,
623
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFavoriteGroup,
624
+ description: "List favorite groups. Retrieve the paginated list of favorite groups for the current user. If the user has not chosen any favorites, then a selection of groups that the user is a member of will be returned."
625
+
626
+ field :list_features_courses,
627
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFeaturesCourse,
628
+ description: "List features. A paginated list of all features that apply to a given Account, Course, or User."
629
+
630
+ field :list_features_accounts,
631
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFeaturesAccount,
632
+ description: "List features. A paginated list of all features that apply to a given Account, Course, or User."
633
+
634
+ field :list_features_users,
635
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFeaturesUser,
636
+ description: "List features. A paginated list of all features that apply to a given Account, Course, or User."
637
+
638
+ field :list_enabled_features_courses,
639
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnabledFeaturesCourse,
640
+ description: "List enabled features. A paginated list of all features that are enabled on a given Account, Course, or User. Only the feature names are returned."
641
+
642
+ field :list_enabled_features_accounts,
643
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnabledFeaturesAccount,
644
+ description: "List enabled features. A paginated list of all features that are enabled on a given Account, Course, or User. Only the feature names are returned."
645
+
646
+ field :list_enabled_features_users,
647
+ resolver: LMSGraphQL::Resolvers::Canvas::ListEnabledFeaturesUser,
648
+ description: "List enabled features. A paginated list of all features that are enabled on a given Account, Course, or User. Only the feature names are returned."
649
+
650
+ field :get_feature_flag_courses,
651
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFeatureFlagCourse,
652
+ description: "Get feature flag. Get the feature flag that applies to a given Account, Course, or User. The flag may be defined on the object, or it may be inherited from a parent account. You can look at the context_id and context_type of the returned object to determine which is the case. If these fields are missing, then the object is the global Canvas default."
653
+
654
+ field :get_feature_flag_accounts,
655
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFeatureFlagAccount,
656
+ description: "Get feature flag. Get the feature flag that applies to a given Account, Course, or User. The flag may be defined on the object, or it may be inherited from a parent account. You can look at the context_id and context_type of the returned object to determine which is the case. If these fields are missing, then the object is the global Canvas default."
657
+
658
+ field :get_feature_flag_users,
659
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFeatureFlagUser,
660
+ description: "Get feature flag. Get the feature flag that applies to a given Account, Course, or User. The flag may be defined on the object, or it may be inherited from a parent account. You can look at the context_id and context_type of the returned object to determine which is the case. If these fields are missing, then the object is the global Canvas default."
661
+
662
+ field :get_quota_information_courses,
663
+ resolver: LMSGraphQL::Resolvers::Canvas::GetQuotaInformationCourse,
664
+ description: "Get quota information. Returns the total and used storage quota for the course, group, or user."
665
+
666
+ field :get_quota_information_groups,
667
+ resolver: LMSGraphQL::Resolvers::Canvas::GetQuotaInformationGroup,
668
+ description: "Get quota information. Returns the total and used storage quota for the course, group, or user."
669
+
670
+ field :get_quota_information_users,
671
+ resolver: LMSGraphQL::Resolvers::Canvas::GetQuotaInformationUser,
672
+ description: "Get quota information. Returns the total and used storage quota for the course, group, or user."
673
+
674
+ field :list_files_courses,
675
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFilesCourse,
676
+ description: "List files. Returns the paginated list of files for the folder or course."
677
+
678
+ field :list_files_users,
679
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFilesUser,
680
+ description: "List files. Returns the paginated list of files for the folder or course."
681
+
682
+ field :list_files_groups,
683
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFilesGroup,
684
+ description: "List files. Returns the paginated list of files for the folder or course."
685
+
686
+ field :list_files_folders,
687
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFilesFolder,
688
+ description: "List files. Returns the paginated list of files for the folder or course."
689
+
690
+ field :get_public_inline_preview_url,
691
+ resolver: LMSGraphQL::Resolvers::Canvas::GetPublicInlinePreviewUrl,
692
+ description: "Get public inline preview url. Determine the URL that should be used for inline preview of the file."
693
+
694
+ field :get_file_files,
695
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFileFile,
696
+ description: "Get file. Returns the standard attachment json object"
697
+
698
+ field :get_file_courses,
699
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFileCourse,
700
+ description: "Get file. Returns the standard attachment json object"
701
+
702
+ field :get_file_groups,
703
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFileGroup,
704
+ description: "Get file. Returns the standard attachment json object"
705
+
706
+ field :get_file_users,
707
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFileUser,
708
+ description: "Get file. Returns the standard attachment json object"
709
+
710
+ field :list_folders,
711
+ resolver: LMSGraphQL::Resolvers::Canvas::ListFolder,
712
+ description: "List folders. Returns the paginated list of folders in the folder."
713
+
714
+ field :list_all_folders_courses,
715
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAllFoldersCourse,
716
+ description: "List all folders. Returns the paginated list of all folders for the given context. This will be returned as a flat list containing all subfolders as well."
717
+
718
+ field :list_all_folders_users,
719
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAllFoldersUser,
720
+ description: "List all folders. Returns the paginated list of all folders for the given context. This will be returned as a flat list containing all subfolders as well."
721
+
722
+ field :list_all_folders_groups,
723
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAllFoldersGroup,
724
+ description: "List all folders. Returns the paginated list of all folders for the given context. This will be returned as a flat list containing all subfolders as well."
725
+
726
+ field :resolve_path_courses_full_path,
727
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathCoursesFullPath,
728
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
729
+
730
+ field :resolve_path_courses,
731
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathCourse,
732
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
733
+
734
+ field :resolve_path_users_full_path,
735
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathUsersFullPath,
736
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
737
+
738
+ field :resolve_path_users,
739
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathUser,
740
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
741
+
742
+ field :resolve_path_groups_full_path,
743
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathGroupsFullPath,
744
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
745
+
746
+ field :resolve_path_groups,
747
+ resolver: LMSGraphQL::Resolvers::Canvas::ResolvePathGroup,
748
+ description: "Resolve path. Given the full path to a folder, returns a list of all Folders in the path hierarchy, starting at the root folder, and ending at the requested folder. The given path is relative to the context's root folder and does not include the root folder's name (e.g., 'course files'). If an empty path is given, the context's root folder alone is returned. Otherwise, if no folder exists with the given full path, a Not Found error is returned."
749
+
750
+ field :get_folder_courses,
751
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFolderCourse,
752
+ description: "Get folder. Returns the details for a folder You can get the root folder from a context by using 'root' as the :id. For example, you could get the root folder for a course like:"
753
+
754
+ field :get_folder_users,
755
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFolderUser,
756
+ description: "Get folder. Returns the details for a folder You can get the root folder from a context by using 'root' as the :id. For example, you could get the root folder for a course like:"
757
+
758
+ field :get_folder_groups,
759
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFolderGroup,
760
+ description: "Get folder. Returns the details for a folder You can get the root folder from a context by using 'root' as the :id. For example, you could get the root folder for a course like:"
761
+
762
+ field :get_folder_folders,
763
+ resolver: LMSGraphQL::Resolvers::Canvas::GetFolderFolder,
764
+ description: "Get folder. Returns the details for a folder You can get the root folder from a context by using 'root' as the :id. For example, you could get the root folder for a course like:"
765
+
766
+ field :list_licenses_courses,
767
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLicensesCourse,
768
+ description: "List licenses. A paginated list of licenses that can be applied"
769
+
770
+ field :list_licenses_groups,
771
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLicensesGroup,
772
+ description: "List licenses. A paginated list of licenses that can be applied"
773
+
774
+ field :list_licenses_users,
775
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLicensesUser,
776
+ description: "List licenses. A paginated list of licenses that can be applied"
777
+
778
+ field :query_by_assignment,
779
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByAssignment,
780
+ description: "Query by assignment.. List grade change events for a given assignment."
781
+
782
+ field :grade_change_log_query_by_course,
783
+ resolver: LMSGraphQL::Resolvers::Canvas::GradeChangeLogQueryByCourse,
784
+ description: "Query by course.. List grade change events for a given course."
785
+
786
+ field :query_by_student,
787
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByStudent,
788
+ description: "Query by student.. List grade change events for a given student."
789
+
790
+ field :query_by_grader,
791
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryByGrader,
792
+ description: "Query by grader.. List grade change events for a given grader."
793
+
794
+ field :days_in_gradebook_history_for_this_course,
795
+ resolver: LMSGraphQL::Resolvers::Canvas::DaysInGradebookHistoryForThisCourse,
796
+ description: "Days in gradebook history for this course. Returns a map of dates to grader/assignment groups"
797
+
798
+ field :details_for_given_date_in_gradebook_history_for_this_course,
799
+ resolver: LMSGraphQL::Resolvers::Canvas::DetailsForGivenDateInGradebookHistoryForThisCourse,
800
+ description: "Details for a given date in gradebook history for this course. Returns the graders who worked on this day, along with the assignments they worked on. More details can be obtained by selecting a grader and assignment and calling the 'submissions' api endpoint for a given date."
801
+
802
+ field :lists_submissions,
803
+ resolver: LMSGraphQL::Resolvers::Canvas::ListsSubmission,
804
+ description: "Lists submissions. Gives a nested list of submission versions"
805
+
806
+ field :list_uncollated_submission_versions,
807
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUncollatedSubmissionVersion,
808
+ description: "List uncollated submission versions. Gives a paginated, uncollated list of submission versions for all matching submissions in the context. This SubmissionVersion objects will not include the +new_grade+ or +previous_grade+ keys, only the +grade+; same for +graded_at+ and +grader+."
809
+
810
+ field :list_grading_periods_accounts,
811
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGradingPeriodsAccount,
812
+ description: "List grading periods. Returns the paginated list of grading periods for the current course."
813
+
814
+ field :list_grading_periods_courses,
815
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGradingPeriodsCourse,
816
+ description: "List grading periods. Returns the paginated list of grading periods for the current course."
817
+
818
+ field :get_single_grading_period,
819
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGradingPeriod,
820
+ description: "Get a single grading period. Returns the grading period with the given id"
821
+
822
+ field :list_grading_standards_available_in_context_courses,
823
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGradingStandardsAvailableInContextCourse,
824
+ description: "List the grading standards available in a context.. Returns the paginated list of grading standards for the given context that are visible to the user."
825
+
826
+ field :list_grading_standards_available_in_context_accounts,
827
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGradingStandardsAvailableInContextAccount,
828
+ description: "List the grading standards available in a context.. Returns the paginated list of grading standards for the given context that are visible to the user."
829
+
830
+ field :get_single_grading_standard_in_context_courses,
831
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGradingStandardInContextCourse,
832
+ description: "Get a single grading standard in a context.. Returns a grading standard for the given context that is visible to the user."
833
+
834
+ field :get_single_grading_standard_in_context_accounts,
835
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGradingStandardInContextAccount,
836
+ description: "Get a single grading standard in a context.. Returns a grading standard for the given context that is visible to the user."
837
+
838
+ field :list_group_categories_for_context_accounts,
839
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupCategoriesForContextAccount,
840
+ description: "List group categories for a context. Returns a paginated list of group categories in a context"
841
+
842
+ field :list_group_categories_for_context_courses,
843
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupCategoriesForContextCourse,
844
+ description: "List group categories for a context. Returns a paginated list of group categories in a context"
845
+
846
+ field :get_single_group_category,
847
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGroupCategory,
848
+ description: "Get a single group category. Returns the data for a single group category, or a 401 if the caller doesn't have the rights to see it."
849
+
850
+ field :list_groups_in_group_category,
851
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupsInGroupCategory,
852
+ description: "List groups in group category. Returns a paginated list of groups in a group category"
853
+
854
+ field :list_users_in_group_category,
855
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUsersInGroupCategory,
856
+ description: "List users in group category. Returns a paginated list of users in the group category."
857
+
858
+ field :list_your_groups,
859
+ resolver: LMSGraphQL::Resolvers::Canvas::ListYourGroup,
860
+ description: "List your groups. Returns a paginated list of active groups for the current user."
861
+
862
+ field :list_groups_available_in_context_accounts,
863
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupsAvailableInContextAccount,
864
+ description: "List the groups available in a context.. Returns the paginated list of active groups in the given context that are visible to user."
865
+
866
+ field :list_groups_available_in_context_courses,
867
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupsAvailableInContextCourse,
868
+ description: "List the groups available in a context.. Returns the paginated list of active groups in the given context that are visible to user."
869
+
870
+ field :get_single_group,
871
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGroup,
872
+ description: "Get a single group. Returns the data for a single group, or a 401 if the caller doesn't have the rights to see it."
873
+
874
+ field :list_group_s_users,
875
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupSUser,
876
+ description: "List group's users. Returns a paginated list of users in the group."
877
+
878
+ field :group_activity_stream,
879
+ resolver: LMSGraphQL::Resolvers::Canvas::GroupActivityStream,
880
+ description: "Group activity stream. Returns the current user's group-specific activity stream, paginated. For full documentation, see the API documentation for the user activity stream, in the user api."
881
+
882
+ field :group_activity_stream_summary,
883
+ resolver: LMSGraphQL::Resolvers::Canvas::GroupActivityStreamSummary,
884
+ description: "Group activity stream summary. Returns a summary of the current user's group-specific activity stream. For full documentation, see the API documentation for the user activity stream summary, in the user api."
885
+
886
+ field :list_group_memberships,
887
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGroupMembership,
888
+ description: "List group memberships. A paginated list of the members of a group."
889
+
890
+ field :get_single_group_membership_memberships,
891
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGroupMembershipMembership,
892
+ description: "Get a single group membership. Returns the group membership with the given membership id or user id."
893
+
894
+ field :get_single_group_membership_users,
895
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleGroupMembershipUser,
896
+ description: "Get a single group membership. Returns the group membership with the given membership id or user id."
897
+
898
+ field :get_late_policy,
899
+ resolver: LMSGraphQL::Resolvers::Canvas::GetLatePolicy,
900
+ description: "Get a late policy. Returns the late policy for a course."
901
+
902
+ field :list_live_assessment_results,
903
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLiveAssessmentResult,
904
+ description: "List live assessment results. Returns a paginated list of live assessment results"
905
+
906
+ field :list_live_assessments,
907
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLiveAssessment,
908
+ description: "List live assessments. Returns a paginated list of live assessments."
909
+
910
+ field :list_user_logins_accounts,
911
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUserLoginsAccount,
912
+ description: "List user logins. Given a user ID, return a paginated list of that user's logins for the given account."
913
+
914
+ field :list_user_logins_users,
915
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUserLoginsUser,
916
+ description: "List user logins. Given a user ID, return a paginated list of that user's logins for the given account."
917
+
918
+ field :list_students_selected_for_moderation,
919
+ resolver: LMSGraphQL::Resolvers::Canvas::ListStudentsSelectedForModeration,
920
+ description: "List students selected for moderation. Returns a paginated list of students selected for moderation"
921
+
922
+ field :show_provisional_grade_status_for_student,
923
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowProvisionalGradeStatusForStudent,
924
+ description: "Show provisional grade status for a student. Tell whether the student's submission needs one or more provisional grades."
925
+
926
+ field :list_modules,
927
+ resolver: LMSGraphQL::Resolvers::Canvas::ListModule,
928
+ description: "List modules. A paginated list of the modules in a course"
929
+
930
+ field :show_module,
931
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowModule,
932
+ description: "Show module. Get information about a single module"
933
+
934
+ field :list_module_items,
935
+ resolver: LMSGraphQL::Resolvers::Canvas::ListModuleItem,
936
+ description: "List module items. A paginated list of the items in a module"
937
+
938
+ field :show_module_item,
939
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowModuleItem,
940
+ description: "Show module item. Get information about a single module item"
941
+
942
+ field :get_module_item_sequence,
943
+ resolver: LMSGraphQL::Resolvers::Canvas::GetModuleItemSequence,
944
+ description: "Get module item sequence. Given an asset in a course, find the ModuleItem it belongs to, the previous and next Module Items in the course sequence, and also any applicable mastery path rules"
945
+
946
+ field :list_preferences_communication_channel_id,
947
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPreferencesCommunicationChannelId,
948
+ description: "List preferences. Fetch all preferences for the given communication channel"
949
+
950
+ field :list_preferences_type,
951
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPreferencesType,
952
+ description: "List preferences. Fetch all preferences for the given communication channel"
953
+
954
+ field :list_of_preference_categories,
955
+ resolver: LMSGraphQL::Resolvers::Canvas::ListOfPreferenceCategory,
956
+ description: "List of preference categories. Fetch all notification preference categories for the given communication channel"
957
+
958
+ field :get_preference_communication_channel_id,
959
+ resolver: LMSGraphQL::Resolvers::Canvas::GetPreferenceCommunicationChannelId,
960
+ description: "Get a preference. Fetch the preference for the given notification for the given communicaiton channel"
961
+
962
+ field :get_preference_type,
963
+ resolver: LMSGraphQL::Resolvers::Canvas::GetPreferenceType,
964
+ description: "Get a preference. Fetch the preference for the given notification for the given communicaiton channel"
965
+
966
+ field :show_originality_report_submissions,
967
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOriginalityReportSubmission,
968
+ description: "Show an Originality Report. Get a single originality report"
969
+
970
+ field :show_originality_report_files,
971
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOriginalityReportFile,
972
+ description: "Show an Originality Report. Get a single originality report"
973
+
974
+ field :redirect_to_root_outcome_group_for_context_global,
975
+ resolver: LMSGraphQL::Resolvers::Canvas::RedirectToRootOutcomeGroupForContextGlobal,
976
+ description: "Redirect to root outcome group for context. Convenience redirect to find the root outcome group for a particular context. Will redirect to the appropriate outcome group's URL."
977
+
978
+ field :redirect_to_root_outcome_group_for_context_accounts,
979
+ resolver: LMSGraphQL::Resolvers::Canvas::RedirectToRootOutcomeGroupForContextAccount,
980
+ description: "Redirect to root outcome group for context. Convenience redirect to find the root outcome group for a particular context. Will redirect to the appropriate outcome group's URL."
981
+
982
+ field :redirect_to_root_outcome_group_for_context_courses,
983
+ resolver: LMSGraphQL::Resolvers::Canvas::RedirectToRootOutcomeGroupForContextCourse,
984
+ description: "Redirect to root outcome group for context. Convenience redirect to find the root outcome group for a particular context. Will redirect to the appropriate outcome group's URL."
985
+
986
+ field :get_all_outcome_groups_for_context_accounts,
987
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllOutcomeGroupsForContextAccount,
988
+ description: "Get all outcome groups for context. "
989
+
990
+ field :get_all_outcome_groups_for_context_courses,
991
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllOutcomeGroupsForContextCourse,
992
+ description: "Get all outcome groups for context. "
993
+
994
+ field :get_all_outcome_links_for_context_accounts,
995
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllOutcomeLinksForContextAccount,
996
+ description: "Get all outcome links for context. "
997
+
998
+ field :get_all_outcome_links_for_context_courses,
999
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllOutcomeLinksForContextCourse,
1000
+ description: "Get all outcome links for context. "
1001
+
1002
+ field :show_outcome_group_global,
1003
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOutcomeGroupGlobal,
1004
+ description: "Show an outcome group. "
1005
+
1006
+ field :show_outcome_group_accounts,
1007
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOutcomeGroupAccount,
1008
+ description: "Show an outcome group. "
1009
+
1010
+ field :show_outcome_group_courses,
1011
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOutcomeGroupCourse,
1012
+ description: "Show an outcome group. "
1013
+
1014
+ field :list_linked_outcomes_global,
1015
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLinkedOutcomesGlobal,
1016
+ description: "List linked outcomes. A paginated list of the immediate OutcomeLink children of the outcome group."
1017
+
1018
+ field :list_linked_outcomes_accounts,
1019
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLinkedOutcomesAccount,
1020
+ description: "List linked outcomes. A paginated list of the immediate OutcomeLink children of the outcome group."
1021
+
1022
+ field :list_linked_outcomes_courses,
1023
+ resolver: LMSGraphQL::Resolvers::Canvas::ListLinkedOutcomesCourse,
1024
+ description: "List linked outcomes. A paginated list of the immediate OutcomeLink children of the outcome group."
1025
+
1026
+ field :list_subgroups_global,
1027
+ resolver: LMSGraphQL::Resolvers::Canvas::ListSubgroupsGlobal,
1028
+ description: "List subgroups. A paginated list of the immediate OutcomeGroup children of the outcome group."
1029
+
1030
+ field :list_subgroups_accounts,
1031
+ resolver: LMSGraphQL::Resolvers::Canvas::ListSubgroupsAccount,
1032
+ description: "List subgroups. A paginated list of the immediate OutcomeGroup children of the outcome group."
1033
+
1034
+ field :list_subgroups_courses,
1035
+ resolver: LMSGraphQL::Resolvers::Canvas::ListSubgroupsCourse,
1036
+ description: "List subgroups. A paginated list of the immediate OutcomeGroup children of the outcome group."
1037
+
1038
+ field :get_outcome_import_status_accounts,
1039
+ resolver: LMSGraphQL::Resolvers::Canvas::GetOutcomeImportStatusAccount,
1040
+ description: "Get Outcome import status. Get the status of an already created Outcome import. Pass 'latest' for the outcome import id for the latest import. Examples: curl 'https: <canvas>/api/v1/accounts/<account_id>/outcome_imports/<outcome_import_id>' \ -H 'Authorization: Bearer <token>' curl 'https: <canvas>/api/v1/courses/<course_id>/outcome_imports/<outcome_import_id>' \ -H 'Authorization: Bearer <token>'"
1041
+
1042
+ field :get_outcome_import_status_courses,
1043
+ resolver: LMSGraphQL::Resolvers::Canvas::GetOutcomeImportStatusCourse,
1044
+ description: "Get Outcome import status. Get the status of an already created Outcome import. Pass 'latest' for the outcome import id for the latest import. Examples: curl 'https: <canvas>/api/v1/accounts/<account_id>/outcome_imports/<outcome_import_id>' \ -H 'Authorization: Bearer <token>' curl 'https: <canvas>/api/v1/courses/<course_id>/outcome_imports/<outcome_import_id>' \ -H 'Authorization: Bearer <token>'"
1045
+
1046
+ field :get_outcome_results,
1047
+ resolver: LMSGraphQL::Resolvers::Canvas::GetOutcomeResult,
1048
+ description: "Get outcome results. Gets the outcome results for users and outcomes in the specified context."
1049
+
1050
+ field :get_outcome_result_rollups,
1051
+ resolver: LMSGraphQL::Resolvers::Canvas::GetOutcomeResultRollup,
1052
+ description: "Get outcome result rollups. Gets the outcome rollups for the users and outcomes in the specified context."
1053
+
1054
+ field :show_outcome,
1055
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowOutcome,
1056
+ description: "Show an outcome. Returns the details of the outcome with the given id."
1057
+
1058
+ field :show_front_page_courses,
1059
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowFrontPageCourse,
1060
+ description: "Show front page. Retrieve the content of the front page"
1061
+
1062
+ field :show_front_page_groups,
1063
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowFrontPageGroup,
1064
+ description: "Show front page. Retrieve the content of the front page"
1065
+
1066
+ field :list_pages_courses,
1067
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPagesCourse,
1068
+ description: "List pages. A paginated list of the wiki pages associated with a course or group"
1069
+
1070
+ field :list_pages_groups,
1071
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPagesGroup,
1072
+ description: "List pages. A paginated list of the wiki pages associated with a course or group"
1073
+
1074
+ field :show_page_courses,
1075
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowPageCourse,
1076
+ description: "Show page. Retrieve the content of a wiki page"
1077
+
1078
+ field :show_page_groups,
1079
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowPageGroup,
1080
+ description: "Show page. Retrieve the content of a wiki page"
1081
+
1082
+ field :list_revisions_courses,
1083
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRevisionsCourse,
1084
+ description: "List revisions. A paginated list of the revisions of a page. Callers must have update rights on the page in order to see page history."
1085
+
1086
+ field :list_revisions_groups,
1087
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRevisionsGroup,
1088
+ description: "List revisions. A paginated list of the revisions of a page. Callers must have update rights on the page in order to see page history."
1089
+
1090
+ field :show_revision_courses_latest,
1091
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowRevisionCoursesLatest,
1092
+ description: "Show revision. Retrieve the metadata and optionally content of a revision of the page. Note that retrieving historic versions of pages requires edit rights."
1093
+
1094
+ field :show_revision_groups_latest,
1095
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowRevisionGroupsLatest,
1096
+ description: "Show revision. Retrieve the metadata and optionally content of a revision of the page. Note that retrieving historic versions of pages requires edit rights."
1097
+
1098
+ field :show_revision_courses_revision_id,
1099
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowRevisionCoursesRevisionId,
1100
+ description: "Show revision. Retrieve the metadata and optionally content of a revision of the page. Note that retrieving historic versions of pages requires edit rights."
1101
+
1102
+ field :show_revision_groups_revision_id,
1103
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowRevisionGroupsRevisionId,
1104
+ description: "Show revision. Retrieve the metadata and optionally content of a revision of the page. Note that retrieving historic versions of pages requires edit rights."
1105
+
1106
+ field :get_all_peer_reviews_courses_peer_reviews,
1107
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllPeerReviewsCoursesPeerReview,
1108
+ description: "Get all Peer Reviews. Get a list of all Peer Reviews for this assignment"
1109
+
1110
+ field :get_all_peer_reviews_sections_peer_reviews,
1111
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllPeerReviewsSectionsPeerReview,
1112
+ description: "Get all Peer Reviews. Get a list of all Peer Reviews for this assignment"
1113
+
1114
+ field :get_all_peer_reviews_courses_submissions,
1115
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllPeerReviewsCoursesSubmission,
1116
+ description: "Get all Peer Reviews. Get a list of all Peer Reviews for this assignment"
1117
+
1118
+ field :get_all_peer_reviews_sections_submissions,
1119
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllPeerReviewsSectionsSubmission,
1120
+ description: "Get all Peer Reviews. Get a list of all Peer Reviews for this assignment"
1121
+
1122
+ field :get_single_assignment_lti,
1123
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleAssignmentLti,
1124
+ description: "Get a single assignment (lti). Get a single Canvas assignment by Canvas id or LTI id. Tool providers may only access assignments that are associated with their tool."
1125
+
1126
+ field :get_single_user_lti,
1127
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleUserLti,
1128
+ description: "Get a single user (lti). Get a single Canvas user by Canvas id or LTI id. Tool providers may only access users that have been assigned an assignment associated with their tool."
1129
+
1130
+ field :get_all_users_in_group_lti,
1131
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllUsersInGroupLti,
1132
+ description: "Get all users in a group (lti). Get all Canvas users in a group. Tool providers may only access groups that belong to the context the tool is installed in."
1133
+
1134
+ field :get_single_submission,
1135
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleSubmission,
1136
+ description: "Get a single submission. Get a single submission, based on submission id."
1137
+
1138
+ field :get_history_of_single_submission,
1139
+ resolver: LMSGraphQL::Resolvers::Canvas::GetHistoryOfSingleSubmission,
1140
+ description: "Get the history of a single submission. Get a list of all attempts made for a submission, based on submission id."
1141
+
1142
+ field :list_planner_items,
1143
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPlannerItem,
1144
+ description: "List planner items. Retrieve the paginated list of objects to be shown on the planner for the current user with the associated planner override to override an item's visibility if set. [ { 'context_type': 'Course', 'course_id': 1, 'visible_in_planner': true, Whether or not it is displayed on the student planner 'planner_override': { ... planner override object ... }, Associated PlannerOverride object if user has toggled visibility for the object on the planner 'submissions': false, The statuses of the user's submissions for this object 'plannable_id': '123', 'plannable_type': 'discussion_topic', 'plannable': { ... discussion topic object }, 'html_url': '/courses/1/discussion_topics/8' }, { 'context_type': 'Course', 'course_id': 1, 'visible_in_planner': true, 'planner_override': { 'id': 3, 'plannable_type': 'Assignment', 'plannable_id': 1, 'user_id': 2, 'workflow_state': 'active', 'marked_complete': true, A user-defined setting for marking items complete in the planner 'dismissed': false, A user-defined setting for hiding items from the opportunities list 'deleted_at': null, 'created_at': '2017-05-18T18:35:55Z', 'updated_at': '2017-05-18T18:35:55Z' }, 'submissions': { The status as it pertains to the current user 'excused': false, 'graded': false, 'late': false, 'missing': true, 'needs_grading': false, 'with_feedback': false }, 'plannable_id': '456', 'plannable_type': 'assignment', 'plannable': { ... assignment object ... }, 'html_url': 'http: canvas.instructure.com/courses/1/assignments/1#submit' }, { 'visible_in_planner': true, 'planner_override': null, 'submissions': false, false if no associated assignment exists for the plannable item 'plannable_id': '789', 'plannable_type': 'planner_note', 'plannable': { 'id': 1, 'todo_date': '2017-05-30T06:00:00Z', 'title': 'hello', 'details': 'world', 'user_id': 2, 'course_id': null, 'workflow_state': 'active', 'created_at': '2017-05-30T16:29:04Z', 'updated_at': '2017-05-30T16:29:15Z' }, 'html_url': 'http: canvas.instructure.com/api/v1/planner_notes.1' } ]"
1145
+
1146
+ field :list_planner_notes,
1147
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPlannerNote,
1148
+ description: "List planner notes. Retrieve the paginated list of planner notes Retrieve planner note for a user"
1149
+
1150
+ field :show_plannernote,
1151
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowPlannernote,
1152
+ description: "Show a PlannerNote. Retrieve a planner note for the current user"
1153
+
1154
+ field :list_planner_overrides,
1155
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPlannerOverride,
1156
+ description: "List planner overrides. Retrieve a planner override for the current user"
1157
+
1158
+ field :show_planner_override,
1159
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowPlannerOverride,
1160
+ description: "Show a planner override. Retrieve a planner override for the current user"
1161
+
1162
+ field :list_poll_sessions_for_poll,
1163
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPollSessionsForPoll,
1164
+ description: "List poll sessions for a poll. Returns the paginated list of PollSessions in this poll."
1165
+
1166
+ field :get_results_for_single_poll_session,
1167
+ resolver: LMSGraphQL::Resolvers::Canvas::GetResultsForSinglePollSession,
1168
+ description: "Get the results for a single poll session. Returns the poll session with the given id"
1169
+
1170
+ field :open_poll_session,
1171
+ resolver: LMSGraphQL::Resolvers::Canvas::OpenPollSession,
1172
+ description: "Open a poll session. "
1173
+
1174
+ field :close_opened_poll_session,
1175
+ resolver: LMSGraphQL::Resolvers::Canvas::CloseOpenedPollSession,
1176
+ description: "Close an opened poll session. "
1177
+
1178
+ field :list_opened_poll_sessions,
1179
+ resolver: LMSGraphQL::Resolvers::Canvas::ListOpenedPollSession,
1180
+ description: "List opened poll sessions. A paginated list of all opened poll sessions available to the current user."
1181
+
1182
+ field :list_closed_poll_sessions,
1183
+ resolver: LMSGraphQL::Resolvers::Canvas::ListClosedPollSession,
1184
+ description: "List closed poll sessions. A paginated list of all closed poll sessions available to the current user."
1185
+
1186
+ field :list_poll_choices_in_poll,
1187
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPollChoicesInPoll,
1188
+ description: "List poll choices in a poll. Returns the paginated list of PollChoices in this poll."
1189
+
1190
+ field :get_single_poll_choice,
1191
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSinglePollChoice,
1192
+ description: "Get a single poll choice. Returns the poll choice with the given id"
1193
+
1194
+ field :get_single_poll_submission,
1195
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSinglePollSubmission,
1196
+ description: "Get a single poll submission. Returns the poll submission with the given id"
1197
+
1198
+ field :list_polls,
1199
+ resolver: LMSGraphQL::Resolvers::Canvas::ListPoll,
1200
+ description: "List polls. Returns the paginated list of polls for the current user."
1201
+
1202
+ field :get_single_poll,
1203
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSinglePoll,
1204
+ description: "Get a single poll. Returns the poll with the given id"
1205
+
1206
+ field :query_progress,
1207
+ resolver: LMSGraphQL::Resolvers::Canvas::QueryProgress,
1208
+ description: "Query progress. Return completion and status information about an asynchronous job"
1209
+
1210
+ field :retrieve_assignment_overridden_dates_for_quizzes,
1211
+ resolver: LMSGraphQL::Resolvers::Canvas::RetrieveAssignmentOverriddenDatesForQuiz,
1212
+ description: "Retrieve assignment-overridden dates for quizzes. Retrieve the actual due-at, unlock-at, and available-at dates for quizzes based on the assignment overrides active for the current API user."
1213
+
1214
+ field :get_available_quiz_ip_filters,
1215
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAvailableQuizIpFilter,
1216
+ description: "Get available quiz IP filters.. Get a list of available IP filters for this Quiz. <b>200 OK</b> response code is returned if the request was successful."
1217
+
1218
+ field :get_single_quiz_group,
1219
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleQuizGroup,
1220
+ description: "Get a single quiz group. Returns details of the quiz group with the given id."
1221
+
1222
+ field :list_questions_in_quiz_or_submission,
1223
+ resolver: LMSGraphQL::Resolvers::Canvas::ListQuestionsInQuizOrSubmission,
1224
+ description: "List questions in a quiz or a submission. Returns the paginated list of QuizQuestions in this quiz."
1225
+
1226
+ field :get_single_quiz_question,
1227
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleQuizQuestion,
1228
+ description: "Get a single quiz question. Returns the quiz question with the given id"
1229
+
1230
+ field :retrieve_all_quiz_reports,
1231
+ resolver: LMSGraphQL::Resolvers::Canvas::RetrieveAllQuizReport,
1232
+ description: "Retrieve all quiz reports. Returns a list of all available reports."
1233
+
1234
+ field :get_quiz_report,
1235
+ resolver: LMSGraphQL::Resolvers::Canvas::GetQuizReport,
1236
+ description: "Get a quiz report. Returns the data for a single quiz report."
1237
+
1238
+ field :fetching_latest_quiz_statistics,
1239
+ resolver: LMSGraphQL::Resolvers::Canvas::FetchingLatestQuizStatistic,
1240
+ description: "Fetching the latest quiz statistics. This endpoint provides statistics for all quiz versions, or for a specific quiz version, in which case the output is guaranteed to represent the _latest_ and most current version of the quiz. <b>200 OK</b> response code is returned if the request was successful."
1241
+
1242
+ field :retrieve_captured_events,
1243
+ resolver: LMSGraphQL::Resolvers::Canvas::RetrieveCapturedEvent,
1244
+ description: "Retrieve captured events. Retrieve the set of events captured during a specific submission attempt."
1245
+
1246
+ field :get_all_quiz_submission_questions,
1247
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllQuizSubmissionQuestion,
1248
+ description: "Get all quiz submission questions.. Get a list of all the question records for this quiz submission. <b>200 OK</b> response code is returned if the request was successful."
1249
+
1250
+ field :get_all_quiz_submissions,
1251
+ resolver: LMSGraphQL::Resolvers::Canvas::GetAllQuizSubmission,
1252
+ description: "Get all quiz submissions.. Get a list of all submissions for this quiz. Users who can view or manage grades for a course will have submissions from multiple users returned. A user who can only submit will have only their own submissions returned. When a user has an in-progress submission, only that submission is returned. When there isn't an in-progress quiz_submission, all completed submissions, including previous attempts, are returned. <b>200 OK</b> response code is returned if the request was successful."
1253
+
1254
+ field :get_quiz_submission,
1255
+ resolver: LMSGraphQL::Resolvers::Canvas::GetQuizSubmission,
1256
+ description: "Get the quiz submission.. Get the submission for this quiz for the current user. <b>200 OK</b> response code is returned if the request was successful."
1257
+
1258
+ field :get_single_quiz_submission,
1259
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleQuizSubmission,
1260
+ description: "Get a single quiz submission.. Get a single quiz submission. <b>200 OK</b> response code is returned if the request was successful."
1261
+
1262
+ field :get_current_quiz_submission_times,
1263
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCurrentQuizSubmissionTime,
1264
+ description: "Get current quiz submission times.. Get the current timing data for the quiz attempt, both the end_at timestamp and the time_left parameter. <b>Responses</b> * <b>200 OK</b> if the request was successful"
1265
+
1266
+ field :list_quizzes_in_course,
1267
+ resolver: LMSGraphQL::Resolvers::Canvas::ListQuizzesInCourse,
1268
+ description: "List quizzes in a course. Returns the paginated list of Quizzes in this course."
1269
+
1270
+ field :get_single_quiz,
1271
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleQuiz,
1272
+ description: "Get a single quiz. Returns the quiz with the given id."
1273
+
1274
+ field :list_roles,
1275
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRole,
1276
+ description: "List roles. A paginated list of the roles available to an account."
1277
+
1278
+ field :get_single_role,
1279
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleRole,
1280
+ description: "Get a single role. Retrieve information about a single role"
1281
+
1282
+ field :list_rubrics_accounts,
1283
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRubricsAccount,
1284
+ description: "List rubrics. Returns the paginated list of active rubrics for the current context."
1285
+
1286
+ field :list_rubrics_courses,
1287
+ resolver: LMSGraphQL::Resolvers::Canvas::ListRubricsCourse,
1288
+ description: "List rubrics. Returns the paginated list of active rubrics for the current context."
1289
+
1290
+ field :get_single_rubric_accounts,
1291
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleRubricAccount,
1292
+ description: "Get a single rubric. Returns the rubric with the given id."
1293
+
1294
+ field :get_single_rubric_courses,
1295
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleRubricCourse,
1296
+ description: "Get a single rubric. Returns the rubric with the given id."
1297
+
1298
+ field :get_sis_import_error_list_sis_imports,
1299
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSisImportErrorListSisImport,
1300
+ description: "Get SIS import error list. Returns the list of SIS import errors for an account or a SIS import. Import errors are only stored for 30 days. Example: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_imports/<id>/sis_import_errors' \ -H 'Authorization: Bearer <token>' Example: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_import_errors' \ -H 'Authorization: Bearer <token>'"
1301
+
1302
+ field :get_sis_import_error_list_sis_import_errors,
1303
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSisImportErrorListSisImportError,
1304
+ description: "Get SIS import error list. Returns the list of SIS import errors for an account or a SIS import. Import errors are only stored for 30 days. Example: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_imports/<id>/sis_import_errors' \ -H 'Authorization: Bearer <token>' Example: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_import_errors' \ -H 'Authorization: Bearer <token>'"
1305
+
1306
+ field :get_sis_import_list,
1307
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSisImportList,
1308
+ description: "Get SIS import list. Returns the list of SIS imports for an account Example: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_imports' \ -H 'Authorization: Bearer <token>'"
1309
+
1310
+ field :get_sis_import_status,
1311
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSisImportStatus,
1312
+ description: "Get SIS import status. Get the status of an already created SIS import. Examples: curl 'https: <canvas>/api/v1/accounts/<account_id>/sis_imports/<sis_import_id>' \ -H 'Authorization: Bearer <token>'"
1313
+
1314
+ field :retrieve_assignments_enabled_for_grade_export_to_sis_accounts,
1315
+ resolver: LMSGraphQL::Resolvers::Canvas::RetrieveAssignmentsEnabledForGradeExportToSisAccount,
1316
+ description: "Retrieve assignments enabled for grade export to SIS. Retrieve a list of published assignments flagged as 'post_to_sis'. See the Assignments API for more details on assignments. Assignment group and section information are included for convenience. Each section includes course information for the origin course and the cross-listed course, if applicable. The `origin_course` is the course to which the section belongs or the course from which the section was cross-listed. Generally, the `origin_course` should be preferred when performing integration work. The `xlist_course` is provided for consistency and is only present when the section has been cross-listed. See Sections API and Courses Api for me details. The `override` is only provided if the Differentiated Assignments course feature is turned on and the assignment has an override for that section. When there is an override for the assignment the override object's keys/values can be merged with the top level assignment object to create a view of the assignment object specific to that section. See Assignments api for more information on assignment overrides. restricts to courses that start before this date (if they have a start date) restricts to courses that end after this date (if they have an end date) information to include. 'student_overrides':: returns individual student override information"
1317
+
1318
+ field :retrieve_assignments_enabled_for_grade_export_to_sis_courses,
1319
+ resolver: LMSGraphQL::Resolvers::Canvas::RetrieveAssignmentsEnabledForGradeExportToSisCourse,
1320
+ description: "Retrieve assignments enabled for grade export to SIS. Retrieve a list of published assignments flagged as 'post_to_sis'. See the Assignments API for more details on assignments. Assignment group and section information are included for convenience. Each section includes course information for the origin course and the cross-listed course, if applicable. The `origin_course` is the course to which the section belongs or the course from which the section was cross-listed. Generally, the `origin_course` should be preferred when performing integration work. The `xlist_course` is provided for consistency and is only present when the section has been cross-listed. See Sections API and Courses Api for me details. The `override` is only provided if the Differentiated Assignments course feature is turned on and the assignment has an override for that section. When there is an override for the assignment the override object's keys/values can be merged with the top level assignment object to create a view of the assignment object specific to that section. See Assignments api for more information on assignment overrides. restricts to courses that start before this date (if they have a start date) restricts to courses that end after this date (if they have an end date) information to include. 'student_overrides':: returns individual student override information"
1321
+
1322
+ field :list_scopes,
1323
+ resolver: LMSGraphQL::Resolvers::Canvas::ListScope,
1324
+ description: "List scopes. A list of scopes that can be applied to developer keys and access tokens."
1325
+
1326
+ field :find_recipients_conversations,
1327
+ resolver: LMSGraphQL::Resolvers::Canvas::FindRecipientsConversation,
1328
+ description: "Find recipients. Find valid recipients (users, courses and groups) that the current user can send messages to. The /api/v1/search/recipients path is the preferred endpoint, /api/v1/conversations/find_recipients is deprecated. Pagination is supported."
1329
+
1330
+ field :find_recipients_search,
1331
+ resolver: LMSGraphQL::Resolvers::Canvas::FindRecipientsSearch,
1332
+ description: "Find recipients. Find valid recipients (users, courses and groups) that the current user can send messages to. The /api/v1/search/recipients path is the preferred endpoint, /api/v1/conversations/find_recipients is deprecated. Pagination is supported."
1333
+
1334
+ field :list_all_courses,
1335
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAllCourse,
1336
+ description: "List all courses. A paginated list of all courses visible in the public index"
1337
+
1338
+ field :list_course_sections,
1339
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCourseSection,
1340
+ description: "List course sections. A paginated list of the list of sections for this course."
1341
+
1342
+ field :get_section_information_courses,
1343
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSectionInformationCourse,
1344
+ description: "Get section information. Gets details about a specific section"
1345
+
1346
+ field :get_section_information_sections,
1347
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSectionInformationSection,
1348
+ description: "Get section information. Gets details about a specific section"
1349
+
1350
+ field :get_kaltura_config,
1351
+ resolver: LMSGraphQL::Resolvers::Canvas::GetKalturaConfig,
1352
+ description: "Get Kaltura config. Return the config information for the Kaltura plugin in json format."
1353
+
1354
+ field :list_assignment_submissions_courses,
1355
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignmentSubmissionsCourse,
1356
+ description: "List assignment submissions. A paginated list of all existing submissions for an assignment."
1357
+
1358
+ field :list_assignment_submissions_sections,
1359
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAssignmentSubmissionsSection,
1360
+ description: "List assignment submissions. A paginated list of all existing submissions for an assignment."
1361
+
1362
+ field :list_submissions_for_multiple_assignments_courses,
1363
+ resolver: LMSGraphQL::Resolvers::Canvas::ListSubmissionsForMultipleAssignmentsCourse,
1364
+ description: "List submissions for multiple assignments. A paginated list of all existing submissions for a given set of students and assignments."
1365
+
1366
+ field :list_submissions_for_multiple_assignments_sections,
1367
+ resolver: LMSGraphQL::Resolvers::Canvas::ListSubmissionsForMultipleAssignmentsSection,
1368
+ description: "List submissions for multiple assignments. A paginated list of all existing submissions for a given set of students and assignments."
1369
+
1370
+ field :get_single_submission_courses,
1371
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleSubmissionCourse,
1372
+ description: "Get a single submission. Get a single submission, based on user id."
1373
+
1374
+ field :get_single_submission_sections,
1375
+ resolver: LMSGraphQL::Resolvers::Canvas::GetSingleSubmissionSection,
1376
+ description: "Get a single submission. Get a single submission, based on user id."
1377
+
1378
+ field :list_gradeable_students,
1379
+ resolver: LMSGraphQL::Resolvers::Canvas::ListGradeableStudent,
1380
+ description: "List gradeable students. A paginated list of students eligible to submit the assignment. The caller must have permission to view grades. Section-limited instructors will only see students in their own sections. returns [UserDisplay]"
1381
+
1382
+ field :list_multiple_assignments_gradeable_students,
1383
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMultipleAssignmentsGradeableStudent,
1384
+ description: "List multiple assignments gradeable students. A paginated list of students eligible to submit a list of assignments. The caller must have permission to view grades for the requested course. Section-limited instructors will only see students in their own sections."
1385
+
1386
+ field :submission_summary_courses,
1387
+ resolver: LMSGraphQL::Resolvers::Canvas::SubmissionSummaryCourse,
1388
+ description: "Submission Summary. Returns the number of submissions for the given assignment based on gradeable students that fall into three categories: graded, ungraded, not submitted."
1389
+
1390
+ field :submission_summary_sections,
1391
+ resolver: LMSGraphQL::Resolvers::Canvas::SubmissionSummarySection,
1392
+ description: "Submission Summary. Returns the number of submissions for the given assignment based on gradeable students that fall into three categories: graded, ungraded, not submitted."
1393
+
1394
+ field :list_available_tabs_for_course_or_group_courses,
1395
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAvailableTabsForCourseOrGroupCourse,
1396
+ description: "List available tabs for a course or group. Returns a paginated list of navigation tabs available in the current context."
1397
+
1398
+ field :list_available_tabs_for_course_or_group_groups,
1399
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAvailableTabsForCourseOrGroupGroup,
1400
+ description: "List available tabs for a course or group. Returns a paginated list of navigation tabs available in the current context."
1401
+
1402
+ field :list_observees,
1403
+ resolver: LMSGraphQL::Resolvers::Canvas::ListObservee,
1404
+ description: "List observees. A paginated list of the users that the given user is observing. *Note:* all users are allowed to list their own observees. Administrators can list other users' observees. The returned observees will include an attribute 'observation_link_root_account_ids', a list of ids for the root accounts the observer and observee are linked on. The observer will only be able to observe in courses associated with these root accounts."
1405
+
1406
+ field :show_observee,
1407
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowObservee,
1408
+ description: "Show an observee. Gets information about an observed user. *Note:* all users are allowed to view their own observees."
1409
+
1410
+ field :list_users_in_account,
1411
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUsersInAccount,
1412
+ description: "List users in account. A paginated list of of users associated with this account. @example_request curl https: <canvas>/api/v1/accounts/self/users?search_term=<search value> \ -X GET \ -H 'Authorization: Bearer <token>'"
1413
+
1414
+ field :list_activity_stream_self,
1415
+ resolver: LMSGraphQL::Resolvers::Canvas::ListActivityStreamSelf,
1416
+ description: "List the activity stream. Returns the current user's global activity stream, paginated. There are many types of objects that can be returned in the activity stream. All object types have the same basic set of shared attributes: !!!javascript { 'created_at': '2011-07-13T09:12:00Z', 'updated_at': '2011-07-25T08:52:41Z', 'id': 1234, 'title': 'Stream Item Subject', 'message': 'This is the body text of the activity stream item. It is plain-text, and can be multiple paragraphs.', 'type': 'DiscussionTopic|Conversation|Message|Submission|Conference|Collaboration|AssessmentRequest...', 'read_state': false, 'context_type': 'course', course|group 'course_id': 1, 'group_id': null, 'html_url': 'http: ...' URL to the Canvas web UI for this stream item } In addition, each item type has its own set of attributes available. DiscussionTopic: !!!javascript { 'type': 'DiscussionTopic', 'discussion_topic_id': 1234, 'total_root_discussion_entries': 5, 'require_initial_post': true, 'user_has_posted': true, 'root_discussion_entries': { ... } } For DiscussionTopic, the message is truncated at 4kb. Announcement: !!!javascript { 'type': 'Announcement', 'announcement_id': 1234, 'total_root_discussion_entries': 5, 'require_initial_post': true, 'user_has_posted': null, 'root_discussion_entries': { ... } } For Announcement, the message is truncated at 4kb. Conversation: !!!javascript { 'type': 'Conversation', 'conversation_id': 1234, 'private': false, 'participant_count': 3, } Message: !!!javascript { 'type': 'Message', 'message_id': 1234, 'notification_category': 'Assignment Graded' } Submission: Returns an {api:Submissions:Submission Submission} with its Course and Assignment data. Conference: !!!javascript { 'type': 'Conference', 'web_conference_id': 1234 } Collaboration: !!!javascript { 'type': 'Collaboration', 'collaboration_id': 1234 } AssessmentRequest: !!!javascript { 'type': 'AssessmentRequest', 'assessment_request_id': 1234 }"
1417
+
1418
+ field :list_activity_stream_activity_stream,
1419
+ resolver: LMSGraphQL::Resolvers::Canvas::ListActivityStreamActivityStream,
1420
+ description: "List the activity stream. Returns the current user's global activity stream, paginated. There are many types of objects that can be returned in the activity stream. All object types have the same basic set of shared attributes: !!!javascript { 'created_at': '2011-07-13T09:12:00Z', 'updated_at': '2011-07-25T08:52:41Z', 'id': 1234, 'title': 'Stream Item Subject', 'message': 'This is the body text of the activity stream item. It is plain-text, and can be multiple paragraphs.', 'type': 'DiscussionTopic|Conversation|Message|Submission|Conference|Collaboration|AssessmentRequest...', 'read_state': false, 'context_type': 'course', course|group 'course_id': 1, 'group_id': null, 'html_url': 'http: ...' URL to the Canvas web UI for this stream item } In addition, each item type has its own set of attributes available. DiscussionTopic: !!!javascript { 'type': 'DiscussionTopic', 'discussion_topic_id': 1234, 'total_root_discussion_entries': 5, 'require_initial_post': true, 'user_has_posted': true, 'root_discussion_entries': { ... } } For DiscussionTopic, the message is truncated at 4kb. Announcement: !!!javascript { 'type': 'Announcement', 'announcement_id': 1234, 'total_root_discussion_entries': 5, 'require_initial_post': true, 'user_has_posted': null, 'root_discussion_entries': { ... } } For Announcement, the message is truncated at 4kb. Conversation: !!!javascript { 'type': 'Conversation', 'conversation_id': 1234, 'private': false, 'participant_count': 3, } Message: !!!javascript { 'type': 'Message', 'message_id': 1234, 'notification_category': 'Assignment Graded' } Submission: Returns an {api:Submissions:Submission Submission} with its Course and Assignment data. Conference: !!!javascript { 'type': 'Conference', 'web_conference_id': 1234 } Collaboration: !!!javascript { 'type': 'Collaboration', 'collaboration_id': 1234 } AssessmentRequest: !!!javascript { 'type': 'AssessmentRequest', 'assessment_request_id': 1234 }"
1421
+
1422
+ field :activity_stream_summary,
1423
+ resolver: LMSGraphQL::Resolvers::Canvas::ActivityStreamSummary,
1424
+ description: "Activity stream summary. Returns a summary of the current user's global activity stream."
1425
+
1426
+ field :list_todo_items,
1427
+ resolver: LMSGraphQL::Resolvers::Canvas::ListTodoItem,
1428
+ description: "List the TODO items. A paginated list of the current user's list of todo items, as seen on the user dashboard. There is a limit to the number of items returned. The `ignore` and `ignore_permanently` URLs can be used to update the user's preferences on what items will be displayed. Performing a DELETE request against the `ignore` URL will hide that item from future todo item requests, until the item changes. Performing a DELETE request against the `ignore_permanently` URL will hide that item forever."
1429
+
1430
+ field :list_counts_for_todo_items,
1431
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCountsForTodoItem,
1432
+ description: "List counts for todo items. Counts of different todo items such as the number of assignments needing grading as well as the number of assignments needing submitting. There is a limit to the number of todo items this endpoint will count. It will only look at the first 100 todo items for the user. If the user has more than 100 todo items this count may not be reliable. The largest reliable number for both counts is 100."
1433
+
1434
+ field :list_upcoming_assignments_calendar_events,
1435
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUpcomingAssignmentsCalendarEvent,
1436
+ description: "List upcoming assignments, calendar events. A paginated list of the current user's upcoming events, i.e. the same things shown in the dashboard 'Coming Up' sidebar."
1437
+
1438
+ field :list_missing_submissions,
1439
+ resolver: LMSGraphQL::Resolvers::Canvas::ListMissingSubmission,
1440
+ description: "List Missing Submissions. A paginated list of past-due assignments for which the student does not have a submission. The user sending the request must either be an admin or a parent observer using the parent app"
1441
+
1442
+ field :show_user_details,
1443
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowUserDetail,
1444
+ description: "Show user details. Shows details for user. Also includes an attribute 'permissions', a non-comprehensive list of permissions for the user. Example: !!!javascript 'permissions': { 'can_update_name': true, Whether the user can update their name. 'can_update_avatar': false Whether the user can update their avatar. }"
1445
+
1446
+ field :update_user_settings,
1447
+ resolver: LMSGraphQL::Resolvers::Canvas::UpdateUserSetting,
1448
+ description: "Update user settings.. Update an existing user's settings."
1449
+
1450
+ field :get_custom_colors,
1451
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCustomColor,
1452
+ description: "Get custom colors. Returns all custom colors that have been saved for a user."
1453
+
1454
+ field :get_custom_color,
1455
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCustomColor,
1456
+ description: "Get custom color. Returns the custom colors that have been saved for a user for a given context. The asset_string parameter should be in the format 'context_id', for example 'course_42'."
1457
+
1458
+ field :get_dashboard_positions,
1459
+ resolver: LMSGraphQL::Resolvers::Canvas::GetDashboardPosition,
1460
+ description: "Get dashboard positions. Returns all dashboard positions that have been saved for a user."
1461
+
1462
+ field :get_user_profile,
1463
+ resolver: LMSGraphQL::Resolvers::Canvas::GetUserProfile,
1464
+ description: "Get user profile. Returns user profile data, including user id, name, and profile pic. When requesting the profile for the user accessing the API, the user's calendar feed URL and LTI user id will be returned as well."
1465
+
1466
+ field :list_avatar_options,
1467
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAvatarOption,
1468
+ description: "List avatar options. A paginated list of the possible user avatar options that can be set with the user update endpoint. The response will be an array of avatar records. If the 'type' field is 'attachment', the record will include all the normal attachment json fields; otherwise it will include only the 'url' and 'display_name' fields. Additionally, all records will include a 'type' field and a 'token' field. The following explains each field in more detail type:: ['gravatar'|'attachment'|'no_pic'] The type of avatar record, for categorization purposes. url:: The url of the avatar token:: A unique representation of the avatar record which can be used to set the avatar with the user update endpoint. Note: this is an internal representation and is subject to change without notice. It should be consumed with this api endpoint and used in the user update endpoint, and should not be constructed by the client. display_name:: A textual description of the avatar record id:: ['attachment' type only] the internal id of the attachment content-type:: ['attachment' type only] the content-type of the attachment filename:: ['attachment' type only] the filename of the attachment size:: ['attachment' type only] the size of the attachment"
1469
+
1470
+ field :list_user_page_views,
1471
+ resolver: LMSGraphQL::Resolvers::Canvas::ListUserPageView,
1472
+ description: "List user page views. Return a paginated list of the user's page view history in json format, similar to the available CSV download. Page views are returned in descending order, newest to oldest."
1473
+
1474
+ field :load_custom_data,
1475
+ resolver: LMSGraphQL::Resolvers::Canvas::LoadCustomDatum,
1476
+ description: "Load custom data. Load custom user data. Arbitrary JSON data can be stored for a User. This API call retrieves that data for a (optional) given scope. See {api:UsersController#set_custom_data Store Custom Data} for details and examples. On success, this endpoint returns an object containing the data that was requested. Responds with status code 400 if the namespace parameter, +ns+, is missing or invalid, or if the specified scope does not contain any data."
1477
+
1478
+ field :list_course_nicknames,
1479
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCourseNickname,
1480
+ description: "List course nicknames. Returns all course nicknames you have set."
1481
+
1482
+ field :get_course_nickname,
1483
+ resolver: LMSGraphQL::Resolvers::Canvas::GetCourseNickname,
1484
+ description: "Get course nickname. Returns the nickname for a specific course."
1485
+
1486
+ field :show_single_webhook_subscription,
1487
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowSingleWebhookSubscription,
1488
+ description: "Show a single Webhook Subscription. "
1489
+
1490
+ field :list_all_webhook_subscription_for_tool_proxy,
1491
+ resolver: LMSGraphQL::Resolvers::Canvas::ListAllWebhookSubscriptionForToolProxy,
1492
+ description: "List all Webhook Subscription for a tool proxy. This endpoint returns a paginated list with a default limit of 100 items per result set. You can retrieve the next result set by setting a 'StartKey' header in your next request with the value of the 'EndKey' header in the response. Example use of a 'StartKey' header object: { 'Id':'71d6dfba-0547-477d-b41d-db8cb528c6d1','DeveloperKey':'10000000000001' }"
1493
+
1494
+ field :list_courses_with_their_latest_epub_export,
1495
+ resolver: LMSGraphQL::Resolvers::Canvas::ListCoursesWithTheirLatestEpubExport,
1496
+ description: "List courses with their latest ePub export. A paginated list of all courses a user is actively participating in, and the latest ePub export associated with the user & course."
1497
+
1498
+ field :show_epub_export,
1499
+ resolver: LMSGraphQL::Resolvers::Canvas::ShowEpubExport,
1500
+ description: "Show ePub export. Get information about a single ePub export."
1501
+ end
1502
+ end
1503
+ end
1504
+ end