lms-graphql-api 1.1.1 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (708) hide show
  1. checksums.yaml +5 -5
  2. data/lib/lms_graphql/mutations/canvas/abort_all_pending_sis_imports.rb +3 -0
  3. data/lib/lms_graphql/mutations/canvas/abort_generation_of_report_or_remove_previously_generated_one.rb +3 -0
  4. data/lib/lms_graphql/mutations/canvas/abort_sis_import.rb +3 -0
  5. data/lib/lms_graphql/mutations/canvas/accept_course_invitation.rb +3 -0
  6. data/lib/lms_graphql/mutations/canvas/activate_role.rb +3 -0
  7. data/lib/lms_graphql/mutations/canvas/add_allowed_domain_to_account.rb +27 -0
  8. data/lib/lms_graphql/mutations/canvas/add_authentication_provider.rb +3 -0
  9. data/lib/lms_graphql/mutations/canvas/add_course_to_favorites.rb +3 -0
  10. data/lib/lms_graphql/mutations/canvas/add_group_to_favorites.rb +3 -0
  11. data/lib/lms_graphql/mutations/canvas/add_message.rb +3 -0
  12. data/lib/lms_graphql/mutations/canvas/add_multiple_allowed_domains_to_account.rb +27 -0
  13. data/lib/lms_graphql/mutations/canvas/add_observee.rb +3 -0
  14. data/lib/lms_graphql/mutations/canvas/add_observee_with_credentials.rb +3 -0
  15. data/lib/lms_graphql/mutations/canvas/add_recipients.rb +3 -0
  16. data/lib/lms_graphql/mutations/canvas/add_tool_to_rce_favorites.rb +26 -0
  17. data/lib/lms_graphql/mutations/canvas/add_users_to_content_share.rb +29 -0
  18. data/lib/lms_graphql/mutations/canvas/adds_last_attended_date_to_student_enrollment_in_course.rb +3 -0
  19. data/lib/lms_graphql/mutations/canvas/answering_questions.rb +3 -0
  20. data/lib/lms_graphql/mutations/canvas/assign_unassigned_members.rb +3 -0
  21. data/lib/lms_graphql/mutations/canvas/batch_create_overrides_in_course.rb +3 -0
  22. data/lib/lms_graphql/mutations/canvas/batch_update_conversations.rb +3 -0
  23. data/lib/lms_graphql/mutations/canvas/batch_update_overrides_in_course.rb +3 -0
  24. data/lib/lms_graphql/mutations/canvas/begin_migration_to_push_to_associated_courses.rb +7 -2
  25. data/lib/lms_graphql/mutations/canvas/bulk_select_provisional_grades.rb +3 -0
  26. data/lib/lms_graphql/mutations/canvas/bulk_update_assignment_dates.rb +24 -0
  27. data/lib/lms_graphql/mutations/canvas/bulk_update_column_data.rb +3 -0
  28. data/lib/lms_graphql/mutations/canvas/clear_course_nicknames.rb +3 -0
  29. data/lib/lms_graphql/mutations/canvas/close_notification_for_user.rb +3 -0
  30. data/lib/lms_graphql/mutations/canvas/complete_quiz_submission_turn_it_in.rb +3 -0
  31. data/lib/lms_graphql/mutations/canvas/conclude_deactivate_or_delete_enrollment.rb +3 -0
  32. data/lib/lms_graphql/mutations/canvas/confirm_image_selection.rb +24 -0
  33. data/lib/lms_graphql/mutations/canvas/copy_course_content.rb +3 -0
  34. data/lib/lms_graphql/mutations/canvas/copy_file.rb +3 -0
  35. data/lib/lms_graphql/mutations/canvas/copy_folder.rb +3 -0
  36. data/lib/lms_graphql/mutations/canvas/course_quiz_extensions_set_extensions_for_student_quiz_submissions.rb +3 -0
  37. data/lib/lms_graphql/mutations/canvas/courses_preview_processed_html.rb +3 -0
  38. data/lib/lms_graphql/mutations/canvas/courses_upload_file.rb +3 -0
  39. data/lib/lms_graphql/mutations/canvas/create_appointment_group.rb +3 -0
  40. data/lib/lms_graphql/mutations/canvas/create_assignment.rb +16 -3
  41. data/lib/lms_graphql/mutations/canvas/create_assignment_group.rb +3 -0
  42. data/lib/lms_graphql/mutations/canvas/create_assignment_override.rb +3 -0
  43. data/lib/lms_graphql/mutations/canvas/create_bookmark.rb +3 -0
  44. data/lib/lms_graphql/mutations/canvas/create_calendar_event.rb +3 -0
  45. data/lib/lms_graphql/mutations/canvas/create_communication_channel.rb +3 -0
  46. data/lib/lms_graphql/mutations/canvas/create_content_migration_accounts.rb +19 -2
  47. data/lib/lms_graphql/mutations/canvas/create_content_migration_courses.rb +19 -2
  48. data/lib/lms_graphql/mutations/canvas/create_content_migration_groups.rb +19 -2
  49. data/lib/lms_graphql/mutations/canvas/create_content_migration_users.rb +19 -2
  50. data/lib/lms_graphql/mutations/canvas/create_content_share.rb +31 -0
  51. data/lib/lms_graphql/mutations/canvas/create_conversation.rb +3 -0
  52. data/lib/lms_graphql/mutations/canvas/create_course_section.rb +3 -0
  53. data/lib/lms_graphql/mutations/canvas/create_custom_gradebook_column.rb +3 -0
  54. data/lib/lms_graphql/mutations/canvas/create_enrollment_term.rb +3 -0
  55. data/lib/lms_graphql/mutations/canvas/create_epub_export.rb +3 -0
  56. data/lib/lms_graphql/mutations/canvas/create_error_report.rb +3 -0
  57. data/lib/lms_graphql/mutations/canvas/create_external_feed_courses.rb +3 -0
  58. data/lib/lms_graphql/mutations/canvas/create_external_feed_groups.rb +3 -0
  59. data/lib/lms_graphql/mutations/canvas/create_external_tool_accounts.rb +9 -2
  60. data/lib/lms_graphql/mutations/canvas/create_external_tool_courses.rb +9 -2
  61. data/lib/lms_graphql/mutations/canvas/create_folder_courses.rb +3 -0
  62. data/lib/lms_graphql/mutations/canvas/create_folder_folders.rb +3 -0
  63. data/lib/lms_graphql/mutations/canvas/create_folder_groups.rb +3 -0
  64. data/lib/lms_graphql/mutations/canvas/create_folder_users.rb +3 -0
  65. data/lib/lms_graphql/mutations/canvas/create_global_notification.rb +3 -0
  66. data/lib/lms_graphql/mutations/canvas/create_group_category_accounts.rb +3 -0
  67. data/lib/lms_graphql/mutations/canvas/create_group_category_courses.rb +3 -0
  68. data/lib/lms_graphql/mutations/canvas/create_group_group_categories.rb +3 -0
  69. data/lib/lms_graphql/mutations/canvas/create_group_groups.rb +3 -0
  70. data/lib/lms_graphql/mutations/canvas/create_jwt.rb +3 -0
  71. data/lib/lms_graphql/mutations/canvas/create_late_policy.rb +3 -0
  72. data/lib/lms_graphql/mutations/canvas/create_line_item.rb +37 -0
  73. data/lib/lms_graphql/mutations/canvas/create_link_outcome_accounts.rb +3 -0
  74. data/lib/lms_graphql/mutations/canvas/create_link_outcome_accounts_outcome_id.rb +3 -0
  75. data/lib/lms_graphql/mutations/canvas/create_link_outcome_courses.rb +3 -0
  76. data/lib/lms_graphql/mutations/canvas/create_link_outcome_courses_outcome_id.rb +3 -0
  77. data/lib/lms_graphql/mutations/canvas/create_link_outcome_global.rb +3 -0
  78. data/lib/lms_graphql/mutations/canvas/create_link_outcome_global_outcome_id.rb +3 -0
  79. data/lib/lms_graphql/mutations/canvas/create_live_assessment_results.rb +3 -0
  80. data/lib/lms_graphql/mutations/canvas/create_membership.rb +3 -0
  81. data/lib/lms_graphql/mutations/canvas/create_module.rb +7 -1
  82. data/lib/lms_graphql/mutations/canvas/create_module_item.rb +3 -0
  83. data/lib/lms_graphql/mutations/canvas/create_new_course.rb +6 -1
  84. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_courses.rb +3 -0
  85. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_groups.rb +3 -0
  86. data/lib/lms_graphql/mutations/canvas/create_new_grading_standard_accounts.rb +3 -0
  87. data/lib/lms_graphql/mutations/canvas/create_new_grading_standard_courses.rb +3 -0
  88. data/lib/lms_graphql/mutations/canvas/create_new_role.rb +3 -0
  89. data/lib/lms_graphql/mutations/canvas/create_new_sub_account.rb +3 -0
  90. data/lib/lms_graphql/mutations/canvas/create_observer_pairing_code.rb +24 -0
  91. data/lib/lms_graphql/mutations/canvas/create_or_find_live_assessment.rb +3 -0
  92. data/lib/lms_graphql/mutations/canvas/create_or_update_events_directly_for_course_timetable.rb +7 -2
  93. data/lib/lms_graphql/mutations/canvas/create_originality_report.rb +9 -2
  94. data/lib/lms_graphql/mutations/canvas/create_page_courses.rb +3 -0
  95. data/lib/lms_graphql/mutations/canvas/create_page_groups.rb +3 -0
  96. data/lib/lms_graphql/mutations/canvas/create_planner_note.rb +3 -0
  97. data/lib/lms_graphql/mutations/canvas/create_planner_override.rb +3 -0
  98. data/lib/lms_graphql/mutations/canvas/create_question_group.rb +3 -0
  99. data/lib/lms_graphql/mutations/canvas/create_quiz.rb +3 -0
  100. data/lib/lms_graphql/mutations/canvas/create_quiz_report.rb +3 -0
  101. data/lib/lms_graphql/mutations/canvas/create_quiz_submission_start_quiz_taking_session.rb +3 -0
  102. data/lib/lms_graphql/mutations/canvas/create_rubricassociation.rb +41 -0
  103. data/lib/lms_graphql/mutations/canvas/create_score.rb +43 -0
  104. data/lib/lms_graphql/mutations/canvas/create_single_poll.rb +3 -0
  105. data/lib/lms_graphql/mutations/canvas/create_single_poll_choice.rb +3 -0
  106. data/lib/lms_graphql/mutations/canvas/create_single_poll_session.rb +3 -0
  107. data/lib/lms_graphql/mutations/canvas/create_single_poll_submission.rb +3 -0
  108. data/lib/lms_graphql/mutations/canvas/create_single_quiz_question.rb +3 -0
  109. data/lib/lms_graphql/mutations/canvas/create_single_rubric.rb +3 -0
  110. data/lib/lms_graphql/mutations/canvas/create_single_rubric_assessment.rb +35 -0
  111. data/lib/lms_graphql/mutations/canvas/create_subgroup_accounts.rb +3 -0
  112. data/lib/lms_graphql/mutations/canvas/create_subgroup_courses.rb +3 -0
  113. data/lib/lms_graphql/mutations/canvas/create_subgroup_global.rb +3 -0
  114. data/lib/lms_graphql/mutations/canvas/create_update_proficiency_ratings_accounts.rb +33 -0
  115. data/lib/lms_graphql/mutations/canvas/create_update_proficiency_ratings_courses.rb +33 -0
  116. data/lib/lms_graphql/mutations/canvas/create_user.rb +9 -4
  117. data/lib/lms_graphql/mutations/canvas/create_user_login.rb +3 -0
  118. data/lib/lms_graphql/mutations/canvas/create_webhook_subscription.rb +6 -3
  119. data/lib/lms_graphql/mutations/canvas/cross_list_section.rb +3 -0
  120. data/lib/lms_graphql/mutations/canvas/de_cross_list_section.rb +3 -0
  121. data/lib/lms_graphql/mutations/canvas/deactivate_role.rb +3 -0
  122. data/lib/lms_graphql/mutations/canvas/delete_appointment_group.rb +3 -0
  123. data/lib/lms_graphql/mutations/canvas/delete_assignment.rb +3 -0
  124. data/lib/lms_graphql/mutations/canvas/delete_assignment_override.rb +3 -0
  125. data/lib/lms_graphql/mutations/canvas/delete_authentication_provider.rb +3 -0
  126. data/lib/lms_graphql/mutations/canvas/delete_bookmark.rb +3 -0
  127. data/lib/lms_graphql/mutations/canvas/delete_calendar_event.rb +3 -0
  128. data/lib/lms_graphql/mutations/canvas/delete_communication_channel_id.rb +3 -0
  129. data/lib/lms_graphql/mutations/canvas/delete_communication_channel_type.rb +3 -0
  130. data/lib/lms_graphql/mutations/canvas/delete_conclude_course.rb +3 -0
  131. data/lib/lms_graphql/mutations/canvas/delete_conversation.rb +3 -0
  132. data/lib/lms_graphql/mutations/canvas/delete_custom_data.rb +3 -0
  133. data/lib/lms_graphql/mutations/canvas/delete_custom_gradebook_column.rb +3 -0
  134. data/lib/lms_graphql/mutations/canvas/delete_enrollment_term.rb +3 -0
  135. data/lib/lms_graphql/mutations/canvas/delete_entry_courses.rb +3 -0
  136. data/lib/lms_graphql/mutations/canvas/delete_entry_groups.rb +3 -0
  137. data/lib/lms_graphql/mutations/canvas/delete_external_feed_courses.rb +3 -0
  138. data/lib/lms_graphql/mutations/canvas/delete_external_feed_groups.rb +3 -0
  139. data/lib/lms_graphql/mutations/canvas/delete_external_tool_accounts.rb +3 -0
  140. data/lib/lms_graphql/mutations/canvas/delete_external_tool_courses.rb +3 -0
  141. data/lib/lms_graphql/mutations/canvas/delete_file.rb +3 -0
  142. data/lib/lms_graphql/mutations/canvas/delete_folder.rb +3 -0
  143. data/lib/lms_graphql/mutations/canvas/delete_grading_period_accounts.rb +3 -0
  144. data/lib/lms_graphql/mutations/canvas/delete_grading_period_courses.rb +3 -0
  145. data/lib/lms_graphql/mutations/canvas/delete_group.rb +3 -0
  146. data/lib/lms_graphql/mutations/canvas/delete_group_category.rb +3 -0
  147. data/lib/lms_graphql/mutations/canvas/delete_line_item.rb +26 -0
  148. data/lib/lms_graphql/mutations/canvas/delete_message.rb +3 -0
  149. data/lib/lms_graphql/mutations/canvas/delete_module.rb +7 -1
  150. data/lib/lms_graphql/mutations/canvas/delete_module_item.rb +3 -0
  151. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_accounts.rb +3 -0
  152. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_courses.rb +3 -0
  153. data/lib/lms_graphql/mutations/canvas/delete_outcome_group_global.rb +3 -0
  154. data/lib/lms_graphql/mutations/canvas/delete_page_courses.rb +3 -0
  155. data/lib/lms_graphql/mutations/canvas/delete_page_groups.rb +3 -0
  156. data/lib/lms_graphql/mutations/canvas/delete_peer_review_courses.rb +3 -0
  157. data/lib/lms_graphql/mutations/canvas/delete_peer_review_sections.rb +3 -0
  158. data/lib/lms_graphql/mutations/canvas/delete_planner_note.rb +3 -0
  159. data/lib/lms_graphql/mutations/canvas/delete_planner_override.rb +3 -0
  160. data/lib/lms_graphql/mutations/canvas/delete_poll.rb +3 -0
  161. data/lib/lms_graphql/mutations/canvas/delete_poll_choice.rb +3 -0
  162. data/lib/lms_graphql/mutations/canvas/delete_poll_session.rb +3 -0
  163. data/lib/lms_graphql/mutations/canvas/delete_push_notification_endpoint.rb +3 -0
  164. data/lib/lms_graphql/mutations/canvas/delete_question_group.rb +3 -0
  165. data/lib/lms_graphql/mutations/canvas/delete_quiz.rb +3 -0
  166. data/lib/lms_graphql/mutations/canvas/delete_quiz_question.rb +3 -0
  167. data/lib/lms_graphql/mutations/canvas/delete_report.rb +3 -0
  168. data/lib/lms_graphql/mutations/canvas/delete_rubricassociation.rb +26 -0
  169. data/lib/lms_graphql/mutations/canvas/delete_section.rb +3 -0
  170. data/lib/lms_graphql/mutations/canvas/delete_single_rubric.rb +26 -0
  171. data/lib/lms_graphql/mutations/canvas/delete_single_rubric_assessment.rb +28 -0
  172. data/lib/lms_graphql/mutations/canvas/delete_sub_account.rb +3 -0
  173. data/lib/lms_graphql/mutations/canvas/delete_submission_comment.rb +30 -0
  174. data/lib/lms_graphql/mutations/canvas/delete_topic_courses.rb +3 -0
  175. data/lib/lms_graphql/mutations/canvas/delete_topic_groups.rb +3 -0
  176. data/lib/lms_graphql/mutations/canvas/delete_user_from_root_account.rb +3 -0
  177. data/lib/lms_graphql/mutations/canvas/delete_user_login.rb +3 -0
  178. data/lib/lms_graphql/mutations/canvas/delete_webhook_subscription.rb +3 -0
  179. data/lib/lms_graphql/mutations/canvas/deprecated_self_register_user.rb +43 -0
  180. data/lib/lms_graphql/mutations/canvas/destroy_assignment_group.rb +3 -0
  181. data/lib/lms_graphql/mutations/canvas/disable_assignments_currently_enabled_for_grade_export_to_sis.rb +3 -0
  182. data/lib/lms_graphql/mutations/canvas/duplicate_assignnment.rb +29 -0
  183. data/lib/lms_graphql/mutations/canvas/duplicate_discussion_topic_courses.rb +26 -0
  184. data/lib/lms_graphql/mutations/canvas/duplicate_discussion_topic_groups.rb +26 -0
  185. data/lib/lms_graphql/mutations/canvas/duplicate_page.rb +3 -0
  186. data/lib/lms_graphql/mutations/canvas/edit_assignment.rb +18 -3
  187. data/lib/lms_graphql/mutations/canvas/edit_assignment_group.rb +3 -0
  188. data/lib/lms_graphql/mutations/canvas/edit_conversation.rb +3 -0
  189. data/lib/lms_graphql/mutations/canvas/edit_external_tool_accounts.rb +3 -0
  190. data/lib/lms_graphql/mutations/canvas/edit_external_tool_courses.rb +3 -0
  191. data/lib/lms_graphql/mutations/canvas/edit_group.rb +3 -0
  192. data/lib/lms_graphql/mutations/canvas/edit_originality_report_files.rb +7 -2
  193. data/lib/lms_graphql/mutations/canvas/edit_originality_report_submissions.rb +7 -2
  194. data/lib/lms_graphql/mutations/canvas/edit_quiz.rb +3 -0
  195. data/lib/lms_graphql/mutations/canvas/edit_section.rb +3 -0
  196. data/lib/lms_graphql/mutations/canvas/edit_submission_comment.rb +33 -0
  197. data/lib/lms_graphql/mutations/canvas/edit_user.rb +7 -2
  198. data/lib/lms_graphql/mutations/canvas/edit_user_login.rb +7 -2
  199. data/lib/lms_graphql/mutations/canvas/enable_disable_or_clear_explicit_csp_setting_accounts.rb +3 -0
  200. data/lib/lms_graphql/mutations/canvas/enable_disable_or_clear_explicit_csp_setting_courses.rb +3 -0
  201. data/lib/lms_graphql/mutations/canvas/enroll_user_courses.rb +8 -1
  202. data/lib/lms_graphql/mutations/canvas/enroll_user_sections.rb +8 -1
  203. data/lib/lms_graphql/mutations/canvas/export_content_courses.rb +3 -0
  204. data/lib/lms_graphql/mutations/canvas/export_content_groups.rb +3 -0
  205. data/lib/lms_graphql/mutations/canvas/export_content_users.rb +3 -0
  206. data/lib/lms_graphql/mutations/canvas/files_upload_file.rb +3 -0
  207. data/lib/lms_graphql/mutations/canvas/flagging_question.rb +3 -0
  208. data/lib/lms_graphql/mutations/canvas/get_pandata_events_jwt_token_and_its_expiration_date.rb +3 -0
  209. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_assignments.rb +3 -0
  210. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_courses_submissions.rb +3 -0
  211. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_assignments.rb +3 -0
  212. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_multiple_submissions_sections_submissions.rb +3 -0
  213. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_courses.rb +3 -0
  214. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_sections.rb +3 -0
  215. data/lib/lms_graphql/mutations/canvas/groups_preview_processed_html.rb +3 -0
  216. data/lib/lms_graphql/mutations/canvas/groups_upload_file.rb +3 -0
  217. data/lib/lms_graphql/mutations/canvas/hide_all_stream_items.rb +3 -0
  218. data/lib/lms_graphql/mutations/canvas/hide_stream_item.rb +3 -0
  219. data/lib/lms_graphql/mutations/canvas/import_category_groups.rb +27 -0
  220. data/lib/lms_graphql/mutations/canvas/import_outcome_group_accounts.rb +3 -0
  221. data/lib/lms_graphql/mutations/canvas/import_outcome_group_courses.rb +3 -0
  222. data/lib/lms_graphql/mutations/canvas/import_outcome_group_global.rb +3 -0
  223. data/lib/lms_graphql/mutations/canvas/import_outcomes_accounts.rb +3 -0
  224. data/lib/lms_graphql/mutations/canvas/import_outcomes_courses.rb +3 -0
  225. data/lib/lms_graphql/mutations/canvas/import_sis_data.rb +7 -2
  226. data/lib/lms_graphql/mutations/canvas/invite_others_to_group.rb +3 -0
  227. data/lib/lms_graphql/mutations/canvas/leave_group_memberships.rb +3 -0
  228. data/lib/lms_graphql/mutations/canvas/leave_group_users.rb +3 -0
  229. data/lib/lms_graphql/mutations/canvas/lock_or_unlock_current_csp_settings_for_sub_accounts_and_courses.rb +27 -0
  230. data/lib/lms_graphql/mutations/canvas/make_account_admin.rb +3 -0
  231. data/lib/lms_graphql/mutations/canvas/mark_all_as_read.rb +3 -0
  232. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_read_courses.rb +3 -0
  233. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_read_groups.rb +3 -0
  234. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_unread_courses.rb +3 -0
  235. data/lib/lms_graphql/mutations/canvas/mark_all_entries_as_unread_groups.rb +3 -0
  236. data/lib/lms_graphql/mutations/canvas/mark_entry_as_read_courses.rb +3 -0
  237. data/lib/lms_graphql/mutations/canvas/mark_entry_as_read_groups.rb +3 -0
  238. data/lib/lms_graphql/mutations/canvas/mark_entry_as_unread_courses.rb +3 -0
  239. data/lib/lms_graphql/mutations/canvas/mark_entry_as_unread_groups.rb +3 -0
  240. data/lib/lms_graphql/mutations/canvas/mark_module_item_as_done_not_done.rb +3 -0
  241. data/lib/lms_graphql/mutations/canvas/mark_module_item_read.rb +3 -0
  242. data/lib/lms_graphql/mutations/canvas/mark_submission_as_read_courses.rb +3 -0
  243. data/lib/lms_graphql/mutations/canvas/mark_submission_as_read_sections.rb +3 -0
  244. data/lib/lms_graphql/mutations/canvas/mark_submission_as_unread_courses.rb +3 -0
  245. data/lib/lms_graphql/mutations/canvas/mark_submission_as_unread_sections.rb +3 -0
  246. data/lib/lms_graphql/mutations/canvas/mark_topic_as_read_courses.rb +3 -0
  247. data/lib/lms_graphql/mutations/canvas/mark_topic_as_read_groups.rb +3 -0
  248. data/lib/lms_graphql/mutations/canvas/mark_topic_as_unread_courses.rb +3 -0
  249. data/lib/lms_graphql/mutations/canvas/mark_topic_as_unread_groups.rb +3 -0
  250. data/lib/lms_graphql/mutations/canvas/merge_user_into_another_user_accounts.rb +3 -0
  251. data/lib/lms_graphql/mutations/canvas/merge_user_into_another_user_destination_user_id.rb +3 -0
  252. data/lib/lms_graphql/mutations/canvas/mutations.rb +37 -5
  253. data/lib/lms_graphql/mutations/canvas/patch_late_policy.rb +3 -0
  254. data/lib/lms_graphql/mutations/canvas/peer_reviews_create_peer_review_courses.rb +3 -0
  255. data/lib/lms_graphql/mutations/canvas/peer_reviews_create_peer_review_sections.rb +3 -0
  256. data/lib/lms_graphql/mutations/canvas/post_entry_courses.rb +3 -0
  257. data/lib/lms_graphql/mutations/canvas/post_entry_groups.rb +3 -0
  258. data/lib/lms_graphql/mutations/canvas/post_reply_courses.rb +3 -0
  259. data/lib/lms_graphql/mutations/canvas/post_reply_groups.rb +3 -0
  260. data/lib/lms_graphql/mutations/canvas/publish_provisional_grades_for_assignment.rb +3 -0
  261. data/lib/lms_graphql/mutations/canvas/quiz_extensions_set_extensions_for_student_quiz_submissions.rb +3 -0
  262. data/lib/lms_graphql/mutations/canvas/quiz_submission_files_upload_file.rb +3 -0
  263. data/lib/lms_graphql/mutations/canvas/rate_entry_courses.rb +3 -0
  264. data/lib/lms_graphql/mutations/canvas/rate_entry_groups.rb +3 -0
  265. data/lib/lms_graphql/mutations/canvas/re_activate_enrollment.rb +3 -0
  266. data/lib/lms_graphql/mutations/canvas/re_lock_module_progressions.rb +7 -1
  267. data/lib/lms_graphql/mutations/canvas/refresh_jwt.rb +3 -0
  268. data/lib/lms_graphql/mutations/canvas/reject_course_invitation.rb +3 -0
  269. data/lib/lms_graphql/mutations/canvas/remove_account_admin.rb +3 -0
  270. data/lib/lms_graphql/mutations/canvas/remove_content_share.rb +26 -0
  271. data/lib/lms_graphql/mutations/canvas/remove_course_from_favorites.rb +3 -0
  272. data/lib/lms_graphql/mutations/canvas/remove_course_nickname.rb +3 -0
  273. data/lib/lms_graphql/mutations/canvas/remove_domain_from_account.rb +26 -0
  274. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_accounts.rb +3 -0
  275. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_courses.rb +3 -0
  276. data/lib/lms_graphql/mutations/canvas/remove_feature_flag_users.rb +3 -0
  277. data/lib/lms_graphql/mutations/canvas/remove_group_from_favorites.rb +3 -0
  278. data/lib/lms_graphql/mutations/canvas/remove_observee.rb +3 -0
  279. data/lib/lms_graphql/mutations/canvas/remove_tool_from_rce_favorites.rb +26 -0
  280. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_courses.rb +3 -0
  281. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_groups.rb +3 -0
  282. data/lib/lms_graphql/mutations/canvas/remove_usage_rights_users.rb +3 -0
  283. data/lib/lms_graphql/mutations/canvas/reorder_custom_columns.rb +3 -0
  284. data/lib/lms_graphql/mutations/canvas/reorder_pinned_topics_courses.rb +3 -0
  285. data/lib/lms_graphql/mutations/canvas/reorder_pinned_topics_groups.rb +3 -0
  286. data/lib/lms_graphql/mutations/canvas/reorder_question_groups.rb +3 -0
  287. data/lib/lms_graphql/mutations/canvas/reorder_quiz_items.rb +3 -0
  288. data/lib/lms_graphql/mutations/canvas/reserve_time_slot.rb +3 -0
  289. data/lib/lms_graphql/mutations/canvas/reserve_time_slot_participant_id.rb +3 -0
  290. data/lib/lms_graphql/mutations/canvas/reset_course.rb +3 -0
  291. data/lib/lms_graphql/mutations/canvas/reset_course_favorites.rb +3 -0
  292. data/lib/lms_graphql/mutations/canvas/reset_group_favorites.rb +3 -0
  293. data/lib/lms_graphql/mutations/canvas/reset_link_verifier.rb +24 -0
  294. data/lib/lms_graphql/mutations/canvas/restore_workflow_states_of_sis_imported_items.rb +3 -0
  295. data/lib/lms_graphql/mutations/canvas/revert_to_revision_courses.rb +3 -0
  296. data/lib/lms_graphql/mutations/canvas/revert_to_revision_groups.rb +3 -0
  297. data/lib/lms_graphql/mutations/canvas/select_mastery_path.rb +3 -0
  298. data/lib/lms_graphql/mutations/canvas/select_provisional_grade.rb +3 -0
  299. data/lib/lms_graphql/mutations/canvas/select_students_for_moderation.rb +3 -0
  300. data/lib/lms_graphql/mutations/canvas/send_message_to_unsubmitted_or_submitted_users_for_quiz.rb +3 -0
  301. data/lib/lms_graphql/mutations/canvas/set_course_nickname.rb +3 -0
  302. data/lib/lms_graphql/mutations/canvas/set_course_timetable.rb +3 -0
  303. data/lib/lms_graphql/mutations/canvas/set_extensions_for_student_assignment_submissions.rb +3 -0
  304. data/lib/lms_graphql/mutations/canvas/set_feature_flag_accounts.rb +3 -0
  305. data/lib/lms_graphql/mutations/canvas/set_feature_flag_courses.rb +3 -0
  306. data/lib/lms_graphql/mutations/canvas/set_feature_flag_users.rb +3 -0
  307. data/lib/lms_graphql/mutations/canvas/set_or_remove_restrictions_on_blueprint_course_object.rb +3 -0
  308. data/lib/lms_graphql/mutations/canvas/set_usage_rights_courses.rb +3 -0
  309. data/lib/lms_graphql/mutations/canvas/set_usage_rights_groups.rb +3 -0
  310. data/lib/lms_graphql/mutations/canvas/set_usage_rights_users.rb +3 -0
  311. data/lib/lms_graphql/mutations/canvas/share_brandconfig_theme.rb +3 -0
  312. data/lib/lms_graphql/mutations/canvas/split_merged_users_into_separate_users.rb +3 -0
  313. data/lib/lms_graphql/mutations/canvas/start_kaltura_session.rb +3 -0
  314. data/lib/lms_graphql/mutations/canvas/start_report.rb +3 -0
  315. data/lib/lms_graphql/mutations/canvas/store_custom_data.rb +3 -0
  316. data/lib/lms_graphql/mutations/canvas/submission_comments_upload_file.rb +3 -0
  317. data/lib/lms_graphql/mutations/canvas/submit_assignment_courses.rb +9 -2
  318. data/lib/lms_graphql/mutations/canvas/submit_assignment_sections.rb +9 -2
  319. data/lib/lms_graphql/mutations/canvas/submit_captured_events.rb +3 -0
  320. data/lib/lms_graphql/mutations/canvas/subscribe_to_topic_courses.rb +3 -0
  321. data/lib/lms_graphql/mutations/canvas/subscribe_to_topic_groups.rb +3 -0
  322. data/lib/lms_graphql/mutations/canvas/un_share_brandconfig_theme.rb +3 -0
  323. data/lib/lms_graphql/mutations/canvas/unflagging_question.rb +3 -0
  324. data/lib/lms_graphql/mutations/canvas/unlink_outcome_accounts.rb +3 -0
  325. data/lib/lms_graphql/mutations/canvas/unlink_outcome_courses.rb +3 -0
  326. data/lib/lms_graphql/mutations/canvas/unlink_outcome_global.rb +3 -0
  327. data/lib/lms_graphql/mutations/canvas/unsubscribe_from_topic_courses.rb +3 -0
  328. data/lib/lms_graphql/mutations/canvas/unsubscribe_from_topic_groups.rb +3 -0
  329. data/lib/lms_graphql/mutations/canvas/update_account.rb +16 -1
  330. data/lib/lms_graphql/mutations/canvas/update_account_auth_settings.rb +3 -0
  331. data/lib/lms_graphql/mutations/canvas/update_appointment_group.rb +3 -0
  332. data/lib/lms_graphql/mutations/canvas/update_assignment_override.rb +3 -0
  333. data/lib/lms_graphql/mutations/canvas/update_associated_courses.rb +3 -0
  334. data/lib/lms_graphql/mutations/canvas/update_authentication_provider.rb +3 -0
  335. data/lib/lms_graphql/mutations/canvas/update_bookmark.rb +3 -0
  336. data/lib/lms_graphql/mutations/canvas/update_calendar_event.rb +3 -0
  337. data/lib/lms_graphql/mutations/canvas/update_column_data.rb +3 -0
  338. data/lib/lms_graphql/mutations/canvas/update_content_migration_accounts.rb +3 -0
  339. data/lib/lms_graphql/mutations/canvas/update_content_migration_courses.rb +3 -0
  340. data/lib/lms_graphql/mutations/canvas/update_content_migration_groups.rb +3 -0
  341. data/lib/lms_graphql/mutations/canvas/update_content_migration_users.rb +3 -0
  342. data/lib/lms_graphql/mutations/canvas/update_content_share.rb +29 -0
  343. data/lib/lms_graphql/mutations/canvas/update_course.rb +11 -2
  344. data/lib/lms_graphql/mutations/canvas/update_course_settings.rb +13 -2
  345. data/lib/lms_graphql/mutations/canvas/update_courses.rb +3 -0
  346. data/lib/lms_graphql/mutations/canvas/update_create_front_page_courses.rb +3 -0
  347. data/lib/lms_graphql/mutations/canvas/update_create_front_page_groups.rb +3 -0
  348. data/lib/lms_graphql/mutations/canvas/update_create_page_courses.rb +3 -0
  349. data/lib/lms_graphql/mutations/canvas/update_create_page_groups.rb +3 -0
  350. data/lib/lms_graphql/mutations/canvas/update_custom_color.rb +3 -0
  351. data/lib/lms_graphql/mutations/canvas/update_custom_gradebook_column.rb +3 -0
  352. data/lib/lms_graphql/mutations/canvas/update_dashboard_positions.rb +3 -0
  353. data/lib/lms_graphql/mutations/canvas/update_enrollment_term.rb +3 -0
  354. data/lib/lms_graphql/mutations/canvas/update_entry_courses.rb +3 -0
  355. data/lib/lms_graphql/mutations/canvas/update_entry_groups.rb +3 -0
  356. data/lib/lms_graphql/mutations/canvas/update_existing_quiz_question.rb +3 -0
  357. data/lib/lms_graphql/mutations/canvas/update_file.rb +3 -0
  358. data/lib/lms_graphql/mutations/canvas/update_folder.rb +3 -0
  359. data/lib/lms_graphql/mutations/canvas/update_global_notification.rb +3 -0
  360. data/lib/lms_graphql/mutations/canvas/update_group_category.rb +3 -0
  361. data/lib/lms_graphql/mutations/canvas/update_line_item.rb +35 -0
  362. data/lib/lms_graphql/mutations/canvas/update_media_object.rb +27 -0
  363. data/lib/lms_graphql/mutations/canvas/update_media_tracks.rb +27 -0
  364. data/lib/lms_graphql/mutations/canvas/update_membership_memberships.rb +3 -0
  365. data/lib/lms_graphql/mutations/canvas/update_membership_users.rb +3 -0
  366. data/lib/lms_graphql/mutations/canvas/update_migration_issue_accounts.rb +3 -0
  367. data/lib/lms_graphql/mutations/canvas/update_migration_issue_courses.rb +3 -0
  368. data/lib/lms_graphql/mutations/canvas/update_migration_issue_groups.rb +3 -0
  369. data/lib/lms_graphql/mutations/canvas/update_migration_issue_users.rb +3 -0
  370. data/lib/lms_graphql/mutations/canvas/update_module.rb +7 -1
  371. data/lib/lms_graphql/mutations/canvas/update_module_item.rb +3 -0
  372. data/lib/lms_graphql/mutations/canvas/update_multiple_preferences_communication_channel_id.rb +3 -0
  373. data/lib/lms_graphql/mutations/canvas/update_multiple_preferences_type.rb +3 -0
  374. data/lib/lms_graphql/mutations/canvas/update_outcome.rb +3 -0
  375. data/lib/lms_graphql/mutations/canvas/update_outcome_group_accounts.rb +3 -0
  376. data/lib/lms_graphql/mutations/canvas/update_outcome_group_courses.rb +3 -0
  377. data/lib/lms_graphql/mutations/canvas/update_outcome_group_global.rb +3 -0
  378. data/lib/lms_graphql/mutations/canvas/update_planner_note.rb +3 -0
  379. data/lib/lms_graphql/mutations/canvas/update_planner_override.rb +3 -0
  380. data/lib/lms_graphql/mutations/canvas/update_preference_communication_channel_id.rb +3 -0
  381. data/lib/lms_graphql/mutations/canvas/update_preference_type.rb +3 -0
  382. data/lib/lms_graphql/mutations/canvas/update_preferences_by_category.rb +3 -0
  383. data/lib/lms_graphql/mutations/canvas/update_public_jwk.rb +24 -0
  384. data/lib/lms_graphql/mutations/canvas/update_question_group.rb +3 -0
  385. data/lib/lms_graphql/mutations/canvas/update_role.rb +3 -0
  386. data/lib/lms_graphql/mutations/canvas/update_rubricassociation.rb +43 -0
  387. data/lib/lms_graphql/mutations/canvas/update_shared_theme.rb +3 -0
  388. data/lib/lms_graphql/mutations/canvas/update_single_grading_period.rb +3 -0
  389. data/lib/lms_graphql/mutations/canvas/update_single_poll.rb +3 -0
  390. data/lib/lms_graphql/mutations/canvas/update_single_poll_choice.rb +3 -0
  391. data/lib/lms_graphql/mutations/canvas/update_single_poll_session.rb +3 -0
  392. data/lib/lms_graphql/mutations/canvas/update_single_rubric.rb +3 -0
  393. data/lib/lms_graphql/mutations/canvas/update_single_rubric_assessment.rb +37 -0
  394. data/lib/lms_graphql/mutations/canvas/update_student_question_scores_and_comments.rb +3 -0
  395. data/lib/lms_graphql/mutations/canvas/update_tab_for_course.rb +3 -0
  396. data/lib/lms_graphql/mutations/canvas/update_topic_courses.rb +3 -0
  397. data/lib/lms_graphql/mutations/canvas/update_topic_groups.rb +3 -0
  398. data/lib/lms_graphql/mutations/canvas/update_webhook_subscription.rb +3 -0
  399. data/lib/lms_graphql/mutations/canvas/upload_file_courses.rb +3 -0
  400. data/lib/lms_graphql/mutations/canvas/upload_file_sections.rb +3 -0
  401. data/lib/lms_graphql/mutations/canvas/users_upload_file.rb +3 -0
  402. data/lib/lms_graphql/mutations/canvas/validate_quiz_access_code.rb +3 -0
  403. data/lib/lms_graphql/resolvers/canvas/advanced_query.rb +33 -0
  404. data/lib/lms_graphql/resolvers/canvas/course_audit_log_query_by_account.rb +27 -0
  405. data/lib/lms_graphql/resolvers/canvas/export_groups_in_and_users_in_category.rb +22 -0
  406. data/lib/lms_graphql/resolvers/canvas/find_images.rb +22 -0
  407. data/lib/lms_graphql/resolvers/canvas/get_account.rb +22 -0
  408. data/lib/lms_graphql/resolvers/canvas/get_content_share.rb +24 -0
  409. data/lib/lms_graphql/resolvers/canvas/get_proficiency_ratings_accounts.rb +22 -0
  410. data/lib/lms_graphql/resolvers/canvas/get_proficiency_ratings_courses.rb +22 -0
  411. data/lib/lms_graphql/resolvers/canvas/get_unread_shares_count.rb +22 -0
  412. data/lib/lms_graphql/resolvers/canvas/get_uploaded_media_folder_for_user_courses.rb +22 -0
  413. data/lib/lms_graphql/resolvers/canvas/get_uploaded_media_folder_for_user_groups.rb +22 -0
  414. data/lib/lms_graphql/resolvers/canvas/get_user_progress.rb +24 -0
  415. data/lib/lms_graphql/resolvers/canvas/get_users_most_recently_graded_submissions.rb +29 -0
  416. data/lib/lms_graphql/resolvers/canvas/index_of_active_global_notification_for_user.rb +4 -2
  417. data/lib/lms_graphql/resolvers/canvas/list_active_courses_in_account.rb +6 -2
  418. data/lib/lms_graphql/resolvers/canvas/list_assignment_groups.rb +3 -1
  419. data/lib/lms_graphql/resolvers/canvas/list_assignments_assignment_groups.rb +4 -2
  420. data/lib/lms_graphql/resolvers/canvas/list_assignments_assignments.rb +4 -2
  421. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_accounts.rb +22 -0
  422. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_courses.rb +2 -4
  423. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_groups.rb +2 -4
  424. data/lib/lms_graphql/resolvers/canvas/list_available_tabs_for_course_or_group_users.rb +22 -0
  425. data/lib/lms_graphql/resolvers/canvas/list_calendar_events_for_user.rb +6 -2
  426. data/lib/lms_graphql/resolvers/canvas/list_conferences_for_current_user.rb +23 -0
  427. data/lib/lms_graphql/resolvers/canvas/list_content_shares_received.rb +23 -0
  428. data/lib/lms_graphql/resolvers/canvas/list_content_shares_sent.rb +23 -0
  429. data/lib/lms_graphql/resolvers/canvas/list_course_memberships.rb +28 -0
  430. data/lib/lms_graphql/resolvers/canvas/list_enrollment_terms.rb +2 -3
  431. data/lib/lms_graphql/resolvers/canvas/list_enrollments_courses.rb +4 -2
  432. data/lib/lms_graphql/resolvers/canvas/list_enrollments_sections.rb +4 -2
  433. data/lib/lms_graphql/resolvers/canvas/list_enrollments_users.rb +4 -2
  434. data/lib/lms_graphql/resolvers/canvas/list_environment_features.rb +22 -0
  435. data/lib/lms_graphql/resolvers/canvas/list_files_courses.rb +3 -1
  436. data/lib/lms_graphql/resolvers/canvas/list_files_folders.rb +3 -1
  437. data/lib/lms_graphql/resolvers/canvas/list_files_groups.rb +3 -1
  438. data/lib/lms_graphql/resolvers/canvas/list_files_users.rb +3 -1
  439. data/lib/lms_graphql/resolvers/canvas/list_group_s_users.rb +4 -2
  440. data/lib/lms_graphql/resolvers/canvas/list_items_for_selective_import_accounts.rb +26 -0
  441. data/lib/lms_graphql/resolvers/canvas/list_items_for_selective_import_courses.rb +26 -0
  442. data/lib/lms_graphql/resolvers/canvas/list_items_for_selective_import_groups.rb +26 -0
  443. data/lib/lms_graphql/resolvers/canvas/list_items_for_selective_import_users.rb +26 -0
  444. data/lib/lms_graphql/resolvers/canvas/list_line_items.rb +30 -0
  445. data/lib/lms_graphql/resolvers/canvas/list_media_objects_courses.rb +29 -0
  446. data/lib/lms_graphql/resolvers/canvas/list_media_objects_groups.rb +29 -0
  447. data/lib/lms_graphql/resolvers/canvas/list_media_objects_media_objects.rb +27 -0
  448. data/lib/lms_graphql/resolvers/canvas/list_media_tracks_for_media_object.rb +25 -0
  449. data/lib/lms_graphql/resolvers/canvas/list_observers.rb +25 -0
  450. data/lib/lms_graphql/resolvers/canvas/list_planner_items_planner.rb +28 -0
  451. data/lib/lms_graphql/resolvers/canvas/list_planner_items_users.rb +30 -0
  452. data/lib/lms_graphql/resolvers/canvas/list_recent_history_for_user.rb +23 -0
  453. data/lib/lms_graphql/resolvers/canvas/list_users_in_account.rb +3 -1
  454. data/lib/lms_graphql/resolvers/canvas/list_users_in_course_search_users.rb +3 -1
  455. data/lib/lms_graphql/resolvers/canvas/list_users_in_course_users.rb +3 -1
  456. data/lib/lms_graphql/resolvers/canvas/names_and_role_list_group_memberships.rb +28 -0
  457. data/lib/lms_graphql/resolvers/canvas/retrieve_assignment_overridden_dates_for_classic_quizzes.rb +24 -0
  458. data/lib/lms_graphql/resolvers/canvas/retrieve_assignment_overridden_dates_for_new_quizzes.rb +24 -0
  459. data/lib/lms_graphql/resolvers/canvas/retrieve_enrollment_term.rb +24 -0
  460. data/lib/lms_graphql/resolvers/canvas/retrieve_reported_csp_violations_for_account.rb +22 -0
  461. data/lib/lms_graphql/resolvers/canvas/return_test_student_for_course.rb +22 -0
  462. data/lib/lms_graphql/resolvers/canvas/search_for_content_share_users.rb +25 -0
  463. data/lib/lms_graphql/resolvers/canvas/show_collection_of_results.rb +24 -0
  464. data/lib/lms_graphql/resolvers/canvas/show_line_item.rb +24 -0
  465. data/lib/lms_graphql/resolvers/canvas/show_observer.rb +24 -0
  466. data/lib/lms_graphql/resolvers/canvas/show_result.rb +26 -0
  467. data/lib/lms_graphql/resolvers/canvas/show_user_details.rb +4 -2
  468. data/lib/lms_graphql/resolvers/canvas/update_user_settings.rb +4 -2
  469. data/lib/lms_graphql/types/canvas/account.rb +1 -9
  470. data/lib/lms_graphql/types/canvas/account_input.rb +7 -15
  471. data/lib/lms_graphql/types/canvas/account_notification_input.rb +7 -7
  472. data/lib/lms_graphql/types/canvas/admin_input.rb +4 -4
  473. data/lib/lms_graphql/types/canvas/anonymous_user_display_input.rb +2 -2
  474. data/lib/lms_graphql/types/canvas/answer.rb +4 -1
  475. data/lib/lms_graphql/types/canvas/answer_input.rb +16 -16
  476. data/lib/lms_graphql/types/canvas/appointment_group_input.rb +25 -25
  477. data/lib/lms_graphql/types/canvas/appointment_input.rb +3 -3
  478. data/lib/lms_graphql/types/canvas/assessment_input.rb +3 -3
  479. data/lib/lms_graphql/types/canvas/assignment.rb +6 -3
  480. data/lib/lms_graphql/types/canvas/assignment_date_input.rb +6 -6
  481. data/lib/lms_graphql/types/canvas/assignment_event_input.rb +15 -15
  482. data/lib/lms_graphql/types/canvas/assignment_extension_input.rb +3 -3
  483. data/lib/lms_graphql/types/canvas/assignment_group_attribute_input.rb +5 -5
  484. data/lib/lms_graphql/types/canvas/assignment_group_input.rb +8 -8
  485. data/lib/lms_graphql/types/canvas/assignment_input.rb +70 -67
  486. data/lib/lms_graphql/types/canvas/assignment_override.rb +1 -1
  487. data/lib/lms_graphql/types/canvas/assignment_override_input.rb +11 -11
  488. data/lib/lms_graphql/types/canvas/authentication_event_input.rb +5 -5
  489. data/lib/lms_graphql/types/canvas/authentication_provider_input.rb +19 -19
  490. data/lib/lms_graphql/types/canvas/avatar_input.rb +8 -8
  491. data/lib/lms_graphql/types/canvas/blueprint_migration_input.rb +10 -10
  492. data/lib/lms_graphql/types/canvas/blueprint_restriction_input.rb +4 -4
  493. data/lib/lms_graphql/types/canvas/blueprint_subscription_input.rb +3 -3
  494. data/lib/lms_graphql/types/canvas/blueprint_template.rb +1 -1
  495. data/lib/lms_graphql/types/canvas/blueprint_template_input.rb +5 -5
  496. data/lib/lms_graphql/types/canvas/bookmark_input.rb +5 -5
  497. data/lib/lms_graphql/types/canvas/calendar_event.rb +1 -0
  498. data/lib/lms_graphql/types/canvas/calendar_event_input.rb +32 -31
  499. data/lib/lms_graphql/types/canvas/calendar_link_input.rb +1 -1
  500. data/lib/lms_graphql/types/canvas/change_record_input.rb +7 -7
  501. data/lib/lms_graphql/types/canvas/collaboration_input.rb +14 -14
  502. data/lib/lms_graphql/types/canvas/collaborator_input.rb +3 -3
  503. data/lib/lms_graphql/types/canvas/column_datum_input.rb +2 -2
  504. data/lib/lms_graphql/types/canvas/comm_message_input.rb +11 -11
  505. data/lib/lms_graphql/types/canvas/communication_channel_input.rb +6 -6
  506. data/lib/lms_graphql/types/canvas/completion_requirement.rb +2 -1
  507. data/lib/lms_graphql/types/canvas/completion_requirement_input.rb +4 -3
  508. data/lib/lms_graphql/types/canvas/conference.rb +2 -0
  509. data/lib/lms_graphql/types/canvas/conference_input.rb +17 -15
  510. data/lib/lms_graphql/types/canvas/conference_recording_input.rb +5 -5
  511. data/lib/lms_graphql/types/canvas/content_detail_input.rb +7 -7
  512. data/lib/lms_graphql/types/canvas/content_export_input.rb +7 -7
  513. data/lib/lms_graphql/types/canvas/content_migration_input.rb +11 -11
  514. data/lib/lms_graphql/types/canvas/content_share.rb +24 -0
  515. data/lib/lms_graphql/types/canvas/content_share_input.rb +24 -0
  516. data/lib/lms_graphql/types/canvas/conversation_input.rb +16 -16
  517. data/lib/lms_graphql/types/canvas/conversation_participant_input.rb +4 -4
  518. data/lib/lms_graphql/types/canvas/course.rb +2 -1
  519. data/lib/lms_graphql/types/canvas/course_attribute_input.rb +4 -4
  520. data/lib/lms_graphql/types/canvas/course_epub_export_input.rb +3 -3
  521. data/lib/lms_graphql/types/canvas/course_event_input.rb +6 -6
  522. data/lib/lms_graphql/types/canvas/course_event_link_input.rb +6 -6
  523. data/lib/lms_graphql/types/canvas/course_input.rb +48 -47
  524. data/lib/lms_graphql/types/canvas/course_nickname_input.rb +3 -3
  525. data/lib/lms_graphql/types/canvas/course_progress_input.rb +4 -4
  526. data/lib/lms_graphql/types/canvas/course_quiz_extension_input.rb +5 -5
  527. data/lib/lms_graphql/types/canvas/created_event_datum_input.rb +5 -5
  528. data/lib/lms_graphql/types/canvas/custom_column_input.rb +6 -6
  529. data/lib/lms_graphql/types/canvas/day_input.rb +2 -2
  530. data/lib/lms_graphql/types/canvas/developer_key.rb +34 -0
  531. data/lib/lms_graphql/types/canvas/developer_key_input.rb +34 -0
  532. data/lib/lms_graphql/types/canvas/discussion_topic_input.rb +34 -34
  533. data/lib/lms_graphql/types/canvas/enrollment_input.rb +44 -44
  534. data/lib/lms_graphql/types/canvas/enrollment_term_input.rb +8 -8
  535. data/lib/lms_graphql/types/canvas/enrollment_terms_list.rb +14 -0
  536. data/lib/lms_graphql/types/canvas/enrollment_terms_list_input.rb +14 -0
  537. data/lib/lms_graphql/types/canvas/epub_export_input.rb +6 -6
  538. data/lib/lms_graphql/types/canvas/error_report_input.rb +7 -7
  539. data/lib/lms_graphql/types/canvas/exception_record_input.rb +2 -2
  540. data/lib/lms_graphql/types/canvas/external_feed_input.rb +6 -6
  541. data/lib/lms_graphql/types/canvas/external_tool_tag_attribute_input.rb +3 -3
  542. data/lib/lms_graphql/types/canvas/favorite_input.rb +2 -2
  543. data/lib/lms_graphql/types/canvas/feature.rb +1 -1
  544. data/lib/lms_graphql/types/canvas/feature_flag.rb +2 -1
  545. data/lib/lms_graphql/types/canvas/feature_flag_input.rb +6 -5
  546. data/lib/lms_graphql/types/canvas/feature_input.rb +10 -10
  547. data/lib/lms_graphql/types/canvas/federated_attribute_config_input.rb +2 -2
  548. data/lib/lms_graphql/types/canvas/federated_attributes_config_input.rb +11 -11
  549. data/lib/lms_graphql/types/canvas/file_attachment_input.rb +4 -4
  550. data/lib/lms_graphql/types/canvas/file_input.rb +7 -7
  551. data/lib/lms_graphql/types/canvas/folder_input.rb +20 -20
  552. data/lib/lms_graphql/types/canvas/grade.rb +2 -0
  553. data/lib/lms_graphql/types/canvas/grade_change_event_input.rb +11 -11
  554. data/lib/lms_graphql/types/canvas/grade_change_event_link_input.rb +5 -5
  555. data/lib/lms_graphql/types/canvas/grade_input.rb +11 -9
  556. data/lib/lms_graphql/types/canvas/grader_input.rb +3 -3
  557. data/lib/lms_graphql/types/canvas/grading_period_input.rb +7 -7
  558. data/lib/lms_graphql/types/canvas/grading_rule_input.rb +3 -3
  559. data/lib/lms_graphql/types/canvas/grading_scheme_entry_input.rb +2 -2
  560. data/lib/lms_graphql/types/canvas/grading_standard_input.rb +5 -5
  561. data/lib/lms_graphql/types/canvas/group.rb +2 -1
  562. data/lib/lms_graphql/types/canvas/group_category_input.rb +11 -11
  563. data/lib/lms_graphql/types/canvas/group_input.rb +18 -17
  564. data/lib/lms_graphql/types/canvas/group_membership_input.rb +7 -7
  565. data/lib/lms_graphql/types/canvas/help_link.rb +2 -2
  566. data/lib/lms_graphql/types/canvas/help_link_input.rb +4 -4
  567. data/lib/lms_graphql/types/canvas/history_entry.rb +23 -0
  568. data/lib/lms_graphql/types/canvas/history_entry_input.rb +23 -0
  569. data/lib/lms_graphql/types/canvas/jsonapi_pagination.rb +1 -1
  570. data/lib/lms_graphql/types/canvas/jwt_input.rb +1 -1
  571. data/lib/lms_graphql/types/canvas/late_policy_input.rb +11 -11
  572. data/lib/lms_graphql/types/canvas/license_input.rb +3 -3
  573. data/lib/lms_graphql/types/canvas/line_item.rb +20 -0
  574. data/lib/lms_graphql/types/canvas/line_item_input.rb +20 -0
  575. data/lib/lms_graphql/types/canvas/lock_info_input.rb +5 -5
  576. data/lib/lms_graphql/types/canvas/lti_assignment_input.rb +8 -8
  577. data/lib/lms_graphql/types/canvas/media_comment_input.rb +5 -5
  578. data/lib/lms_graphql/types/canvas/media_object.rb +20 -0
  579. data/lib/lms_graphql/types/canvas/media_object_input.rb +20 -0
  580. data/lib/lms_graphql/types/canvas/media_track.rb +22 -0
  581. data/lib/lms_graphql/types/canvas/media_track_input.rb +22 -0
  582. data/lib/lms_graphql/types/canvas/migration_issue_input.rb +10 -10
  583. data/lib/lms_graphql/types/canvas/migrator_input.rb +4 -4
  584. data/lib/lms_graphql/types/canvas/module_input.rb +14 -14
  585. data/lib/lms_graphql/types/canvas/module_item_input.rb +15 -15
  586. data/lib/lms_graphql/types/canvas/module_item_sequence_input.rb +2 -2
  587. data/lib/lms_graphql/types/canvas/module_item_sequence_node.rb +4 -1
  588. data/lib/lms_graphql/types/canvas/module_item_sequence_node_input.rb +4 -4
  589. data/lib/lms_graphql/types/canvas/names_and_role_context.rb +16 -0
  590. data/lib/lms_graphql/types/canvas/names_and_role_context_input.rb +16 -0
  591. data/lib/lms_graphql/types/canvas/names_and_role_membership.rb +20 -0
  592. data/lib/lms_graphql/types/canvas/names_and_role_membership_input.rb +17 -0
  593. data/lib/lms_graphql/types/canvas/names_and_role_message.rb +18 -0
  594. data/lib/lms_graphql/types/canvas/names_and_role_message_input.rb +18 -0
  595. data/lib/lms_graphql/types/canvas/needs_grading_count_input.rb +2 -2
  596. data/lib/lms_graphql/types/canvas/notification_preference_input.rb +4 -4
  597. data/lib/lms_graphql/types/canvas/originality_report.rb +4 -1
  598. data/lib/lms_graphql/types/canvas/originality_report_input.rb +9 -6
  599. data/lib/lms_graphql/types/canvas/outcome_alignment.rb +2 -1
  600. data/lib/lms_graphql/types/canvas/outcome_alignment_input.rb +6 -5
  601. data/lib/lms_graphql/types/canvas/outcome_group_input.rb +12 -12
  602. data/lib/lms_graphql/types/canvas/outcome_import_datum_input.rb +1 -1
  603. data/lib/lms_graphql/types/canvas/outcome_import_input.rb +9 -9
  604. data/lib/lms_graphql/types/canvas/outcome_input.rb +17 -17
  605. data/lib/lms_graphql/types/canvas/outcome_link_input.rb +7 -7
  606. data/lib/lms_graphql/types/canvas/outcome_path_input.rb +2 -2
  607. data/lib/lms_graphql/types/canvas/outcome_path_part_input.rb +1 -1
  608. data/lib/lms_graphql/types/canvas/outcome_result_input.rb +5 -5
  609. data/lib/lms_graphql/types/canvas/outcome_rollup_input.rb +3 -3
  610. data/lib/lms_graphql/types/canvas/outcome_rollup_link_input.rb +3 -3
  611. data/lib/lms_graphql/types/canvas/outcome_rollup_score_input.rb +3 -3
  612. data/lib/lms_graphql/types/canvas/outcome_rollup_score_link_input.rb +1 -1
  613. data/lib/lms_graphql/types/canvas/page_input.rb +13 -13
  614. data/lib/lms_graphql/types/canvas/page_revision_input.rb +7 -7
  615. data/lib/lms_graphql/types/canvas/page_view_input.rb +17 -17
  616. data/lib/lms_graphql/types/canvas/page_view_link.rb +4 -1
  617. data/lib/lms_graphql/types/canvas/page_view_link_input.rb +5 -5
  618. data/lib/lms_graphql/types/canvas/pairing_code.rb +17 -0
  619. data/lib/lms_graphql/types/canvas/pairing_code_input.rb +17 -0
  620. data/lib/lms_graphql/types/canvas/peer_review_input.rb +9 -9
  621. data/lib/lms_graphql/types/canvas/planner_note_input.rb +11 -11
  622. data/lib/lms_graphql/types/canvas/planner_override_input.rb +11 -11
  623. data/lib/lms_graphql/types/canvas/poll_choice_input.rb +5 -5
  624. data/lib/lms_graphql/types/canvas/poll_input.rb +6 -6
  625. data/lib/lms_graphql/types/canvas/poll_session_input.rb +9 -9
  626. data/lib/lms_graphql/types/canvas/poll_submission_input.rb +4 -4
  627. data/lib/lms_graphql/types/canvas/proficiency_input.rb +1 -1
  628. data/lib/lms_graphql/types/canvas/proficiency_rating_input.rb +4 -4
  629. data/lib/lms_graphql/types/canvas/profile_input.rb +14 -14
  630. data/lib/lms_graphql/types/canvas/progress_input.rb +12 -12
  631. data/lib/lms_graphql/types/canvas/provisional_grade_input.rb +7 -7
  632. data/lib/lms_graphql/types/canvas/query_type.rb +182 -18
  633. data/lib/lms_graphql/types/canvas/quiz_assignment_override_input.rb +6 -6
  634. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set_container_input.rb +1 -1
  635. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set_input.rb +3 -3
  636. data/lib/lms_graphql/types/canvas/quiz_extension_input.rb +6 -6
  637. data/lib/lms_graphql/types/canvas/quiz_group_input.rb +7 -7
  638. data/lib/lms_graphql/types/canvas/quiz_input.rb +39 -39
  639. data/lib/lms_graphql/types/canvas/quiz_ip_filter_input.rb +3 -3
  640. data/lib/lms_graphql/types/canvas/quiz_permission_input.rb +7 -7
  641. data/lib/lms_graphql/types/canvas/quiz_question_input.rb +11 -11
  642. data/lib/lms_graphql/types/canvas/quiz_report_input.rb +13 -13
  643. data/lib/lms_graphql/types/canvas/quiz_statistic_input.rb +10 -10
  644. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_point_biserial_input.rb +4 -4
  645. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_statistic_input.rb +4 -4
  646. data/lib/lms_graphql/types/canvas/quiz_statistics_link_input.rb +1 -1
  647. data/lib/lms_graphql/types/canvas/quiz_statistics_question_statistic_input.rb +2 -2
  648. data/lib/lms_graphql/types/canvas/quiz_statistics_submission_statistic_input.rb +9 -9
  649. data/lib/lms_graphql/types/canvas/quiz_submission_event_input.rb +3 -3
  650. data/lib/lms_graphql/types/canvas/quiz_submission_input.rb +19 -19
  651. data/lib/lms_graphql/types/canvas/quiz_submission_question_input.rb +4 -4
  652. data/lib/lms_graphql/types/canvas/quiz_submission_user_list.rb +1 -1
  653. data/lib/lms_graphql/types/canvas/quiz_submission_user_list_metum.rb +1 -1
  654. data/lib/lms_graphql/types/canvas/report_input.rb +11 -11
  655. data/lib/lms_graphql/types/canvas/report_parameter_input.rb +18 -18
  656. data/lib/lms_graphql/types/canvas/result.rb +8 -6
  657. data/lib/lms_graphql/types/canvas/result_input.rb +8 -6
  658. data/lib/lms_graphql/types/canvas/result_link_input.rb +3 -3
  659. data/lib/lms_graphql/types/canvas/role_input.rb +6 -6
  660. data/lib/lms_graphql/types/canvas/role_permission_input.rb +7 -7
  661. data/lib/lms_graphql/types/canvas/rubric.rb +4 -0
  662. data/lib/lms_graphql/types/canvas/rubric_assessment_input.rb +11 -11
  663. data/lib/lms_graphql/types/canvas/rubric_association.rb +23 -0
  664. data/lib/lms_graphql/types/canvas/rubric_association_input.rb +23 -0
  665. data/lib/lms_graphql/types/canvas/rubric_criterion.rb +19 -0
  666. data/lib/lms_graphql/types/canvas/rubric_criterion_input.rb +19 -0
  667. data/lib/lms_graphql/types/canvas/rubric_criterium_input.rb +9 -9
  668. data/lib/lms_graphql/types/canvas/rubric_input.rb +14 -10
  669. data/lib/lms_graphql/types/canvas/rubric_rating.rb +6 -5
  670. data/lib/lms_graphql/types/canvas/rubric_rating_input.rb +6 -5
  671. data/lib/lms_graphql/types/canvas/scope_input.rb +6 -6
  672. data/lib/lms_graphql/types/canvas/score.rb +20 -0
  673. data/lib/lms_graphql/types/canvas/score_input.rb +20 -0
  674. data/lib/lms_graphql/types/canvas/score_statistic.rb +16 -0
  675. data/lib/lms_graphql/types/canvas/score_statistic_input.rb +16 -0
  676. data/lib/lms_graphql/types/canvas/section_assignment_override_attribute_input.rb +4 -4
  677. data/lib/lms_graphql/types/canvas/section_attribute_input.rb +7 -7
  678. data/lib/lms_graphql/types/canvas/section_input.rb +12 -12
  679. data/lib/lms_graphql/types/canvas/shared_brand_config_input.rb +6 -6
  680. data/lib/lms_graphql/types/canvas/sis_assignment_input.rb +15 -15
  681. data/lib/lms_graphql/types/canvas/sis_import_count_input.rb +16 -16
  682. data/lib/lms_graphql/types/canvas/sis_import_datum_input.rb +3 -3
  683. data/lib/lms_graphql/types/canvas/sis_import_error_input.rb +5 -5
  684. data/lib/lms_graphql/types/canvas/sis_import_input.rb +22 -22
  685. data/lib/lms_graphql/types/canvas/sis_import_statistic_input.rb +14 -14
  686. data/lib/lms_graphql/types/canvas/sso_setting_input.rb +4 -4
  687. data/lib/lms_graphql/types/canvas/student_attribute_input.rb +2 -2
  688. data/lib/lms_graphql/types/canvas/submission.rb +7 -3
  689. data/lib/lms_graphql/types/canvas/submission_comment_input.rb +8 -8
  690. data/lib/lms_graphql/types/canvas/submission_history_input.rb +2 -2
  691. data/lib/lms_graphql/types/canvas/submission_input.rb +32 -28
  692. data/lib/lms_graphql/types/canvas/submission_version_input.rb +23 -23
  693. data/lib/lms_graphql/types/canvas/tab_input.rb +7 -7
  694. data/lib/lms_graphql/types/canvas/term_input.rb +4 -4
  695. data/lib/lms_graphql/types/canvas/terms_of_service.rb +1 -0
  696. data/lib/lms_graphql/types/canvas/terms_of_service_input.rb +6 -5
  697. data/lib/lms_graphql/types/canvas/tool_setting_input.rb +2 -2
  698. data/lib/lms_graphql/types/canvas/turnitin_setting_input.rb +8 -8
  699. data/lib/lms_graphql/types/canvas/updated_event_datum_input.rb +4 -4
  700. data/lib/lms_graphql/types/canvas/usage_right_input.rb +6 -6
  701. data/lib/lms_graphql/types/canvas/user_assignment_override_attribute_input.rb +6 -6
  702. data/lib/lms_graphql/types/canvas/user_display_input.rb +4 -4
  703. data/lib/lms_graphql/types/canvas/user_input.rb +15 -15
  704. data/lib/lms_graphql/types/canvas_forward_declarations.rb +38 -0
  705. data/lib/lms_graphql/types/canvas_hacks.rb +1 -0
  706. data/lib/lms_graphql/types/date_time_type.rb +8 -5
  707. data/lib/lms_graphql/version.rb +1 -1
  708. metadata +117 -7
@@ -6,8 +6,8 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasDayInput < BaseInputObject
8
8
  description "Gradebook History. API Docs: https://canvas.instructure.com/doc/api/gradebook_history.html"
9
- argument :date, LMSGraphQL::Types::DateTimeType, "the date represented by this entry.Example: 1986-08-09", required: false
10
- argument :graders, Int, "an array of the graders who were responsible for the submissions in this response. the submissions are grouped according to the person who graded them and the assignment they were submitted for..Example: []", required: false
9
+ argument :date, LMSGraphQL::Types::DateTimeType, "the date represented by this entry.Example: 1986-08-09", required: false
10
+ argument :graders, Int, "an array of the graders who were responsible for the submissions in this response. the submissions are grouped according to the person who graded them and the assignment they were submitted for..Example: []", required: false
11
11
 
12
12
  end
13
13
  end
@@ -0,0 +1,34 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasDeveloperKey < BaseType
8
+ description "Public JWK. API Docs: https://canvas.instructure.com/doc/api/public_jwk.html"
9
+ field :id, ID, "The ID should match the Developer Key ID in canvas.Example: 1000000000040", null: true
10
+ field :is_lti_key, Boolean, "true the tool is a lti key, null is not a lti key.Example: true", null: true
11
+ field :visible, Boolean, "Controls if the tool is visable.Example: true", null: true
12
+ field :account_name, String, "The name of the account associated with the tool.Example: The Academy", null: true
13
+ field :public_jwk, String, "The public key in jwk format.Example: { 'kty':'RSA', 'e':'AQAB', 'n':'ufmgt156hs168mgdhy168jrsydt168ju816rtahesuvdbmnrtd87t7h8ser', 'alg':'RS256', 'use':'sig', 'kid':'Se68gr16s6tj_87sdr98g489dsfjy-547a6eht1', }", null: true
14
+ field :vendor_code, String, "The code of the vendor managing the tool.Example: fi5689s9avewr68", null: true
15
+ field :last_used_at, LMSGraphQL::Types::DateTimeType, "The date and time the tool was last used.Example: 2019-06-07T20:34:33Z", null: true
16
+ field :access_token_count, Float, "The number of active access tokens associated with the tool.Example: 0", null: true
17
+ field :redirect_uris, String, "redirect uris description.Example: https://redirect.to.here.com", null: true
18
+ field :redirect_uri, String, "redirect uri description.Example: https://redirect.to.here.com", null: true
19
+ field :api_key, String, "Api key for api access for the tool.Example: sd45fg648sr546tgh15S15df5se56r4xdf45asef456", null: true
20
+ field :notes, String, "Notes for use specifications for the tool.Example: Used for sorting graded assignments", null: true
21
+ field :name, String, "Display name of the tool.Example: Tool 1", null: true
22
+ field :user_id, ID, "ID of the user associated with the tool.Example: tu816dnrs6zdsg148918dmu", null: true
23
+ field :created_at, LMSGraphQL::Types::DateTimeType, "The time the jwk was created.Example: 2019-06-07T20:34:33Z", null: true
24
+ field :user_name, String, "The user name of the tool creator.Example: johnsmith", null: true
25
+ field :email, String, "Email associated with the tool owner.Example: johnsmith@instructure.com", null: true
26
+ field :require_scopes, Boolean, "True if the tool has required permissions, null if there are no needed permissions.Example: true", null: true
27
+ field :icon_url, String, "Icon to be displayed with the name of the tool.Example: null", null: true
28
+ field :scopes, String, "Specified permissions for the tool.Example: https://canvas.instructure.com/lti/public_jwk/scope/update", null: true
29
+ field :workflow_state, String, "The current state of the tool.Example: active", null: true
30
+
31
+ end
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,34 @@
1
+ require_relative "../canvas_base_input_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasDeveloperKeyInput < BaseInputObject
8
+ description "Public JWK. API Docs: https://canvas.instructure.com/doc/api/public_jwk.html"
9
+ argument :id, ID, "The ID should match the Developer Key ID in canvas.Example: 1000000000040", required: false
10
+ argument :is_lti_key, Boolean, "true the tool is a lti key, null is not a lti key.Example: true", required: false
11
+ argument :visible, Boolean, "Controls if the tool is visable.Example: true", required: false
12
+ argument :account_name, String, "The name of the account associated with the tool.Example: The Academy", required: false
13
+ argument :public_jwk, String, "The public key in jwk format.Example: { 'kty':'RSA', 'e':'AQAB', 'n':'ufmgt156hs168mgdhy168jrsydt168ju816rtahesuvdbmnrtd87t7h8ser', 'alg':'RS256', 'use':'sig', 'kid':'Se68gr16s6tj_87sdr98g489dsfjy-547a6eht1', }", required: false
14
+ argument :vendor_code, String, "The code of the vendor managing the tool.Example: fi5689s9avewr68", required: false
15
+ argument :last_used_at, LMSGraphQL::Types::DateTimeType, "The date and time the tool was last used.Example: 2019-06-07T20:34:33Z", required: false
16
+ argument :access_token_count, Float, "The number of active access tokens associated with the tool.Example: 0", required: false
17
+ argument :redirect_uris, String, "redirect uris description.Example: https://redirect.to.here.com", required: false
18
+ argument :redirect_uri, String, "redirect uri description.Example: https://redirect.to.here.com", required: false
19
+ argument :api_key, String, "Api key for api access for the tool.Example: sd45fg648sr546tgh15S15df5se56r4xdf45asef456", required: false
20
+ argument :notes, String, "Notes for use specifications for the tool.Example: Used for sorting graded assignments", required: false
21
+ argument :name, String, "Display name of the tool.Example: Tool 1", required: false
22
+ argument :user_id, ID, "ID of the user associated with the tool.Example: tu816dnrs6zdsg148918dmu", required: false
23
+ argument :created_at, LMSGraphQL::Types::DateTimeType, "The time the jwk was created.Example: 2019-06-07T20:34:33Z", required: false
24
+ argument :user_name, String, "The user name of the tool creator.Example: johnsmith", required: false
25
+ argument :email, String, "Email associated with the tool owner.Example: johnsmith@instructure.com", required: false
26
+ argument :require_scopes, Boolean, "True if the tool has required permissions, null if there are no needed permissions.Example: true", required: false
27
+ argument :icon_url, String, "Icon to be displayed with the name of the tool.Example: null", required: false
28
+ argument :scopes, String, "Specified permissions for the tool.Example: https://canvas.instructure.com/lti/public_jwk/scope/update", required: false
29
+ argument :workflow_state, String, "The current state of the tool.Example: active", required: false
30
+
31
+ end
32
+ end
33
+ end
34
+ end
@@ -23,40 +23,40 @@ module LMSGraphQL
23
23
  end
24
24
  class CanvasDiscussionTopicInput < BaseInputObject
25
25
  description "Discussion Topics. API Docs: https://canvas.instructure.com/doc/api/discussion_topics.html"
26
- argument :id, ID, "The ID of this topic..Example: 1", required: false
27
- argument :title, String, "The topic title..Example: Topic 1", required: false
28
- argument :message, String, "The HTML content of the message body..Example: <p>content here</p>", required: false
29
- argument :html_url, String, "The URL to the discussion topic in canvas..Example: https://<canvas>/courses/1/discussion_topics/2", required: false
30
- argument :posted_at, LMSGraphQL::Types::DateTimeType, "The datetime the topic was posted. If it is null it hasn't been posted yet. (see delayed_post_at).Example: 2037-07-21T13:29:31Z", required: false
31
- argument :last_reply_at, LMSGraphQL::Types::DateTimeType, "The datetime for when the last reply was in the topic..Example: 2037-07-28T19:38:31Z", required: false
32
- argument :require_initial_post, Boolean, "If true then a user may not respond to other replies until that user has made an initial reply. Defaults to false..", required: false
33
- argument :user_can_see_posts, Boolean, "Whether or not posts in this topic are visible to the user..Example: true", required: false
34
- argument :discussion_subentry_count, Int, "The count of entries in the topic..Example: 0", required: false
35
- argument :read_state, DiscussionTopicReadStateEnum, "The read_state of the topic for the current user, 'read' or 'unread'..Example: read", required: false
36
- argument :unread_count, Int, "The count of unread entries of this topic for the current user..Example: 0", required: false
37
- argument :subscribed, Boolean, "Whether or not the current user is subscribed to this topic..Example: true", required: false
38
- argument :subscription_hold, DiscussionTopicSubscriptionHoldEnum, "(Optional) Why the user cannot subscribe to this topic. Only one reason will be returned even if multiple apply. Can be one of: 'initial_post_required': The user must post a reply first; 'not_in_group_set': The user is not in the group set for this graded group discussion; 'not_in_group': The user is not in this topic's group; 'topic_is_announcement': This topic is an announcement.Example: not_in_group_set", required: false
39
- argument :assignment_id, ID, "The unique identifier of the assignment if the topic is for grading, otherwise null..", required: false
40
- argument :delayed_post_at, LMSGraphQL::Types::DateTimeType, "The datetime to publish the topic (if not right away)..", required: false
41
- argument :published, Boolean, "Whether this discussion topic is published (true) or draft state (false).Example: true", required: false
42
- argument :lock_at, LMSGraphQL::Types::DateTimeType, "The datetime to lock the topic (if ever)..", required: false
43
- argument :locked, Boolean, "Whether or not the discussion is 'closed for comments'..", required: false
44
- argument :pinned, Boolean, "Whether or not the discussion has been 'pinned' by an instructor.", required: false
45
- argument :locked_for_user, Boolean, "Whether or not this is locked for the user..Example: true", required: false
46
- argument :lock_info, LMSGraphQL::Types::Canvas::CanvasLockInfoInput, "(Optional) Information for the user about the lock. Present when locked_for_user is true..", required: false
47
- argument :lock_explanation, String, "(Optional) An explanation of why this is locked for the user. Present when locked_for_user is true..Example: This discussion is locked until September 1 at 12:00am", required: false
48
- argument :user_name, String, "The username of the topic creator..Example: User Name", required: false
49
- argument :topic_children, Int, "DEPRECATED An array of topic_ids for the group discussions the user is a part of..Example: 5, 7, 10", required: false
50
- argument :group_topic_children, String, "An array of group discussions the user is a part of. Fields include: id, group_id.Example: {'id'=>5, 'group_id'=>1}, {'id'=>7, 'group_id'=>5}, {'id'=>10, 'group_id'=>4}", required: false
51
- argument :root_topic_id, ID, "If the topic is for grading and a group assignment this will point to the original topic in the course..", required: false
52
- argument :podcast_url, String, "If the topic is a podcast topic this is the feed url for the current user..Example: /feeds/topics/1/enrollment_1XAcepje4u228rt4mi7Z1oFbRpn3RAkTzuXIGOPe.rss", required: false
53
- argument :discussion_type, DiscussionTopicDiscussionTypeEnum, "The type of discussion. Values are 'side_comment', for discussions that only allow one level of nested comments, and 'threaded' for fully threaded discussions..Example: side_comment", required: false
54
- argument :group_category_id, ID, "The unique identifier of the group category if the topic is a group discussion, otherwise null..", required: false
55
- argument :attachments, [LMSGraphQL::Types::Canvas::CanvasFileAttachmentInput], "Array of file attachments..", required: false
56
- argument :permissions, String, "The current user's permissions on this topic..Example: true", required: false
57
- argument :allow_rating, Boolean, "Whether or not users can rate entries in this topic..Example: true", required: false
58
- argument :only_graders_can_rate, Boolean, "Whether or not grade permissions are required to rate entries..Example: true", required: false
59
- argument :sort_by_rating, Boolean, "Whether or not entries should be sorted by rating..Example: true", required: false
26
+ argument :id, ID, "The ID of this topic..Example: 1", required: false
27
+ argument :title, String, "The topic title..Example: Topic 1", required: false
28
+ argument :message, String, "The HTML content of the message body..Example: <p>content here</p>", required: false
29
+ argument :html_url, String, "The URL to the discussion topic in canvas..Example: https://<canvas>/courses/1/discussion_topics/2", required: false
30
+ argument :posted_at, LMSGraphQL::Types::DateTimeType, "The datetime the topic was posted. If it is null it hasn't been posted yet. (see delayed_post_at).Example: 2037-07-21T13:29:31Z", required: false
31
+ argument :last_reply_at, LMSGraphQL::Types::DateTimeType, "The datetime for when the last reply was in the topic..Example: 2037-07-28T19:38:31Z", required: false
32
+ argument :require_initial_post, Boolean, "If true then a user may not respond to other replies until that user has made an initial reply. Defaults to false..", required: false
33
+ argument :user_can_see_posts, Boolean, "Whether or not posts in this topic are visible to the user..Example: true", required: false
34
+ argument :discussion_subentry_count, Int, "The count of entries in the topic..Example: 0", required: false
35
+ argument :read_state, DiscussionTopicReadStateEnum, "The read_state of the topic for the current user, 'read' or 'unread'..Example: read", required: false
36
+ argument :unread_count, Int, "The count of unread entries of this topic for the current user..Example: 0", required: false
37
+ argument :subscribed, Boolean, "Whether or not the current user is subscribed to this topic..Example: true", required: false
38
+ argument :subscription_hold, DiscussionTopicSubscriptionHoldEnum, "(Optional) Why the user cannot subscribe to this topic. Only one reason will be returned even if multiple apply. Can be one of: 'initial_post_required': The user must post a reply first; 'not_in_group_set': The user is not in the group set for this graded group discussion; 'not_in_group': The user is not in this topic's group; 'topic_is_announcement': This topic is an announcement.Example: not_in_group_set", required: false
39
+ argument :assignment_id, ID, "The unique identifier of the assignment if the topic is for grading, otherwise null..", required: false
40
+ argument :delayed_post_at, LMSGraphQL::Types::DateTimeType, "The datetime to publish the topic (if not right away)..", required: false
41
+ argument :published, Boolean, "Whether this discussion topic is published (true) or draft state (false).Example: true", required: false
42
+ argument :lock_at, LMSGraphQL::Types::DateTimeType, "The datetime to lock the topic (if ever)..", required: false
43
+ argument :locked, Boolean, "Whether or not the discussion is 'closed for comments'..", required: false
44
+ argument :pinned, Boolean, "Whether or not the discussion has been 'pinned' by an instructor.", required: false
45
+ argument :locked_for_user, Boolean, "Whether or not this is locked for the user..Example: true", required: false
46
+ argument :lock_info, LMSGraphQL::Types::Canvas::CanvasLockInfoInput, "(Optional) Information for the user about the lock. Present when locked_for_user is true..", required: false
47
+ argument :lock_explanation, String, "(Optional) An explanation of why this is locked for the user. Present when locked_for_user is true..Example: This discussion is locked until September 1 at 12:00am", required: false
48
+ argument :user_name, String, "The username of the topic creator..Example: User Name", required: false
49
+ argument :topic_children, Int, "DEPRECATED An array of topic_ids for the group discussions the user is a part of..Example: 5, 7, 10", required: false
50
+ argument :group_topic_children, String, "An array of group discussions the user is a part of. Fields include: id, group_id.Example: {'id'=>5, 'group_id'=>1}, {'id'=>7, 'group_id'=>5}, {'id'=>10, 'group_id'=>4}", required: false
51
+ argument :root_topic_id, ID, "If the topic is for grading and a group assignment this will point to the original topic in the course..", required: false
52
+ argument :podcast_url, String, "If the topic is a podcast topic this is the feed url for the current user..Example: /feeds/topics/1/enrollment_1XAcepje4u228rt4mi7Z1oFbRpn3RAkTzuXIGOPe.rss", required: false
53
+ argument :discussion_type, DiscussionTopicDiscussionTypeEnum, "The type of discussion. Values are 'side_comment', for discussions that only allow one level of nested comments, and 'threaded' for fully threaded discussions..Example: side_comment", required: false
54
+ argument :group_category_id, ID, "The unique identifier of the group category if the topic is a group discussion, otherwise null..", required: false
55
+ argument :attachments, [LMSGraphQL::Types::Canvas::CanvasFileAttachmentInput], "Array of file attachments..", required: false
56
+ argument :permissions, String, "The current user's permissions on this topic..Example: true", required: false
57
+ argument :allow_rating, Boolean, "Whether or not users can rate entries in this topic..Example: true", required: false
58
+ argument :only_graders_can_rate, Boolean, "Whether or not grade permissions are required to rate entries..Example: true", required: false
59
+ argument :sort_by_rating, Boolean, "Whether or not entries should be sorted by rating..Example: true", required: false
60
60
 
61
61
  end
62
62
  end
@@ -7,50 +7,50 @@ module LMSGraphQL
7
7
  module Canvas
8
8
  class CanvasEnrollmentInput < BaseInputObject
9
9
  description "Enrollments. API Docs: https://canvas.instructure.com/doc/api/enrollments.html"
10
- argument :id, ID, "The ID of the enrollment..Example: 1", required: false
11
- argument :course_id, ID, "The unique id of the course..Example: 1", required: false
12
- argument :sis_course_id, ID, "The SIS Course ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
13
- argument :course_integration_id, ID, "The Course Integration ID in which the enrollment is associated. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
14
- argument :course_section_id, ID, "The unique id of the user's section..Example: 1", required: false
15
- argument :section_integration_id, ID, "The Section Integration ID in which the enrollment is associated. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
16
- argument :sis_account_id, ID, "The SIS Account ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
17
- argument :sis_section_id, ID, "The SIS Section ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
18
- argument :sis_user_id, ID, "The SIS User ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
19
- argument :enrollment_state, String, "The state of the user's enrollment in the course..Example: active", required: false
20
- argument :limit_privileges_to_course_section, Boolean, "User can only access his or her own course section..Example: true", required: false
21
- argument :sis_import_id, ID, "The unique identifier for the SIS import. This field is only included if the user has permission to manage SIS information..Example: 83", required: false
22
- argument :root_account_id, ID, "The unique id of the user's account..Example: 1", required: false
23
- argument :type, String, "The enrollment type. One of 'StudentEnrollment', 'TeacherEnrollment', 'TaEnrollment', 'DesignerEnrollment', 'ObserverEnrollment'..Example: StudentEnrollment", required: false
24
- argument :user_id, ID, "The unique id of the user..Example: 1", required: false
25
- argument :associated_user_id, ID, "The unique id of the associated user. Will be null unless type is ObserverEnrollment..", required: false
26
- argument :role, String, "The enrollment role, for course-level permissions. This field will match `type` if the enrollment role has not been customized..Example: StudentEnrollment", required: false
27
- argument :role_id, ID, "The id of the enrollment role..Example: 1", required: false
28
- argument :created_at, LMSGraphQL::Types::DateTimeType, "The created time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
29
- argument :updated_at, LMSGraphQL::Types::DateTimeType, "The updated time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
30
- argument :start_at, LMSGraphQL::Types::DateTimeType, "The start time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
31
- argument :end_at, LMSGraphQL::Types::DateTimeType, "The end time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
32
- argument :last_activity_at, LMSGraphQL::Types::DateTimeType, "The last activity time of the user for the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
33
- argument :last_attended_at, LMSGraphQL::Types::DateTimeType, "The last attended date of the user for the enrollment in a course, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
34
- argument :total_activity_time, Int, "The total activity time of the user for the enrollment, in seconds..Example: 260", required: false
35
- argument :html_url, String, "The URL to the Canvas web UI page for this course enrollment..Example: https://.", required: false
36
- argument :grades, LMSGraphQL::Types::Canvas::CanvasGradeInput, "The URL to the Canvas web UI page containing the grades associated with this enrollment..Example: https://., 35, , 6.67, ", required: false
37
- argument :user, LMSGraphQL::Types::Canvas::CanvasUserInput, "A description of the user..Example: 3, Student 1, 1, Student, Stud 1", required: false
38
- argument :override_grade, String, "The user's override grade for the course..Example: A", required: false
39
- argument :override_score, Float, "The user's override score for the course..Example: 99.99", required: false
40
- argument :unposted_current_grade, String, "The user's current grade in the class including muted/unposted assignments. Only included if user has permissions to view this grade, typically teachers, TAs, and admins..", required: false
41
- argument :unposted_final_grade, String, "The user's final grade for the class including muted/unposted assignments. Only included if user has permissions to view this grade, typically teachers, TAs, and admins...", required: false
42
- argument :unposted_current_score, String, "The user's current score in the class including muted/unposted assignments. Only included if user has permissions to view this score, typically teachers, TAs, and admins...", required: false
43
- argument :unposted_final_score, String, "The user's final score for the class including muted/unposted assignments. Only included if user has permissions to view this score, typically teachers, TAs, and admins...", required: false
44
- argument :has_grading_periods, Boolean, "optional: Indicates whether the course the enrollment belongs to has grading periods set up. (applies only to student enrollments, and only available in course endpoints).Example: true", required: false
45
- argument :totals_for_all_grading_periods_option, Boolean, "optional: Indicates whether the course the enrollment belongs to has the Display Totals for 'All Grading Periods' feature enabled. (applies only to student enrollments, and only available in course endpoints).Example: true", required: false
46
- argument :current_grading_period_title, String, "optional: The name of the currently active grading period, if one exists. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: Fall Grading Period", required: false
47
- argument :current_grading_period_id, ID, "optional: The id of the currently active grading period, if one exists. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 5", required: false
48
- argument :current_period_override_grade, String, "The user's override grade for the current grading period..Example: A", required: false
49
- argument :current_period_override_score, Float, "The user's override score for the current grading period..Example: 99.99", required: false
50
- argument :current_period_unposted_current_score, Float, "optional: The student's score in the course for the current grading period, including muted/unposted assignments. Only included if user has permission to view this score, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 95.8", required: false
51
- argument :current_period_unposted_final_score, Float, "optional: The student's score in the course for the current grading period, including muted/unposted assignments and including ungraded assignments with a score of 0. Only included if user has permission to view this score, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 85.25", required: false
52
- argument :current_period_unposted_current_grade, String, "optional: The letter grade equivalent of current_period_unposted_current_score, if available. Only included if user has permission to view this grade, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: A", required: false
53
- argument :current_period_unposted_final_grade, String, "optional: The letter grade equivalent of current_period_unposted_final_score, if available. Only included if user has permission to view this grade, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: B", required: false
10
+ argument :id, ID, "The ID of the enrollment..Example: 1", required: false
11
+ argument :course_id, ID, "The unique id of the course..Example: 1", required: false
12
+ argument :sis_course_id, ID, "The SIS Course ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
13
+ argument :course_integration_id, ID, "The Course Integration ID in which the enrollment is associated. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
14
+ argument :course_section_id, ID, "The unique id of the user's section..Example: 1", required: false
15
+ argument :section_integration_id, ID, "The Section Integration ID in which the enrollment is associated. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
16
+ argument :sis_account_id, ID, "The SIS Account ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
17
+ argument :sis_section_id, ID, "The SIS Section ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
18
+ argument :sis_user_id, ID, "The SIS User ID in which the enrollment is associated. Only displayed if present. This field is only included if the user has permission to view SIS information..Example: SHEL93921", required: false
19
+ argument :enrollment_state, String, "The state of the user's enrollment in the course..Example: active", required: false
20
+ argument :limit_privileges_to_course_section, Boolean, "User can only access his or her own course section..Example: true", required: false
21
+ argument :sis_import_id, ID, "The unique identifier for the SIS import. This field is only included if the user has permission to manage SIS information..Example: 83", required: false
22
+ argument :root_account_id, ID, "The unique id of the user's account..Example: 1", required: false
23
+ argument :type, String, "The enrollment type. One of 'StudentEnrollment', 'TeacherEnrollment', 'TaEnrollment', 'DesignerEnrollment', 'ObserverEnrollment'..Example: StudentEnrollment", required: false
24
+ argument :user_id, ID, "The unique id of the user..Example: 1", required: false
25
+ argument :associated_user_id, ID, "The unique id of the associated user. Will be null unless type is ObserverEnrollment..", required: false
26
+ argument :role, String, "The enrollment role, for course-level permissions. This field will match `type` if the enrollment role has not been customized..Example: StudentEnrollment", required: false
27
+ argument :role_id, ID, "The id of the enrollment role..Example: 1", required: false
28
+ argument :created_at, LMSGraphQL::Types::DateTimeType, "The created time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
29
+ argument :updated_at, LMSGraphQL::Types::DateTimeType, "The updated time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
30
+ argument :start_at, LMSGraphQL::Types::DateTimeType, "The start time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
31
+ argument :end_at, LMSGraphQL::Types::DateTimeType, "The end time of the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
32
+ argument :last_activity_at, LMSGraphQL::Types::DateTimeType, "The last activity time of the user for the enrollment, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
33
+ argument :last_attended_at, LMSGraphQL::Types::DateTimeType, "The last attended date of the user for the enrollment in a course, in ISO8601 format..Example: 2012-04-18T23:08:51Z", required: false
34
+ argument :total_activity_time, Int, "The total activity time of the user for the enrollment, in seconds..Example: 260", required: false
35
+ argument :html_url, String, "The URL to the Canvas web UI page for this course enrollment..Example: https://.", required: false
36
+ argument :grades, LMSGraphQL::Types::Canvas::CanvasGradeInput, "The URL to the Canvas web UI page containing the grades associated with this enrollment..Example: https://., 35, , 6.67, ", required: false
37
+ argument :user, LMSGraphQL::Types::Canvas::CanvasUserInput, "A description of the user..Example: 3, Student 1, 1, Student, Stud 1", required: false
38
+ argument :override_grade, String, "The user's override grade for the course..Example: A", required: false
39
+ argument :override_score, Float, "The user's override score for the course..Example: 99.99", required: false
40
+ argument :unposted_current_grade, String, "The user's current grade in the class including muted/unposted assignments. Only included if user has permissions to view this grade, typically teachers, TAs, and admins..", required: false
41
+ argument :unposted_final_grade, String, "The user's final grade for the class including muted/unposted assignments. Only included if user has permissions to view this grade, typically teachers, TAs, and admins...", required: false
42
+ argument :unposted_current_score, String, "The user's current score in the class including muted/unposted assignments. Only included if user has permissions to view this score, typically teachers, TAs, and admins...", required: false
43
+ argument :unposted_final_score, String, "The user's final score for the class including muted/unposted assignments. Only included if user has permissions to view this score, typically teachers, TAs, and admins...", required: false
44
+ argument :has_grading_periods, Boolean, "optional: Indicates whether the course the enrollment belongs to has grading periods set up. (applies only to student enrollments, and only available in course endpoints).Example: true", required: false
45
+ argument :totals_for_all_grading_periods_option, Boolean, "optional: Indicates whether the course the enrollment belongs to has the Display Totals for 'All Grading Periods' feature enabled. (applies only to student enrollments, and only available in course endpoints).Example: true", required: false
46
+ argument :current_grading_period_title, String, "optional: The name of the currently active grading period, if one exists. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: Fall Grading Period", required: false
47
+ argument :current_grading_period_id, ID, "optional: The id of the currently active grading period, if one exists. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 5", required: false
48
+ argument :current_period_override_grade, String, "The user's override grade for the current grading period..Example: A", required: false
49
+ argument :current_period_override_score, Float, "The user's override score for the current grading period..Example: 99.99", required: false
50
+ argument :current_period_unposted_current_score, Float, "optional: The student's score in the course for the current grading period, including muted/unposted assignments. Only included if user has permission to view this score, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 95.8", required: false
51
+ argument :current_period_unposted_final_score, Float, "optional: The student's score in the course for the current grading period, including muted/unposted assignments and including ungraded assignments with a score of 0. Only included if user has permission to view this score, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: 85.25", required: false
52
+ argument :current_period_unposted_current_grade, String, "optional: The letter grade equivalent of current_period_unposted_current_score, if available. Only included if user has permission to view this grade, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: A", required: false
53
+ argument :current_period_unposted_final_grade, String, "optional: The letter grade equivalent of current_period_unposted_final_score, if available. Only included if user has permission to view this grade, typically teachers, TAs, and admins. If the course the enrollment belongs to does not have grading periods, or if no currently active grading period exists, the value will be null. (applies only to student enrollments, and only available in course endpoints).Example: B", required: false
54
54
 
55
55
  end
56
56
  end
@@ -6,14 +6,14 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasEnrollmentTermInput < BaseInputObject
8
8
  description "Enrollment Terms. API Docs: https://canvas.instructure.com/doc/api/enrollment_terms.html"
9
- argument :id, ID, "The unique identifier for the enrollment term..Example: 1", required: false
10
- argument :sis_term_id, ID, "The SIS id of the term. Only included if the user has permission to view SIS information..Example: Sp2014", required: false
11
- argument :sis_import_id, ID, "the unique identifier for the SIS import. This field is only included if the user has permission to manage SIS information..Example: 34", required: false
12
- argument :name, String, "The name of the term..Example: Spring 2014", required: false
13
- argument :start_at, LMSGraphQL::Types::DateTimeType, "The datetime of the start of the term..Example: 2014-01-06T08:00:00-05:00", required: false
14
- argument :end_at, LMSGraphQL::Types::DateTimeType, "The datetime of the end of the term..Example: 2014-05-16T05:00:00-04:00", required: false
15
- argument :workflow_state, String, "The state of the term. Can be 'active' or 'deleted'..Example: active", required: false
16
- argument :overrides, String, "Term date overrides for specific enrollment types.Example: {'start_at'=>'2014-01-07T08:00:00-05:00', 'end_at'=>'2014-05-14T05:00:00-04:0'}", required: false
9
+ argument :id, ID, "The unique identifier for the enrollment term..Example: 1", required: false
10
+ argument :sis_term_id, ID, "The SIS id of the term. Only included if the user has permission to view SIS information..Example: Sp2014", required: false
11
+ argument :sis_import_id, ID, "the unique identifier for the SIS import. This field is only included if the user has permission to manage SIS information..Example: 34", required: false
12
+ argument :name, String, "The name of the term..Example: Spring 2014", required: false
13
+ argument :start_at, LMSGraphQL::Types::DateTimeType, "The datetime of the start of the term..Example: 2014-01-06T08:00:00-05:00", required: false
14
+ argument :end_at, LMSGraphQL::Types::DateTimeType, "The datetime of the end of the term..Example: 2014-05-16T05:00:00-04:00", required: false
15
+ argument :workflow_state, String, "The state of the term. Can be 'active' or 'deleted'..Example: active", required: false
16
+ argument :overrides, String, "Term date overrides for specific enrollment types.Example: {'start_at'=>'2014-01-07T08:00:00-05:00', 'end_at'=>'2014-05-14T05:00:00-04:0'}", required: false
17
17
 
18
18
  end
19
19
  end
@@ -0,0 +1,14 @@
1
+ require_relative "../canvas_base_type"
2
+ require_relative "enrollment_term"
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasEnrollmentTermsList < BaseType
8
+ description "Enrollment Terms. API Docs: https://canvas.instructure.com/doc/api/enrollment_terms.html"
9
+ field :enrollment_terms, [LMSGraphQL::Types::Canvas::CanvasEnrollmentTerm], "a paginated list of all terms in the account.", null: true
10
+
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ require_relative "../canvas_base_input_type"
2
+ require_relative "enrollment_term"
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasEnrollmentTermsListInput < BaseInputObject
8
+ description "Enrollment Terms. API Docs: https://canvas.instructure.com/doc/api/enrollment_terms.html"
9
+ argument :enrollment_terms, [LMSGraphQL::Types::Canvas::CanvasEnrollmentTermInput], "a paginated list of all terms in the account.", required: false
10
+
11
+ end
12
+ end
13
+ end
14
+ end
@@ -14,12 +14,12 @@ module LMSGraphQL
14
14
  end
15
15
  class CanvasEpubExportInput < BaseInputObject
16
16
  description "ePub Exports. API Docs: https://canvas.instructure.com/doc/api/e_pub_exports.html"
17
- argument :id, ID, "the unique identifier for the export.Example: 101", required: false
18
- argument :created_at, LMSGraphQL::Types::DateTimeType, "the date and time this export was requested.Example: 2014-01-01T00:00:00Z", required: false
19
- argument :attachment, LMSGraphQL::Types::Canvas::CanvasFileInput, "attachment api object for the export ePub (not present until the export completes).Example: https://example.com/api/v1/attachments/789?download_frd=1&verifier=bG9sY2F0cyEh", required: false
20
- argument :progress_url, String, "The api endpoint for polling the current progress.Example: https://example.com/api/v1/progress/4", required: false
21
- argument :user_id, ID, "The ID of the user who started the export.Example: 4", required: false
22
- argument :workflow_state, EpubExportWorkflowStateEnum, "Current state of the ePub export: created exporting exported generating generated failed.Example: exported", required: false
17
+ argument :id, ID, "the unique identifier for the export.Example: 101", required: false
18
+ argument :created_at, LMSGraphQL::Types::DateTimeType, "the date and time this export was requested.Example: 2014-01-01T00:00:00Z", required: false
19
+ argument :attachment, LMSGraphQL::Types::Canvas::CanvasFileInput, "attachment api object for the export ePub (not present until the export completes).Example: https://example.com/api/v1/attachments/789?download_frd=1&verifier=bG9sY2F0cyEh", required: false
20
+ argument :progress_url, String, "The api endpoint for polling the current progress.Example: https://example.com/api/v1/progress/4", required: false
21
+ argument :user_id, ID, "The ID of the user who started the export.Example: 4", required: false
22
+ argument :workflow_state, EpubExportWorkflowStateEnum, "Current state of the ePub export: created exporting exported generating generated failed.Example: exported", required: false
23
23
 
24
24
  end
25
25
  end
@@ -6,13 +6,13 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasErrorReportInput < BaseInputObject
8
8
  description "Error Reports. API Docs: https://canvas.instructure.com/doc/api/error_reports.html"
9
- argument :subject, String, "The users problem summary, like an email subject line.Example: File upload breaking", required: false
10
- argument :comments, String, "long form documentation of what was witnessed.Example: When I went to upload a .mov file to my files page, I got an error. Retrying didn't help, other file types seem ok", required: false
11
- argument :user_perceived_severity, String, "categorization of how bad the user thinks the problem is. Should be one of [just_a_comment, not_urgent, workaround_possible, blocks_what_i_need_to_do, extreme_critical_emergency]..Example: just_a_comment", required: false
12
- argument :email, String, "the email address of the reporting user.Example: name@example.com", required: false
13
- argument :url, String, "URL of the page on which the error was reported.Example: https://canvas.instructure.com/courses/1", required: false
14
- argument :context_asset_string, String, "string describing the asset being interacted with at the time of error. Formatted '[type]_[id]'.Example: user_1", required: false
15
- argument :user_roles, String, "comma seperated list of roles the reporting user holds. Can be one [student], or many [teacher,admin].Example: user,teacher,admin", required: false
9
+ argument :subject, String, "The users problem summary, like an email subject line.Example: File upload breaking", required: false
10
+ argument :comments, String, "long form documentation of what was witnessed.Example: When I went to upload a .mov file to my files page, I got an error. Retrying didn't help, other file types seem ok", required: false
11
+ argument :user_perceived_severity, String, "categorization of how bad the user thinks the problem is. Should be one of [just_a_comment, not_urgent, workaround_possible, blocks_what_i_need_to_do, extreme_critical_emergency]..Example: just_a_comment", required: false
12
+ argument :email, String, "the email address of the reporting user.Example: name@example.com", required: false
13
+ argument :url, String, "URL of the page on which the error was reported.Example: https://canvas.instructure.com/courses/1", required: false
14
+ argument :context_asset_string, String, "string describing the asset being interacted with at the time of error. Formatted '[type]_[id]'.Example: user_1", required: false
15
+ argument :user_roles, String, "comma seperated list of roles the reporting user holds. Can be one [student], or many [teacher,admin].Example: user,teacher,admin", required: false
16
16
 
17
17
  end
18
18
  end
@@ -6,8 +6,8 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasExceptionRecordInput < BaseInputObject
8
8
  description "Blueprint Courses. API Docs: https://canvas.instructure.com/doc/api/blueprint_courses.html"
9
- argument :course_id, ID, "The ID of the associated course.Example: 101", required: false
10
- argument :conflicting_changes, String, "A list of change classes in the associated course's copy of the item that prevented a blueprint change from being applied. One or more of ['content', 'points', 'due_dates', 'availability_dates']..Example: points", required: false
9
+ argument :course_id, ID, "The ID of the associated course.Example: 101", required: false
10
+ argument :conflicting_changes, String, "A list of change classes in the associated course's copy of the item that prevented a blueprint change from being applied. One or more of ['content', 'points', 'due_dates', 'availability_dates']..Example: points", required: false
11
11
 
12
12
  end
13
13
  end
@@ -11,12 +11,12 @@ module LMSGraphQL
11
11
  end
12
12
  class CanvasExternalFeedInput < BaseInputObject
13
13
  description "Announcement External Feeds. API Docs: https://canvas.instructure.com/doc/api/announcement_external_feeds.html"
14
- argument :id, ID, "The ID of the feed.Example: 5", required: false
15
- argument :display_name, String, "The title of the feed, pulled from the feed itself. If the feed hasn't yet been pulled, a temporary name will be synthesized based on the URL.Example: My Blog", required: false
16
- argument :url, String, "The HTTP/HTTPS URL to the feed.Example: http://example.com/myblog.rss", required: false
17
- argument :header_match, String, "If not null, only feed entries whose title contains this string will trigger new posts in Canvas.Example: pattern", required: false
18
- argument :created_at, LMSGraphQL::Types::DateTimeType, "When this external feed was added to Canvas.Example: 2012-06-01T00:00:00-06:00", required: false
19
- argument :verbosity, ExternalFeedVerbosityEnum, "The verbosity setting determines how much of the feed's content is imported into Canvas as part of the posting. 'link_only' means that only the title and a link to the item. 'truncate' means that a summary of the first portion of the item body will be used. 'full' means that the full item body will be used..Example: truncate", required: false
14
+ argument :id, ID, "The ID of the feed.Example: 5", required: false
15
+ argument :display_name, String, "The title of the feed, pulled from the feed itself. If the feed hasn't yet been pulled, a temporary name will be synthesized based on the URL.Example: My Blog", required: false
16
+ argument :url, String, "The HTTP/HTTPS URL to the feed.Example: http://example.com/myblog.rss", required: false
17
+ argument :header_match, String, "If not null, only feed entries whose title contains this string will trigger new posts in Canvas.Example: pattern", required: false
18
+ argument :created_at, LMSGraphQL::Types::DateTimeType, "When this external feed was added to Canvas.Example: 2012-06-01T00:00:00-06:00", required: false
19
+ argument :verbosity, ExternalFeedVerbosityEnum, "The verbosity setting determines how much of the feed's content is imported into Canvas as part of the posting. 'link_only' means that only the title and a link to the item. 'truncate' means that a summary of the first portion of the item body will be used. 'full' means that the full item body will be used..Example: truncate", required: false
20
20
 
21
21
  end
22
22
  end
@@ -6,9 +6,9 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasExternalToolTagAttributeInput < BaseInputObject
8
8
  description "Assignments. API Docs: https://canvas.instructure.com/doc/api/assignments.html"
9
- argument :url, String, "URL to the external tool.Example: http://instructure.com", required: false
10
- argument :new_tab, Boolean, "Whether or not there is a new tab for the external tool.", required: false
11
- argument :resource_link_id, ID, "the identifier for this tool_tag.Example: ab81173af98b8c33e66a", required: false
9
+ argument :url, String, "URL to the external tool.Example: http://instructure.com", required: false
10
+ argument :new_tab, Boolean, "Whether or not there is a new tab for the external tool.", required: false
11
+ argument :resource_link_id, ID, "the identifier for this tool_tag.Example: ab81173af98b8c33e66a", required: false
12
12
 
13
13
  end
14
14
  end
@@ -9,8 +9,8 @@ module LMSGraphQL
9
9
  end
10
10
  class CanvasFavoriteInput < BaseInputObject
11
11
  description "Favorites. API Docs: https://canvas.instructure.com/doc/api/favorites.html"
12
- argument :context_id, ID, "The ID of the object the Favorite refers to.Example: 1170", required: false
13
- argument :context_type, FavoriteContextTypeEnum, "The type of the object the Favorite refers to (currently, only 'Course' is supported).Example: Course", required: false
12
+ argument :context_id, ID, "The ID of the object the Favorite refers to.Example: 1170", required: false
13
+ argument :context_type, FavoriteContextTypeEnum, "The type of the object the Favorite refers to (currently, only 'Course' is supported).Example: Course", required: false
14
14
 
15
15
  end
16
16
  end
@@ -12,7 +12,7 @@ module LMSGraphQL
12
12
  end
13
13
  class CanvasFeature < BaseType
14
14
  description "Feature Flags. API Docs: https://canvas.instructure.com/doc/api/feature_flags.html"
15
- field :name, String, "The symbolic name of the feature, used in FeatureFlags.Example: fancy_wickets", null: true
15
+ field :feature, String, "The symbolic name of the feature, used in FeatureFlags.Example: fancy_wickets", null: true
16
16
  field :display_name, String, "The user-visible name of the feature.Example: Fancy Wickets", null: true
17
17
  field :applies_to, FeatureAppliesToEnum, "The type of object the feature applies to (RootAccount, Account, Course, or User):
18
18
  * RootAccount features may only be controlled by flags on root accounts.
@@ -13,6 +13,7 @@ module LMSGraphQL
13
13
  class FeatureFlagStateEnum < ::GraphQL::Schema::Enum
14
14
  value "off"
15
15
  value "allowed"
16
+ value "allowed_on"
16
17
  value "on"
17
18
  end
18
19
  class CanvasFeatureFlag < BaseType
@@ -20,7 +21,7 @@ module LMSGraphQL
20
21
  field :context_type, FeatureFlagContextTypeEnum, "The type of object to which this flag applies (Account, Course, or User). (This field is not present if this FeatureFlag represents the global Canvas default).Example: Account", null: true
21
22
  field :context_id, ID, "The id of the object to which this flag applies (This field is not present if this FeatureFlag represents the global Canvas default).Example: 1038", null: true
22
23
  field :feature, String, "The feature this flag controls.Example: fancy_wickets", null: true
23
- field :state, FeatureFlagStateEnum, "The policy for the feature at this context. can be 'off', 'allowed', or 'on'..Example: allowed", null: true
24
+ field :state, FeatureFlagStateEnum, "The policy for the feature at this context. can be 'off', 'allowed', 'allowed_on', or 'on'..Example: allowed", null: true
24
25
  field :locked, Boolean, "If set, this feature flag cannot be changed in the caller's context because the flag is set 'off' or 'on' in a higher context.", null: true
25
26
 
26
27
  end
@@ -13,15 +13,16 @@ module LMSGraphQL
13
13
  class FeatureFlagStateEnum < ::GraphQL::Schema::Enum
14
14
  value "off"
15
15
  value "allowed"
16
+ value "allowed_on"
16
17
  value "on"
17
18
  end
18
19
  class CanvasFeatureFlagInput < BaseInputObject
19
20
  description "Feature Flags. API Docs: https://canvas.instructure.com/doc/api/feature_flags.html"
20
- argument :context_type, FeatureFlagContextTypeEnum, "The type of object to which this flag applies (Account, Course, or User). (This field is not present if this FeatureFlag represents the global Canvas default).Example: Account", required: false
21
- argument :context_id, ID, "The id of the object to which this flag applies (This field is not present if this FeatureFlag represents the global Canvas default).Example: 1038", required: false
22
- argument :feature, String, "The feature this flag controls.Example: fancy_wickets", required: false
23
- argument :state, FeatureFlagStateEnum, "The policy for the feature at this context. can be 'off', 'allowed', or 'on'..Example: allowed", required: false
24
- argument :locked, Boolean, "If set, this feature flag cannot be changed in the caller's context because the flag is set 'off' or 'on' in a higher context.", required: false
21
+ argument :context_type, FeatureFlagContextTypeEnum, "The type of object to which this flag applies (Account, Course, or User). (This field is not present if this FeatureFlag represents the global Canvas default).Example: Account", required: false
22
+ argument :context_id, ID, "The id of the object to which this flag applies (This field is not present if this FeatureFlag represents the global Canvas default).Example: 1038", required: false
23
+ argument :feature, String, "The feature this flag controls.Example: fancy_wickets", required: false
24
+ argument :state, FeatureFlagStateEnum, "The policy for the feature at this context. can be 'off', 'allowed', 'allowed_on', or 'on'..Example: allowed", required: false
25
+ argument :locked, Boolean, "If set, this feature flag cannot be changed in the caller's context because the flag is set 'off' or 'on' in a higher context.", required: false
25
26
 
26
27
  end
27
28
  end