lms-graphql-api 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (436) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lms_graphql/mutations/canvas/create_assignment.rb +3 -3
  3. data/lib/lms_graphql/mutations/canvas/create_assignment_override.rb +3 -3
  4. data/lib/lms_graphql/mutations/canvas/create_blackout_date_accounts.rb +31 -0
  5. data/lib/lms_graphql/mutations/canvas/create_blackout_date_courses.rb +31 -0
  6. data/lib/lms_graphql/mutations/canvas/create_calendar_event.rb +10 -6
  7. data/lib/lms_graphql/mutations/canvas/create_content_migration_accounts.rb +7 -5
  8. data/lib/lms_graphql/mutations/canvas/create_content_migration_courses.rb +7 -5
  9. data/lib/lms_graphql/mutations/canvas/create_content_migration_groups.rb +7 -5
  10. data/lib/lms_graphql/mutations/canvas/create_content_migration_users.rb +7 -5
  11. data/lib/lms_graphql/mutations/canvas/create_course_section.rb +2 -2
  12. data/lib/lms_graphql/mutations/canvas/create_enrollment_term.rb +4 -4
  13. data/lib/lms_graphql/mutations/canvas/create_folder_courses.rb +2 -2
  14. data/lib/lms_graphql/mutations/canvas/create_folder_folders.rb +2 -2
  15. data/lib/lms_graphql/mutations/canvas/create_folder_groups.rb +2 -2
  16. data/lib/lms_graphql/mutations/canvas/create_folder_users.rb +2 -2
  17. data/lib/lms_graphql/mutations/canvas/create_global_notification.rb +2 -2
  18. data/lib/lms_graphql/mutations/canvas/create_jwt.rb +8 -2
  19. data/lib/lms_graphql/mutations/canvas/create_line_item.rb +5 -3
  20. data/lib/lms_graphql/mutations/canvas/create_module.rb +1 -1
  21. data/lib/lms_graphql/mutations/canvas/create_module_item.rb +6 -2
  22. data/lib/lms_graphql/mutations/canvas/create_new_course.rb +2 -2
  23. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_courses.rb +2 -2
  24. data/lib/lms_graphql/mutations/canvas/create_new_discussion_topic_groups.rb +2 -2
  25. data/lib/lms_graphql/mutations/canvas/create_or_update_events_directly_for_course_timetable.rb +2 -2
  26. data/lib/lms_graphql/mutations/canvas/create_planner_note.rb +1 -1
  27. data/lib/lms_graphql/mutations/canvas/create_quiz.rb +5 -5
  28. data/lib/lms_graphql/mutations/canvas/create_score.rb +15 -3
  29. data/lib/lms_graphql/mutations/canvas/cross_list_section.rb +5 -2
  30. data/lib/lms_graphql/mutations/canvas/de_cross_list_section.rb +4 -2
  31. data/lib/lms_graphql/mutations/canvas/delete_blackout_date_accounts.rb +26 -0
  32. data/lib/lms_graphql/mutations/canvas/delete_blackout_date_courses.rb +26 -0
  33. data/lib/lms_graphql/mutations/canvas/delete_calendar_event.rb +4 -2
  34. data/lib/lms_graphql/mutations/canvas/delete_page_courses.rb +3 -3
  35. data/lib/lms_graphql/mutations/canvas/delete_page_groups.rb +3 -3
  36. data/lib/lms_graphql/mutations/canvas/duplicate_page.rb +3 -3
  37. data/lib/lms_graphql/mutations/canvas/edit_assignment.rb +7 -5
  38. data/lib/lms_graphql/mutations/canvas/edit_group.rb +4 -2
  39. data/lib/lms_graphql/mutations/canvas/edit_section.rb +6 -4
  40. data/lib/lms_graphql/mutations/canvas/edit_user.rb +6 -2
  41. data/lib/lms_graphql/mutations/canvas/edit_user_BACKUP_72590.rb +53 -0
  42. data/lib/lms_graphql/mutations/canvas/edit_user_BASE_72590.rb +47 -0
  43. data/lib/lms_graphql/mutations/canvas/edit_user_LOCAL_72590.rb +53 -0
  44. data/lib/lms_graphql/mutations/canvas/edit_user_REMOTE_72590.rb +49 -0
  45. data/lib/lms_graphql/mutations/canvas/edit_user_login.rb +4 -2
  46. data/lib/lms_graphql/mutations/canvas/enroll_user_courses.rb +2 -2
  47. data/lib/lms_graphql/mutations/canvas/enroll_user_sections.rb +2 -2
  48. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_courses.rb +5 -1
  49. data/lib/lms_graphql/mutations/canvas/grade_or_comment_on_submission_sections.rb +5 -1
  50. data/lib/lms_graphql/mutations/canvas/mark_rubric_assessments_as_read_courses_rubric_assessments.rb +28 -0
  51. data/lib/lms_graphql/mutations/canvas/mark_rubric_assessments_as_read_courses_rubric_comments.rb +28 -0
  52. data/lib/lms_graphql/mutations/canvas/mark_rubric_assessments_as_read_sections_rubric_assessments.rb +28 -0
  53. data/lib/lms_graphql/mutations/canvas/mark_rubric_assessments_as_read_sections_rubric_comments.rb +28 -0
  54. data/lib/lms_graphql/mutations/canvas/mutations.rb +15 -2
  55. data/lib/lms_graphql/mutations/canvas/remove_quiz_migration_alert.rb +24 -0
  56. data/lib/lms_graphql/mutations/canvas/revert_to_revision_courses.rb +3 -3
  57. data/lib/lms_graphql/mutations/canvas/revert_to_revision_groups.rb +3 -3
  58. data/lib/lms_graphql/mutations/canvas/save_enabled_account_calendars.rb +22 -0
  59. data/lib/lms_graphql/mutations/canvas/self_register_user.rb +1 -1
  60. data/lib/lms_graphql/mutations/canvas/start_report.rb +3 -1
  61. data/lib/lms_graphql/mutations/canvas/submit_assignment_courses.rb +1 -1
  62. data/lib/lms_graphql/mutations/canvas/submit_assignment_sections.rb +1 -1
  63. data/lib/lms_graphql/mutations/canvas/update_account.rb +7 -1
  64. data/lib/lms_graphql/mutations/canvas/update_assignment_override.rb +3 -3
  65. data/lib/lms_graphql/mutations/canvas/update_blackout_date_accounts.rb +33 -0
  66. data/lib/lms_graphql/mutations/canvas/update_blackout_date_courses.rb +33 -0
  67. data/lib/lms_graphql/mutations/canvas/update_calendar_event.rb +12 -6
  68. data/lib/lms_graphql/mutations/canvas/update_calendar_s_visibility.rb +27 -0
  69. data/lib/lms_graphql/mutations/canvas/update_course.rb +9 -5
  70. data/lib/lms_graphql/mutations/canvas/update_course_settings.rb +8 -2
  71. data/lib/lms_graphql/mutations/canvas/update_create_page_courses.rb +3 -3
  72. data/lib/lms_graphql/mutations/canvas/update_create_page_groups.rb +3 -3
  73. data/lib/lms_graphql/mutations/canvas/update_enrollment_term.rb +8 -6
  74. data/lib/lms_graphql/mutations/canvas/update_file.rb +2 -2
  75. data/lib/lms_graphql/mutations/canvas/update_folder.rb +2 -2
  76. data/lib/lms_graphql/mutations/canvas/update_global_notification.rb +2 -2
  77. data/lib/lms_graphql/mutations/canvas/update_line_item.rb +4 -2
  78. data/lib/lms_graphql/mutations/canvas/update_list_of_blackout_dates.rb +27 -0
  79. data/lib/lms_graphql/mutations/canvas/update_many_calendars_visibility.rb +24 -0
  80. data/lib/lms_graphql/mutations/canvas/update_module.rb +1 -1
  81. data/lib/lms_graphql/mutations/canvas/update_outcome.rb +4 -2
  82. data/lib/lms_graphql/mutations/canvas/update_planner_note.rb +1 -1
  83. data/lib/lms_graphql/mutations/canvas/update_plannernote.rb +1 -1
  84. data/lib/lms_graphql/mutations/canvas/update_single_grading_period.rb +2 -2
  85. data/lib/lms_graphql/mutations/canvas/update_topic_courses.rb +2 -2
  86. data/lib/lms_graphql/mutations/canvas/update_topic_groups.rb +2 -2
  87. data/lib/lms_graphql/mutations/canvas_base_mutation.rb +0 -1
  88. data/lib/lms_graphql/resolvers/canvas/advanced_query.rb +2 -2
  89. data/lib/lms_graphql/resolvers/canvas/count_of_all_visible_account_calendars.rb +22 -0
  90. data/lib/lms_graphql/resolvers/canvas/course_audit_log_query_by_account.rb +2 -2
  91. data/lib/lms_graphql/resolvers/canvas/course_audit_log_query_by_course.rb +2 -2
  92. data/lib/lms_graphql/resolvers/canvas/get_bulk_user_progress.rb +2 -2
  93. data/lib/lms_graphql/resolvers/canvas/get_file_courses.rb +6 -2
  94. data/lib/lms_graphql/resolvers/canvas/get_file_files.rb +6 -2
  95. data/lib/lms_graphql/resolvers/canvas/get_file_groups.rb +6 -2
  96. data/lib/lms_graphql/resolvers/canvas/get_file_users.rb +6 -2
  97. data/lib/lms_graphql/resolvers/canvas/get_ids_of_outcome_groups_created_after_successful_import_accounts.rb +24 -0
  98. data/lib/lms_graphql/resolvers/canvas/get_ids_of_outcome_groups_created_after_successful_import_courses.rb +24 -0
  99. data/lib/lms_graphql/resolvers/canvas/get_outcome_result_rollups.rb +4 -2
  100. data/lib/lms_graphql/resolvers/canvas/get_rubric_assessments_read_state_courses_rubric_assessments.rb +26 -0
  101. data/lib/lms_graphql/resolvers/canvas/get_rubric_assessments_read_state_courses_rubric_comments.rb +26 -0
  102. data/lib/lms_graphql/resolvers/canvas/get_rubric_assessments_read_state_sections_rubric_assessments.rb +26 -0
  103. data/lib/lms_graphql/resolvers/canvas/get_rubric_assessments_read_state_sections_rubric_comments.rb +26 -0
  104. data/lib/lms_graphql/resolvers/canvas/get_single_account_calendar.rb +22 -0
  105. data/lib/lms_graphql/resolvers/canvas/get_single_blackout_date_accounts.rb +24 -0
  106. data/lib/lms_graphql/resolvers/canvas/get_single_blackout_date_courses.rb +24 -0
  107. data/lib/lms_graphql/resolvers/canvas/get_sis_import_list.rb +2 -2
  108. data/lib/lms_graphql/resolvers/canvas/grade_change_log_query_by_course.rb +2 -2
  109. data/lib/lms_graphql/resolvers/canvas/list_active_courses_in_account.rb +2 -2
  110. data/lib/lms_graphql/resolvers/canvas/list_all_account_calendars.rb +27 -0
  111. data/lib/lms_graphql/resolvers/canvas/list_announcements.rb +2 -2
  112. data/lib/lms_graphql/resolvers/canvas/list_available_account_calendars.rb +23 -0
  113. data/lib/lms_graphql/resolvers/canvas/list_blackout_dates_accounts.rb +23 -0
  114. data/lib/lms_graphql/resolvers/canvas/list_blackout_dates_courses.rb +23 -0
  115. data/lib/lms_graphql/resolvers/canvas/list_calendar_events.rb +8 -4
  116. data/lib/lms_graphql/resolvers/canvas/list_calendar_events_for_user.rb +8 -4
  117. data/lib/lms_graphql/resolvers/canvas/list_line_items.rb +4 -2
  118. data/lib/lms_graphql/resolvers/canvas/list_of_commmessages_for_user.rb +2 -2
  119. data/lib/lms_graphql/resolvers/canvas/list_planner_items.rb +2 -2
  120. data/lib/lms_graphql/resolvers/canvas/list_planner_items_planner.rb +2 -2
  121. data/lib/lms_graphql/resolvers/canvas/list_planner_items_users.rb +2 -2
  122. data/lib/lms_graphql/resolvers/canvas/list_planner_notes.rb +2 -2
  123. data/lib/lms_graphql/resolvers/canvas/list_revisions_courses.rb +3 -3
  124. data/lib/lms_graphql/resolvers/canvas/list_revisions_groups.rb +3 -3
  125. data/lib/lms_graphql/resolvers/canvas/list_submissions_for_multiple_assignments_courses.rb +2 -2
  126. data/lib/lms_graphql/resolvers/canvas/list_submissions_for_multiple_assignments_sections.rb +2 -2
  127. data/lib/lms_graphql/resolvers/canvas/list_user_page_views.rb +2 -2
  128. data/lib/lms_graphql/resolvers/canvas/new_blackout_date_accounts.rb +22 -0
  129. data/lib/lms_graphql/resolvers/canvas/new_blackout_date_courses.rb +22 -0
  130. data/lib/lms_graphql/resolvers/canvas/query_by_account.rb +2 -2
  131. data/lib/lms_graphql/resolvers/canvas/query_by_assignment.rb +2 -2
  132. data/lib/lms_graphql/resolvers/canvas/query_by_grader.rb +2 -2
  133. data/lib/lms_graphql/resolvers/canvas/query_by_login.rb +2 -2
  134. data/lib/lms_graphql/resolvers/canvas/query_by_student.rb +2 -2
  135. data/lib/lms_graphql/resolvers/canvas/query_by_user.rb +2 -2
  136. data/lib/lms_graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_accounts.rb +2 -2
  137. data/lib/lms_graphql/resolvers/canvas/retrieve_assignments_enabled_for_grade_export_to_sis_courses.rb +2 -2
  138. data/lib/lms_graphql/resolvers/canvas/show_line_item.rb +4 -2
  139. data/lib/lms_graphql/resolvers/canvas/show_outcome.rb +4 -2
  140. data/lib/lms_graphql/resolvers/canvas/show_page_courses.rb +3 -3
  141. data/lib/lms_graphql/resolvers/canvas/show_page_groups.rb +3 -3
  142. data/lib/lms_graphql/resolvers/canvas/show_revision_courses_latest.rb +3 -3
  143. data/lib/lms_graphql/resolvers/canvas/show_revision_courses_revision_id.rb +3 -3
  144. data/lib/lms_graphql/resolvers/canvas/show_revision_groups_latest.rb +3 -3
  145. data/lib/lms_graphql/resolvers/canvas/show_revision_groups_revision_id.rb +3 -3
  146. data/lib/lms_graphql/resolvers/canvas/translate_file_reference.rb +24 -0
  147. data/lib/lms_graphql/resolvers/canvas/update_user_settings.rb +3 -1
  148. data/lib/lms_graphql/resolvers/canvas_base_resolver.rb +0 -1
  149. data/lib/lms_graphql/types/canvas/account_calendar.rb +19 -0
  150. data/lib/lms_graphql/types/canvas/account_calendar_input.rb +19 -0
  151. data/lib/lms_graphql/types/canvas/account_input.rb +6 -6
  152. data/lib/lms_graphql/types/canvas/account_notification.rb +2 -2
  153. data/lib/lms_graphql/types/canvas/account_notification_input.rb +7 -7
  154. data/lib/lms_graphql/types/canvas/admin_input.rb +4 -4
  155. data/lib/lms_graphql/types/canvas/anonymous_user_display.rb +1 -0
  156. data/lib/lms_graphql/types/canvas/anonymous_user_display_input.rb +3 -2
  157. data/lib/lms_graphql/types/canvas/answer_input.rb +16 -16
  158. data/lib/lms_graphql/types/canvas/appointment.rb +2 -2
  159. data/lib/lms_graphql/types/canvas/appointment_group.rb +4 -4
  160. data/lib/lms_graphql/types/canvas/appointment_group_input.rb +25 -25
  161. data/lib/lms_graphql/types/canvas/appointment_input.rb +3 -3
  162. data/lib/lms_graphql/types/canvas/assessment_input.rb +3 -3
  163. data/lib/lms_graphql/types/canvas/assignment.rb +10 -6
  164. data/lib/lms_graphql/types/canvas/assignment_date.rb +3 -3
  165. data/lib/lms_graphql/types/canvas/assignment_date_input.rb +6 -6
  166. data/lib/lms_graphql/types/canvas/assignment_event.rb +6 -6
  167. data/lib/lms_graphql/types/canvas/assignment_event_input.rb +16 -16
  168. data/lib/lms_graphql/types/canvas/assignment_extension_input.rb +3 -3
  169. data/lib/lms_graphql/types/canvas/assignment_group_attribute_input.rb +5 -5
  170. data/lib/lms_graphql/types/canvas/assignment_group_input.rb +8 -8
  171. data/lib/lms_graphql/types/canvas/assignment_input.rb +74 -70
  172. data/lib/lms_graphql/types/canvas/assignment_override.rb +4 -4
  173. data/lib/lms_graphql/types/canvas/assignment_override_input.rb +11 -11
  174. data/lib/lms_graphql/types/canvas/authentication_event.rb +1 -1
  175. data/lib/lms_graphql/types/canvas/authentication_event_input.rb +5 -5
  176. data/lib/lms_graphql/types/canvas/authentication_provider_input.rb +20 -20
  177. data/lib/lms_graphql/types/canvas/avatar_input.rb +8 -8
  178. data/lib/lms_graphql/types/canvas/blackout_date.rb +19 -0
  179. data/lib/lms_graphql/types/canvas/blackout_date_input.rb +19 -0
  180. data/lib/lms_graphql/types/canvas/blueprint_migration.rb +4 -4
  181. data/lib/lms_graphql/types/canvas/blueprint_migration_input.rb +10 -10
  182. data/lib/lms_graphql/types/canvas/blueprint_restriction_input.rb +4 -4
  183. data/lib/lms_graphql/types/canvas/blueprint_subscription_input.rb +3 -3
  184. data/lib/lms_graphql/types/canvas/blueprint_template.rb +1 -1
  185. data/lib/lms_graphql/types/canvas/blueprint_template_input.rb +5 -5
  186. data/lib/lms_graphql/types/canvas/bookmark_input.rb +5 -5
  187. data/lib/lms_graphql/types/canvas/calendar_event.rb +10 -6
  188. data/lib/lms_graphql/types/canvas/calendar_event_input.rb +37 -33
  189. data/lib/lms_graphql/types/canvas/calendar_link_input.rb +1 -1
  190. data/lib/lms_graphql/types/canvas/change_record_input.rb +7 -7
  191. data/lib/lms_graphql/types/canvas/collaboration.rb +2 -2
  192. data/lib/lms_graphql/types/canvas/collaboration_input.rb +14 -14
  193. data/lib/lms_graphql/types/canvas/collaborator_input.rb +3 -3
  194. data/lib/lms_graphql/types/canvas/column_datum_input.rb +2 -2
  195. data/lib/lms_graphql/types/canvas/comm_message.rb +2 -2
  196. data/lib/lms_graphql/types/canvas/comm_message_input.rb +11 -11
  197. data/lib/lms_graphql/types/canvas/communication_channel_input.rb +6 -6
  198. data/lib/lms_graphql/types/canvas/completion_requirement_input.rb +3 -3
  199. data/lib/lms_graphql/types/canvas/conference.rb +2 -2
  200. data/lib/lms_graphql/types/canvas/conference_input.rb +17 -17
  201. data/lib/lms_graphql/types/canvas/conference_recording.rb +2 -2
  202. data/lib/lms_graphql/types/canvas/conference_recording_input.rb +5 -5
  203. data/lib/lms_graphql/types/canvas/content_detail.rb +3 -3
  204. data/lib/lms_graphql/types/canvas/content_detail_input.rb +7 -7
  205. data/lib/lms_graphql/types/canvas/content_export.rb +1 -1
  206. data/lib/lms_graphql/types/canvas/content_export_input.rb +7 -7
  207. data/lib/lms_graphql/types/canvas/content_migration.rb +2 -2
  208. data/lib/lms_graphql/types/canvas/content_migration_input.rb +11 -11
  209. data/lib/lms_graphql/types/canvas/content_share.rb +2 -2
  210. data/lib/lms_graphql/types/canvas/content_share_input.rb +11 -11
  211. data/lib/lms_graphql/types/canvas/conversation.rb +1 -1
  212. data/lib/lms_graphql/types/canvas/conversation_input.rb +16 -16
  213. data/lib/lms_graphql/types/canvas/conversation_participant_input.rb +4 -4
  214. data/lib/lms_graphql/types/canvas/course.rb +5 -4
  215. data/lib/lms_graphql/types/canvas/course_attribute_input.rb +4 -4
  216. data/lib/lms_graphql/types/canvas/course_epub_export_input.rb +3 -3
  217. data/lib/lms_graphql/types/canvas/course_event.rb +1 -1
  218. data/lib/lms_graphql/types/canvas/course_event_input.rb +6 -6
  219. data/lib/lms_graphql/types/canvas/course_event_link_input.rb +6 -6
  220. data/lib/lms_graphql/types/canvas/course_input.rb +51 -50
  221. data/lib/lms_graphql/types/canvas/course_nickname_input.rb +3 -3
  222. data/lib/lms_graphql/types/canvas/course_progress.rb +1 -1
  223. data/lib/lms_graphql/types/canvas/course_progress_input.rb +4 -4
  224. data/lib/lms_graphql/types/canvas/course_quiz_extension_input.rb +5 -5
  225. data/lib/lms_graphql/types/canvas/created_event_datum.rb +2 -2
  226. data/lib/lms_graphql/types/canvas/created_event_datum_input.rb +5 -5
  227. data/lib/lms_graphql/types/canvas/custom_column_input.rb +6 -6
  228. data/lib/lms_graphql/types/canvas/day.rb +1 -1
  229. data/lib/lms_graphql/types/canvas/day_input.rb +2 -2
  230. data/lib/lms_graphql/types/canvas/developer_key.rb +2 -2
  231. data/lib/lms_graphql/types/canvas/developer_key_input.rb +21 -21
  232. data/lib/lms_graphql/types/canvas/discussion_topic.rb +4 -4
  233. data/lib/lms_graphql/types/canvas/discussion_topic_input.rb +34 -34
  234. data/lib/lms_graphql/types/canvas/e_portfolio.rb +3 -3
  235. data/lib/lms_graphql/types/canvas/e_portfolio_input.rb +9 -9
  236. data/lib/lms_graphql/types/canvas/e_portfolio_page.rb +2 -2
  237. data/lib/lms_graphql/types/canvas/e_portfolio_page_input.rb +7 -7
  238. data/lib/lms_graphql/types/canvas/enrollment.rb +6 -6
  239. data/lib/lms_graphql/types/canvas/enrollment_input.rb +44 -44
  240. data/lib/lms_graphql/types/canvas/enrollment_term.rb +3 -2
  241. data/lib/lms_graphql/types/canvas/enrollment_term_input.rb +9 -8
  242. data/lib/lms_graphql/types/canvas/enrollment_terms_list_input.rb +1 -1
  243. data/lib/lms_graphql/types/canvas/epub_export.rb +1 -1
  244. data/lib/lms_graphql/types/canvas/epub_export_input.rb +6 -6
  245. data/lib/lms_graphql/types/canvas/error_report_input.rb +7 -7
  246. data/lib/lms_graphql/types/canvas/exception_record_input.rb +2 -2
  247. data/lib/lms_graphql/types/canvas/external_feed.rb +1 -1
  248. data/lib/lms_graphql/types/canvas/external_feed_input.rb +6 -6
  249. data/lib/lms_graphql/types/canvas/external_tool_tag_attribute_input.rb +3 -3
  250. data/lib/lms_graphql/types/canvas/favorite_input.rb +2 -2
  251. data/lib/lms_graphql/types/canvas/feature.rb +1 -3
  252. data/lib/lms_graphql/types/canvas/feature_flag_input.rb +5 -5
  253. data/lib/lms_graphql/types/canvas/feature_input.rb +8 -10
  254. data/lib/lms_graphql/types/canvas/federated_attribute_config_input.rb +2 -2
  255. data/lib/lms_graphql/types/canvas/federated_attributes_config_input.rb +11 -11
  256. data/lib/lms_graphql/types/canvas/file.rb +2 -2
  257. data/lib/lms_graphql/types/canvas/file_attachment_input.rb +4 -4
  258. data/lib/lms_graphql/types/canvas/file_input.rb +7 -7
  259. data/lib/lms_graphql/types/canvas/folder.rb +4 -4
  260. data/lib/lms_graphql/types/canvas/folder_input.rb +20 -20
  261. data/lib/lms_graphql/types/canvas/grade_change_event.rb +1 -1
  262. data/lib/lms_graphql/types/canvas/grade_change_event_input.rb +11 -11
  263. data/lib/lms_graphql/types/canvas/grade_change_event_link_input.rb +5 -5
  264. data/lib/lms_graphql/types/canvas/grade_input.rb +11 -11
  265. data/lib/lms_graphql/types/canvas/grader_input.rb +3 -3
  266. data/lib/lms_graphql/types/canvas/grading_period_input.rb +7 -7
  267. data/lib/lms_graphql/types/canvas/grading_rule_input.rb +3 -3
  268. data/lib/lms_graphql/types/canvas/grading_scheme_entry_input.rb +2 -2
  269. data/lib/lms_graphql/types/canvas/grading_standard_input.rb +5 -5
  270. data/lib/lms_graphql/types/canvas/group_category_input.rb +11 -11
  271. data/lib/lms_graphql/types/canvas/group_input.rb +17 -17
  272. data/lib/lms_graphql/types/canvas/group_membership_input.rb +7 -7
  273. data/lib/lms_graphql/types/canvas/help_link_input.rb +4 -4
  274. data/lib/lms_graphql/types/canvas/history_entry.rb +1 -1
  275. data/lib/lms_graphql/types/canvas/history_entry_input.rb +10 -10
  276. data/lib/lms_graphql/types/canvas/inst_access_token_input.rb +1 -1
  277. data/lib/lms_graphql/types/canvas/jsonapi_pagination_input.rb +1 -1
  278. data/lib/lms_graphql/types/canvas/jwt_input.rb +1 -1
  279. data/lib/lms_graphql/types/canvas/late_policy.rb +2 -2
  280. data/lib/lms_graphql/types/canvas/late_policy_input.rb +11 -11
  281. data/lib/lms_graphql/types/canvas/license_input.rb +3 -3
  282. data/lib/lms_graphql/types/canvas/line_item.rb +2 -1
  283. data/lib/lms_graphql/types/canvas/line_item_input.rb +8 -7
  284. data/lib/lms_graphql/types/canvas/lock_info.rb +2 -2
  285. data/lib/lms_graphql/types/canvas/lock_info_input.rb +5 -5
  286. data/lib/lms_graphql/types/canvas/lti_assignment.rb +1 -1
  287. data/lib/lms_graphql/types/canvas/lti_assignment_input.rb +8 -8
  288. data/lib/lms_graphql/types/canvas/media_comment_input.rb +5 -5
  289. data/lib/lms_graphql/types/canvas/media_object_input.rb +7 -7
  290. data/lib/lms_graphql/types/canvas/media_track_input.rb +9 -9
  291. data/lib/lms_graphql/types/canvas/migration_issue.rb +2 -2
  292. data/lib/lms_graphql/types/canvas/migration_issue_input.rb +10 -10
  293. data/lib/lms_graphql/types/canvas/migrator_input.rb +4 -4
  294. data/lib/lms_graphql/types/canvas/module.rb +2 -2
  295. data/lib/lms_graphql/types/canvas/module_input.rb +14 -14
  296. data/lib/lms_graphql/types/canvas/module_item_input.rb +15 -15
  297. data/lib/lms_graphql/types/canvas/module_item_sequence_input.rb +2 -2
  298. data/lib/lms_graphql/types/canvas/module_item_sequence_node_input.rb +4 -4
  299. data/lib/lms_graphql/types/canvas/names_and_role_context_input.rb +3 -3
  300. data/lib/lms_graphql/types/canvas/names_and_role_membership_input.rb +3 -3
  301. data/lib/lms_graphql/types/canvas/names_and_role_message.rb +2 -2
  302. data/lib/lms_graphql/types/canvas/names_and_role_message_input.rb +5 -5
  303. data/lib/lms_graphql/types/canvas/needs_grading_count_input.rb +2 -2
  304. data/lib/lms_graphql/types/canvas/notification_preference_input.rb +4 -4
  305. data/lib/lms_graphql/types/canvas/originality_report.rb +1 -1
  306. data/lib/lms_graphql/types/canvas/originality_report_input.rb +9 -9
  307. data/lib/lms_graphql/types/canvas/outcome.rb +1 -0
  308. data/lib/lms_graphql/types/canvas/outcome_alignment_input.rb +6 -6
  309. data/lib/lms_graphql/types/canvas/outcome_group_input.rb +12 -12
  310. data/lib/lms_graphql/types/canvas/outcome_import.rb +3 -3
  311. data/lib/lms_graphql/types/canvas/outcome_import_datum_input.rb +1 -1
  312. data/lib/lms_graphql/types/canvas/outcome_import_input.rb +10 -10
  313. data/lib/lms_graphql/types/canvas/outcome_input.rb +18 -17
  314. data/lib/lms_graphql/types/canvas/outcome_link_input.rb +7 -7
  315. data/lib/lms_graphql/types/canvas/outcome_path_input.rb +2 -2
  316. data/lib/lms_graphql/types/canvas/outcome_path_part_input.rb +1 -1
  317. data/lib/lms_graphql/types/canvas/outcome_result.rb +1 -1
  318. data/lib/lms_graphql/types/canvas/outcome_result_input.rb +5 -5
  319. data/lib/lms_graphql/types/canvas/outcome_rollup_input.rb +3 -3
  320. data/lib/lms_graphql/types/canvas/outcome_rollup_link_input.rb +3 -3
  321. data/lib/lms_graphql/types/canvas/outcome_rollup_score_input.rb +3 -3
  322. data/lib/lms_graphql/types/canvas/outcome_rollup_score_link_input.rb +1 -1
  323. data/lib/lms_graphql/types/canvas/page.rb +3 -2
  324. data/lib/lms_graphql/types/canvas/page_input.rb +14 -13
  325. data/lib/lms_graphql/types/canvas/page_revision.rb +1 -1
  326. data/lib/lms_graphql/types/canvas/page_revision_input.rb +7 -7
  327. data/lib/lms_graphql/types/canvas/page_view.rb +1 -1
  328. data/lib/lms_graphql/types/canvas/page_view_input.rb +17 -17
  329. data/lib/lms_graphql/types/canvas/page_view_link_input.rb +5 -5
  330. data/lib/lms_graphql/types/canvas/pairing_code_input.rb +4 -4
  331. data/lib/lms_graphql/types/canvas/peer_review_input.rb +9 -9
  332. data/lib/lms_graphql/types/canvas/planner_note.rb +1 -1
  333. data/lib/lms_graphql/types/canvas/planner_note_input.rb +11 -11
  334. data/lib/lms_graphql/types/canvas/planner_override.rb +3 -3
  335. data/lib/lms_graphql/types/canvas/planner_override_input.rb +11 -11
  336. data/lib/lms_graphql/types/canvas/poll_choice_input.rb +5 -5
  337. data/lib/lms_graphql/types/canvas/poll_input.rb +6 -6
  338. data/lib/lms_graphql/types/canvas/poll_session_input.rb +9 -9
  339. data/lib/lms_graphql/types/canvas/poll_submission_input.rb +4 -4
  340. data/lib/lms_graphql/types/canvas/proficiency_input.rb +1 -1
  341. data/lib/lms_graphql/types/canvas/proficiency_rating_input.rb +4 -4
  342. data/lib/lms_graphql/types/canvas/profile_input.rb +15 -15
  343. data/lib/lms_graphql/types/canvas/progress.rb +2 -2
  344. data/lib/lms_graphql/types/canvas/progress_input.rb +12 -12
  345. data/lib/lms_graphql/types/canvas/provisional_grade.rb +1 -1
  346. data/lib/lms_graphql/types/canvas/provisional_grade_input.rb +7 -7
  347. data/lib/lms_graphql/types/canvas/query_type.rb +69 -9
  348. data/lib/lms_graphql/types/canvas/quiz.rb +5 -5
  349. data/lib/lms_graphql/types/canvas/quiz_assignment_override.rb +3 -3
  350. data/lib/lms_graphql/types/canvas/quiz_assignment_override_input.rb +6 -6
  351. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set_container_input.rb +1 -1
  352. data/lib/lms_graphql/types/canvas/quiz_assignment_override_set_input.rb +3 -3
  353. data/lib/lms_graphql/types/canvas/quiz_extension_input.rb +6 -6
  354. data/lib/lms_graphql/types/canvas/quiz_group_input.rb +7 -7
  355. data/lib/lms_graphql/types/canvas/quiz_input.rb +39 -39
  356. data/lib/lms_graphql/types/canvas/quiz_ip_filter_input.rb +3 -3
  357. data/lib/lms_graphql/types/canvas/quiz_permission_input.rb +7 -7
  358. data/lib/lms_graphql/types/canvas/quiz_question_input.rb +11 -11
  359. data/lib/lms_graphql/types/canvas/quiz_report.rb +2 -2
  360. data/lib/lms_graphql/types/canvas/quiz_report_input.rb +13 -13
  361. data/lib/lms_graphql/types/canvas/quiz_statistic.rb +1 -1
  362. data/lib/lms_graphql/types/canvas/quiz_statistic_input.rb +10 -10
  363. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_point_biserial_input.rb +4 -4
  364. data/lib/lms_graphql/types/canvas/quiz_statistics_answer_statistic_input.rb +4 -4
  365. data/lib/lms_graphql/types/canvas/quiz_statistics_link_input.rb +1 -1
  366. data/lib/lms_graphql/types/canvas/quiz_statistics_question_statistic_input.rb +2 -2
  367. data/lib/lms_graphql/types/canvas/quiz_statistics_submission_statistic_input.rb +9 -9
  368. data/lib/lms_graphql/types/canvas/quiz_submission_event.rb +1 -1
  369. data/lib/lms_graphql/types/canvas/quiz_submission_event_input.rb +3 -3
  370. data/lib/lms_graphql/types/canvas/quiz_submission_input.rb +19 -19
  371. data/lib/lms_graphql/types/canvas/quiz_submission_question_input.rb +4 -4
  372. data/lib/lms_graphql/types/canvas/quiz_submission_user_list_input.rb +1 -1
  373. data/lib/lms_graphql/types/canvas/quiz_submission_user_list_metum_input.rb +1 -1
  374. data/lib/lms_graphql/types/canvas/report.rb +3 -3
  375. data/lib/lms_graphql/types/canvas/report_input.rb +11 -11
  376. data/lib/lms_graphql/types/canvas/report_parameter.rb +2 -2
  377. data/lib/lms_graphql/types/canvas/report_parameter_input.rb +18 -18
  378. data/lib/lms_graphql/types/canvas/result_input.rb +6 -6
  379. data/lib/lms_graphql/types/canvas/result_link_input.rb +3 -3
  380. data/lib/lms_graphql/types/canvas/role_input.rb +6 -6
  381. data/lib/lms_graphql/types/canvas/role_permission_input.rb +7 -7
  382. data/lib/lms_graphql/types/canvas/rubric_assessment_input.rb +11 -11
  383. data/lib/lms_graphql/types/canvas/rubric_association_input.rb +10 -10
  384. data/lib/lms_graphql/types/canvas/rubric_criterion_input.rb +6 -6
  385. data/lib/lms_graphql/types/canvas/rubric_criterium_input.rb +9 -9
  386. data/lib/lms_graphql/types/canvas/rubric_input.rb +12 -12
  387. data/lib/lms_graphql/types/canvas/rubric_rating_input.rb +5 -5
  388. data/lib/lms_graphql/types/canvas/scope_input.rb +6 -6
  389. data/lib/lms_graphql/types/canvas/score_input.rb +7 -7
  390. data/lib/lms_graphql/types/canvas/score_statistic.rb +3 -0
  391. data/lib/lms_graphql/types/canvas/score_statistic_input.rb +6 -3
  392. data/lib/lms_graphql/types/canvas/section.rb +2 -2
  393. data/lib/lms_graphql/types/canvas/section_assignment_override_attribute.rb +3 -3
  394. data/lib/lms_graphql/types/canvas/section_assignment_override_attribute_input.rb +4 -4
  395. data/lib/lms_graphql/types/canvas/section_attribute_input.rb +7 -7
  396. data/lib/lms_graphql/types/canvas/section_input.rb +12 -12
  397. data/lib/lms_graphql/types/canvas/shared_brand_config.rb +2 -2
  398. data/lib/lms_graphql/types/canvas/shared_brand_config_input.rb +6 -6
  399. data/lib/lms_graphql/types/canvas/sis_assignment.rb +4 -4
  400. data/lib/lms_graphql/types/canvas/sis_assignment_input.rb +15 -15
  401. data/lib/lms_graphql/types/canvas/sis_import.rb +5 -3
  402. data/lib/lms_graphql/types/canvas/sis_import_count_input.rb +16 -16
  403. data/lib/lms_graphql/types/canvas/sis_import_datum_input.rb +3 -3
  404. data/lib/lms_graphql/types/canvas/sis_import_error_input.rb +5 -5
  405. data/lib/lms_graphql/types/canvas/sis_import_input.rb +24 -22
  406. data/lib/lms_graphql/types/canvas/sis_import_statistic_input.rb +14 -14
  407. data/lib/lms_graphql/types/canvas/sso_setting_input.rb +4 -4
  408. data/lib/lms_graphql/types/canvas/student_attribute_input.rb +2 -2
  409. data/lib/lms_graphql/types/canvas/submission.rb +5 -4
  410. data/lib/lms_graphql/types/canvas/submission_comment.rb +2 -2
  411. data/lib/lms_graphql/types/canvas/submission_comment_input.rb +8 -8
  412. data/lib/lms_graphql/types/canvas/submission_history_input.rb +2 -2
  413. data/lib/lms_graphql/types/canvas/submission_input.rb +31 -30
  414. data/lib/lms_graphql/types/canvas/submission_version.rb +4 -4
  415. data/lib/lms_graphql/types/canvas/submission_version_input.rb +23 -23
  416. data/lib/lms_graphql/types/canvas/tab_input.rb +7 -7
  417. data/lib/lms_graphql/types/canvas/term.rb +2 -2
  418. data/lib/lms_graphql/types/canvas/term_input.rb +4 -4
  419. data/lib/lms_graphql/types/canvas/terms_of_service_input.rb +6 -6
  420. data/lib/lms_graphql/types/canvas/tool_setting_input.rb +2 -2
  421. data/lib/lms_graphql/types/canvas/turnitin_setting_input.rb +8 -8
  422. data/lib/lms_graphql/types/canvas/updated_event_datum.rb +2 -2
  423. data/lib/lms_graphql/types/canvas/updated_event_datum_input.rb +4 -4
  424. data/lib/lms_graphql/types/canvas/usage_right_input.rb +6 -6
  425. data/lib/lms_graphql/types/canvas/user.rb +1 -0
  426. data/lib/lms_graphql/types/canvas/user_assignment_override_attribute.rb +3 -3
  427. data/lib/lms_graphql/types/canvas/user_assignment_override_attribute_input.rb +6 -6
  428. data/lib/lms_graphql/types/canvas/user_display_input.rb +4 -4
  429. data/lib/lms_graphql/types/canvas/user_input.rb +18 -17
  430. data/lib/lms_graphql/types/canvas_base_type.rb +0 -1
  431. data/lib/lms_graphql/types/canvas_bespoke/canvas_module_progress.rb +15 -0
  432. data/lib/lms_graphql/types/canvas_bespoke/canvas_module_user.rb +20 -0
  433. data/lib/lms_graphql/types/canvas_forward_declarations.rb +4 -0
  434. data/lib/lms_graphql/version.rb +1 -1
  435. metadata +47 -6
  436. data/lib/lms_graphql/types/date_time_type.rb +0 -22
@@ -6,13 +6,13 @@ module LMSGraphQL
6
6
  class ShowPageGroup < CanvasBaseResolver
7
7
  type LMSGraphQL::Types::Canvas::CanvasPage, null: false
8
8
  argument :group_id, ID, required: true
9
- argument :url, String, required: true
10
- def resolve(group_id:, url:, get_all: false)
9
+ argument :url_or_id, ID, required: true
10
+ def resolve(group_id:, url_or_id:, get_all: false)
11
11
  result = context[:canvas_api].call("SHOW_PAGE_GROUPS").proxy(
12
12
  "SHOW_PAGE_GROUPS",
13
13
  {
14
14
  "group_id": group_id,
15
- "url": url },
15
+ "url_or_id": url_or_id },
16
16
  nil,
17
17
  get_all,
18
18
  )
@@ -6,14 +6,14 @@ module LMSGraphQL
6
6
  class ShowRevisionCoursesLatest < CanvasBaseResolver
7
7
  type LMSGraphQL::Types::Canvas::CanvasPageRevision, null: false
8
8
  argument :course_id, ID, required: true
9
- argument :url, String, required: true
9
+ argument :url_or_id, ID, required: true
10
10
  argument :summary, Boolean, required: false
11
- def resolve(course_id:, url:, summary: nil, get_all: false)
11
+ def resolve(course_id:, url_or_id:, summary: nil, get_all: false)
12
12
  result = context[:canvas_api].call("SHOW_REVISION_COURSES_LATEST").proxy(
13
13
  "SHOW_REVISION_COURSES_LATEST",
14
14
  {
15
15
  "course_id": course_id,
16
- "url": url,
16
+ "url_or_id": url_or_id,
17
17
  "summary": summary },
18
18
  nil,
19
19
  get_all,
@@ -6,15 +6,15 @@ module LMSGraphQL
6
6
  class ShowRevisionCoursesRevisionId < CanvasBaseResolver
7
7
  type LMSGraphQL::Types::Canvas::CanvasPageRevision, null: false
8
8
  argument :course_id, ID, required: true
9
- argument :url, String, required: true
9
+ argument :url_or_id, ID, required: true
10
10
  argument :revision_id, ID, required: true
11
11
  argument :summary, Boolean, required: false
12
- def resolve(course_id:, url:, revision_id:, summary: nil, get_all: false)
12
+ def resolve(course_id:, url_or_id:, revision_id:, summary: nil, get_all: false)
13
13
  result = context[:canvas_api].call("SHOW_REVISION_COURSES_REVISION_ID").proxy(
14
14
  "SHOW_REVISION_COURSES_REVISION_ID",
15
15
  {
16
16
  "course_id": course_id,
17
- "url": url,
17
+ "url_or_id": url_or_id,
18
18
  "revision_id": revision_id,
19
19
  "summary": summary },
20
20
  nil,
@@ -6,14 +6,14 @@ module LMSGraphQL
6
6
  class ShowRevisionGroupsLatest < CanvasBaseResolver
7
7
  type LMSGraphQL::Types::Canvas::CanvasPageRevision, null: false
8
8
  argument :group_id, ID, required: true
9
- argument :url, String, required: true
9
+ argument :url_or_id, ID, required: true
10
10
  argument :summary, Boolean, required: false
11
- def resolve(group_id:, url:, summary: nil, get_all: false)
11
+ def resolve(group_id:, url_or_id:, summary: nil, get_all: false)
12
12
  result = context[:canvas_api].call("SHOW_REVISION_GROUPS_LATEST").proxy(
13
13
  "SHOW_REVISION_GROUPS_LATEST",
14
14
  {
15
15
  "group_id": group_id,
16
- "url": url,
16
+ "url_or_id": url_or_id,
17
17
  "summary": summary },
18
18
  nil,
19
19
  get_all,
@@ -6,15 +6,15 @@ module LMSGraphQL
6
6
  class ShowRevisionGroupsRevisionId < CanvasBaseResolver
7
7
  type LMSGraphQL::Types::Canvas::CanvasPageRevision, null: false
8
8
  argument :group_id, ID, required: true
9
- argument :url, String, required: true
9
+ argument :url_or_id, ID, required: true
10
10
  argument :revision_id, ID, required: true
11
11
  argument :summary, Boolean, required: false
12
- def resolve(group_id:, url:, revision_id:, summary: nil, get_all: false)
12
+ def resolve(group_id:, url_or_id:, revision_id:, summary: nil, get_all: false)
13
13
  result = context[:canvas_api].call("SHOW_REVISION_GROUPS_REVISION_ID").proxy(
14
14
  "SHOW_REVISION_GROUPS_REVISION_ID",
15
15
  {
16
16
  "group_id": group_id,
17
- "url": url,
17
+ "url_or_id": url_or_id,
18
18
  "revision_id": revision_id,
19
19
  "summary": summary },
20
20
  nil,
@@ -0,0 +1,24 @@
1
+ require_relative "../canvas_base_resolver"
2
+ require_relative "../../types/canvas/file"
3
+ module LMSGraphQL
4
+ module Resolvers
5
+ module Canvas
6
+ class TranslateFileReference < CanvasBaseResolver
7
+ type LMSGraphQL::Types::Canvas::CanvasFile, null: false
8
+ argument :course_id, ID, required: true
9
+ argument :migration_id, ID, required: true
10
+ def resolve(course_id:, migration_id:, get_all: false)
11
+ result = context[:canvas_api].call("TRANSLATE_FILE_REFERENCE").proxy(
12
+ "TRANSLATE_FILE_REFERENCE",
13
+ {
14
+ "course_id": course_id,
15
+ "migration_id": migration_id },
16
+ nil,
17
+ get_all,
18
+ )
19
+ get_all ? result : result.parsed_response
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -9,10 +9,11 @@ module LMSGraphQL
9
9
  argument :manual_mark_as_read, Boolean, required: false
10
10
  argument :release_notes_badge_disabled, Boolean, required: false
11
11
  argument :collapse_global_nav, Boolean, required: false
12
+ argument :collapse_course_nav, Boolean, required: false
12
13
  argument :hide_dashcard_color_overlays, Boolean, required: false
13
14
  argument :comment_library_suggestions_enabled, Boolean, required: false
14
15
  argument :elementary_dashboard_disabled, Boolean, required: false
15
- def resolve(id:, manual_mark_as_read: nil, release_notes_badge_disabled: nil, collapse_global_nav: nil, hide_dashcard_color_overlays: nil, comment_library_suggestions_enabled: nil, elementary_dashboard_disabled: nil, get_all: false)
16
+ def resolve(id:, manual_mark_as_read: nil, release_notes_badge_disabled: nil, collapse_global_nav: nil, collapse_course_nav: nil, hide_dashcard_color_overlays: nil, comment_library_suggestions_enabled: nil, elementary_dashboard_disabled: nil, get_all: false)
16
17
  result = context[:canvas_api].call("UPDATE_USER_SETTINGS").proxy(
17
18
  "UPDATE_USER_SETTINGS",
18
19
  {
@@ -20,6 +21,7 @@ module LMSGraphQL
20
21
  "manual_mark_as_read": manual_mark_as_read,
21
22
  "release_notes_badge_disabled": release_notes_badge_disabled,
22
23
  "collapse_global_nav": collapse_global_nav,
24
+ "collapse_course_nav": collapse_course_nav,
23
25
  "hide_dashcard_color_overlays": hide_dashcard_color_overlays,
24
26
  "comment_library_suggestions_enabled": comment_library_suggestions_enabled,
25
27
  "elementary_dashboard_disabled": elementary_dashboard_disabled },
@@ -1,4 +1,3 @@
1
- require_relative "../types/date_time_type"
2
1
 
3
2
  module LMSGraphQL
4
3
  module Resolvers
@@ -0,0 +1,19 @@
1
+ require_relative "../canvas_base_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasAccountCalendar < BaseType
8
+ description "Account Calendars. API Docs: https://canvas.instructure.com/doc/api/account_calendars.html"
9
+ field :id, ID, "the ID of the account associated with this calendar.Example: 204", null: true
10
+ field :name, String, "the name of the account associated with this calendar.Example: Department of Chemistry", null: true
11
+ field :parent_account_id, ID, "the account's parent ID, or null if this is the root account.Example: 1", null: true
12
+ field :root_account_id, ID, "the ID of the root account, or null if this is the root account.Example: 1", null: true
13
+ field :visible, Boolean, "whether this calendar is visible to users.Example: true", null: true
14
+ field :sub_account_count, Int, "number of this account's direct sub-accounts.Example: 0", null: true
15
+
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,19 @@
1
+ require_relative "../canvas_base_input_type"
2
+
3
+
4
+ module LMSGraphQL
5
+ module Types
6
+ module Canvas
7
+ class CanvasAccountCalendarInput < BaseInputObject
8
+ description "Account Calendars. API Docs: https://canvas.instructure.com/doc/api/account_calendars.html"
9
+ argument :id, ID, "the ID of the account associated with this calendar.Example: 204", required: false
10
+ argument :name, String, "the name of the account associated with this calendar.Example: Department of Chemistry", required: false
11
+ argument :parent_account_id, ID, "the account's parent ID, or null if this is the root account.Example: 1", required: false
12
+ argument :root_account_id, ID, "the ID of the root account, or null if this is the root account.Example: 1", required: false
13
+ argument :visible, Boolean, "whether this calendar is visible to users.Example: true", required: false
14
+ argument :sub_account_count, Int, "number of this account's direct sub-accounts.Example: 0", required: false
15
+
16
+ end
17
+ end
18
+ end
19
+ end
@@ -6,12 +6,12 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAccountInput < BaseInputObject
8
8
  description "Accounts (LTI). API Docs: https://canvas.instructure.com/doc/api/accounts_(lti).html"
9
- argument :id, ID, "the ID of the Account object.Example: 2", required: false
10
- argument :name, String, "The display name of the account.Example: Canvas Account", required: false
11
- argument :uuid, String, "The UUID of the account.Example: WvAHhY5FINzq5IyRIJybGeiXyFkG3SqHUPb7jZY5", required: false
12
- argument :parent_account_id, ID, "The account's parent ID, or null if this is the root account.Example: 1", required: false
13
- argument :root_account_id, ID, "The ID of the root account, or null if this is the root account.Example: 1", required: false
14
- argument :workflow_state, String, "The state of the account. Can be 'active' or 'deleted'..Example: active", required: false
9
+ argument :id, ID, "the ID of the Account object.Example: 2", required: false
10
+ argument :name, String, "The display name of the account.Example: Canvas Account", required: false
11
+ argument :uuid, String, "The UUID of the account.Example: WvAHhY5FINzq5IyRIJybGeiXyFkG3SqHUPb7jZY5", required: false
12
+ argument :parent_account_id, ID, "The account's parent ID, or null if this is the root account.Example: 1", required: false
13
+ argument :root_account_id, ID, "The ID of the root account, or null if this is the root account.Example: 1", required: false
14
+ argument :workflow_state, String, "The state of the account. Can be 'active' or 'deleted'..Example: active", required: false
15
15
 
16
16
  end
17
17
  end
@@ -15,8 +15,8 @@ module LMSGraphQL
15
15
  description "Account Notifications. API Docs: https://canvas.instructure.com/doc/api/account_notifications.html"
16
16
  field :subject, String, "The subject of the notifications.Example: Attention Students", null: true
17
17
  field :message, String, "The message to be sent in the notification..Example: This is a test of the notification system.", null: true
18
- field :start_at, LMSGraphQL::Types::DateTimeType, "When to send out the notification..Example: 2013-08-28T23:59:00-06:00", null: true
19
- field :end_at, LMSGraphQL::Types::DateTimeType, "When to expire the notification..Example: 2013-08-29T23:59:00-06:00", null: true
18
+ field :start_at, GraphQL::Types::ISO8601DateTime, "When to send out the notification..Example: 2013-08-28T23:59:00-06:00", null: true
19
+ field :end_at, GraphQL::Types::ISO8601DateTime, "When to expire the notification..Example: 2013-08-29T23:59:00-06:00", null: true
20
20
  field :icon, AccountNotificationIconEnum, "The icon to display with the message. Defaults to warning..Example: information", null: true
21
21
  field :roles, [String], "(Deprecated) The roles to send the notification to. If roles is not passed it defaults to all roles.Example: StudentEnrollment", null: true
22
22
  field :role_ids, [ID], "The roles to send the notification to. If roles is not passed it defaults to all roles.Example: 1", null: true
@@ -13,13 +13,13 @@ module LMSGraphQL
13
13
  value "calendar"
14
14
  end
15
15
  description "Account Notifications. API Docs: https://canvas.instructure.com/doc/api/account_notifications.html"
16
- argument :subject, String, "The subject of the notifications.Example: Attention Students", required: false
17
- argument :message, String, "The message to be sent in the notification..Example: This is a test of the notification system.", required: false
18
- argument :start_at, LMSGraphQL::Types::DateTimeType, "When to send out the notification..Example: 2013-08-28T23:59:00-06:00", required: false
19
- argument :end_at, LMSGraphQL::Types::DateTimeType, "When to expire the notification..Example: 2013-08-29T23:59:00-06:00", required: false
20
- argument :icon, AccountNotificationInputIconEnum, "The icon to display with the message. Defaults to warning..Example: information", required: false
21
- argument :roles, [String], "(Deprecated) The roles to send the notification to. If roles is not passed it defaults to all roles.Example: StudentEnrollment", required: false
22
- argument :role_ids, [ID], "The roles to send the notification to. If roles is not passed it defaults to all roles.Example: 1", required: false
16
+ argument :subject, String, "The subject of the notifications.Example: Attention Students", required: false
17
+ argument :message, String, "The message to be sent in the notification..Example: This is a test of the notification system.", required: false
18
+ argument :start_at, GraphQL::Types::ISO8601DateTime, "When to send out the notification..Example: 2013-08-28T23:59:00-06:00", required: false
19
+ argument :end_at, GraphQL::Types::ISO8601DateTime, "When to expire the notification..Example: 2013-08-29T23:59:00-06:00", required: false
20
+ argument :icon, AccountNotificationInputIconEnum, "The icon to display with the message. Defaults to warning..Example: information", required: false
21
+ argument :roles, [String], "(Deprecated) The roles to send the notification to. If roles is not passed it defaults to all roles.Example: StudentEnrollment", required: false
22
+ argument :role_ids, [ID], "The roles to send the notification to. If roles is not passed it defaults to all roles.Example: 1", required: false
23
23
 
24
24
  end
25
25
  end
@@ -6,10 +6,10 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAdminInput < BaseInputObject
8
8
  description "Admins. API Docs: https://canvas.instructure.com/doc/api/admins.html"
9
- argument :id, ID, "The unique identifier for the account role/user assignment..Example: 1023", required: false
10
- argument :role, String, "The account role assigned. This can be 'AccountAdmin' or a user-defined role created by the Roles API..Example: AccountAdmin", required: false
11
- argument :user, LMSGraphQL::Types::Canvas::CanvasUserInput, "The user the role is assigned to. See the Users API for details..", required: false
12
- argument :workflow_state, String, "The status of the account role/user assignment..Example: deleted", required: false
9
+ argument :id, ID, "The unique identifier for the account role/user assignment..Example: 1023", required: false
10
+ argument :role, String, "The account role assigned. This can be 'AccountAdmin' or a user-defined role created by the Roles API..Example: AccountAdmin", required: false
11
+ argument :user, LMSGraphQL::Types::Canvas::CanvasUserInput, "The user the role is assigned to. See the Users API for details..", required: false
12
+ argument :workflow_state, String, "The status of the account role/user assignment..Example: deleted", required: false
13
13
 
14
14
  end
15
15
  end
@@ -8,6 +8,7 @@ module LMSGraphQL
8
8
  description "Users. API Docs: https://canvas.instructure.com/doc/api/users.html"
9
9
  field :anonymous_id, ID, "A unique short ID identifying this user within the scope of a particular assignment..Example: xn29Q", null: true
10
10
  field :avatar_image_url, String, "A URL to retrieve a generic avatar..Example: https://en.gravatar.com/avatar/d8cb8c8cd40ddf0cd05241443a591868?s=80&r=g", null: true
11
+ field :display_name, String, "The anonymized display name for the student..Example: Student 2", null: true
11
12
 
12
13
  end
13
14
  end
@@ -6,8 +6,9 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAnonymousUserDisplayInput < BaseInputObject
8
8
  description "Users. API Docs: https://canvas.instructure.com/doc/api/users.html"
9
- argument :anonymous_id, ID, "A unique short ID identifying this user within the scope of a particular assignment..Example: xn29Q", required: false
10
- argument :avatar_image_url, String, "A URL to retrieve a generic avatar..Example: https://en.gravatar.com/avatar/d8cb8c8cd40ddf0cd05241443a591868?s=80&r=g", required: false
9
+ argument :anonymous_id, ID, "A unique short ID identifying this user within the scope of a particular assignment..Example: xn29Q", required: false
10
+ argument :avatar_image_url, String, "A URL to retrieve a generic avatar..Example: https://en.gravatar.com/avatar/d8cb8c8cd40ddf0cd05241443a591868?s=80&r=g", required: false
11
+ argument :display_name, String, "The anonymized display name for the student..Example: Student 2", required: false
11
12
 
12
13
  end
13
14
  end
@@ -6,23 +6,23 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAnswerInput < BaseInputObject
8
8
  description "Quiz Questions. API Docs: https://canvas.instructure.com/doc/api/quiz_questions.html"
9
- argument :id, ID, "The unique identifier for the answer. Do not supply if this answer is part of a new question.Example: 6656", required: false
10
- argument :answer_text, String, "The text of the answer..Example: Constantinople", required: false
11
- argument :answer_weight, Int, "An integer to determine correctness of the answer. Incorrect answers should be 0, correct answers should be 100..Example: 100", required: false
12
- argument :answer_comments, String, "Specific contextual comments for a particular answer..Example: Remember to check your spelling prior to submitting this answer.", required: false
13
- argument :text_after_answers, String, "Used in missing word questions. The text to follow the missing word.Example: is the capital of Utah.", required: false
14
- argument :answer_match_left, String, "Used in matching questions. The static value of the answer that will be displayed on the left for students to match for..Example: Salt Lake City", required: false
15
- argument :answer_match_right, String, "Used in matching questions. The correct match for the value given in answer_match_left. Will be displayed in a dropdown with the other answer_match_right values...Example: Utah", required: false
16
- argument :matching_answer_incorrect_matches, String, "Used in matching questions. A list of distractors, delimited by new lines (
9
+ argument :id, ID, "The unique identifier for the answer. Do not supply if this answer is part of a new question.Example: 6656", required: false
10
+ argument :answer_text, String, "The text of the answer..Example: Constantinople", required: false
11
+ argument :answer_weight, Int, "An integer to determine correctness of the answer. Incorrect answers should be 0, correct answers should be 100..Example: 100", required: false
12
+ argument :answer_comments, String, "Specific contextual comments for a particular answer..Example: Remember to check your spelling prior to submitting this answer.", required: false
13
+ argument :text_after_answers, String, "Used in missing word questions. The text to follow the missing word.Example: is the capital of Utah.", required: false
14
+ argument :answer_match_left, String, "Used in matching questions. The static value of the answer that will be displayed on the left for students to match for..Example: Salt Lake City", required: false
15
+ argument :answer_match_right, String, "Used in matching questions. The correct match for the value given in answer_match_left. Will be displayed in a dropdown with the other answer_match_right values...Example: Utah", required: false
16
+ argument :matching_answer_incorrect_matches, String, "Used in matching questions. A list of distractors, delimited by new lines (
17
17
  ) that will be seeded with all the answer_match_right values..Example: Nevada California Washington", required: false
18
- argument :numerical_answer_type, String, "Used in numerical questions. Values can be 'exact_answer', 'range_answer', or 'precision_answer'..Example: exact_answer", required: false
19
- argument :exact, Int, "Used in numerical questions of type 'exact_answer'. The value the answer should equal..Example: 42", required: false
20
- argument :margin, Int, "Used in numerical questions of type 'exact_answer'. The margin of error allowed for the student's answer..Example: 4", required: false
21
- argument :approximate, Float, "Used in numerical questions of type 'precision_answer'. The value the answer should equal..Example: 1234600000.0", required: false
22
- argument :precision, Int, "Used in numerical questions of type 'precision_answer'. The numerical precision that will be used when comparing the student's answer..Example: 4", required: false
23
- argument :start, Int, "Used in numerical questions of type 'range_answer'. The start of the allowed range (inclusive)..Example: 1", required: false
24
- argument :end, Int, "Used in numerical questions of type 'range_answer'. The end of the allowed range (inclusive)..Example: 10", required: false
25
- argument :blank_id, ID, "Used in fill in multiple blank and multiple dropdowns questions..Example: 1170", required: false
18
+ argument :numerical_answer_type, String, "Used in numerical questions. Values can be 'exact_answer', 'range_answer', or 'precision_answer'..Example: exact_answer", required: false
19
+ argument :exact, Int, "Used in numerical questions of type 'exact_answer'. The value the answer should equal..Example: 42", required: false
20
+ argument :margin, Int, "Used in numerical questions of type 'exact_answer'. The margin of error allowed for the student's answer..Example: 4", required: false
21
+ argument :approximate, Float, "Used in numerical questions of type 'precision_answer'. The value the answer should equal..Example: 1234600000.0", required: false
22
+ argument :precision, Int, "Used in numerical questions of type 'precision_answer'. The numerical precision that will be used when comparing the student's answer..Example: 4", required: false
23
+ argument :start, Int, "Used in numerical questions of type 'range_answer'. The start of the allowed range (inclusive)..Example: 1", required: false
24
+ argument :end, Int, "Used in numerical questions of type 'range_answer'. The end of the allowed range (inclusive)..Example: 10", required: false
25
+ argument :blank_id, ID, "Used in fill in multiple blank and multiple dropdowns questions..Example: 1170", required: false
26
26
 
27
27
  end
28
28
  end
@@ -7,8 +7,8 @@ module LMSGraphQL
7
7
  class CanvasAppointment < BaseType
8
8
  description "Appointment Groups. API Docs: https://canvas.instructure.com/doc/api/appointment_groups.html"
9
9
  field :id, ID, "The appointment identifier..Example: 987", null: true
10
- field :start_at, LMSGraphQL::Types::DateTimeType, "Start time for the appointment.Example: 2012-07-20T15:00:00-06:00", null: true
11
- field :end_at, LMSGraphQL::Types::DateTimeType, "End time for the appointment.Example: 2012-07-20T15:00:00-06:00", null: true
10
+ field :start_at, GraphQL::Types::ISO8601DateTime, "Start time for the appointment.Example: 2012-07-20T15:00:00-06:00", null: true
11
+ field :end_at, GraphQL::Types::ISO8601DateTime, "End time for the appointment.Example: 2012-07-20T15:00:00-06:00", null: true
12
12
 
13
13
  end
14
14
  end
@@ -25,8 +25,8 @@ module LMSGraphQL
25
25
  description "Appointment Groups. API Docs: https://canvas.instructure.com/doc/api/appointment_groups.html"
26
26
  field :id, ID, "The ID of the appointment group.Example: 543", null: true
27
27
  field :title, String, "The title of the appointment group.Example: Final Presentation", null: true
28
- field :start_at, LMSGraphQL::Types::DateTimeType, "The start of the first time slot in the appointment group.Example: 2012-07-20T15:00:00-06:00", null: true
29
- field :end_at, LMSGraphQL::Types::DateTimeType, "The end of the last time slot in the appointment group.Example: 2012-07-20T17:00:00-06:00", null: true
28
+ field :start_at, GraphQL::Types::ISO8601DateTime, "The start of the first time slot in the appointment group.Example: 2012-07-20T15:00:00-06:00", null: true
29
+ field :end_at, GraphQL::Types::ISO8601DateTime, "The end of the last time slot in the appointment group.Example: 2012-07-20T17:00:00-06:00", null: true
30
30
  field :description, String, "The text description of the appointment group.Example: Es muy importante", null: true
31
31
  field :location_name, String, "The location name of the appointment group.Example: El Tigre Chino's office", null: true
32
32
  field :location_address, String, "The address of the appointment group's location.Example: Room 234", null: true
@@ -46,8 +46,8 @@ module LMSGraphQL
46
46
  field :participant_type, AppointmentGroupParticipantTypeEnum, "Indicates how participants sign up for the appointment group, either as individuals ('User') or in student groups ('Group'). Related to sub_context_codes (i.e. 'Group' signups always have a single group category).Example: User", null: true
47
47
  field :url, String, "URL for this appointment group (to update, delete, etc.).Example: https://example.com/api/v1/appointment_groups/543", null: true
48
48
  field :html_url, String, "URL for a user to view this appointment group.Example: http://example.com/appointment_groups/1", null: true
49
- field :created_at, LMSGraphQL::Types::DateTimeType, "When the appointment group was created.Example: 2012-07-13T10:55:20-06:00", null: true
50
- field :updated_at, LMSGraphQL::Types::DateTimeType, "When the appointment group was last updated.Example: 2012-07-13T10:55:20-06:00", null: true
49
+ field :created_at, GraphQL::Types::ISO8601DateTime, "When the appointment group was created.Example: 2012-07-13T10:55:20-06:00", null: true
50
+ field :updated_at, GraphQL::Types::ISO8601DateTime, "When the appointment group was last updated.Example: 2012-07-13T10:55:20-06:00", null: true
51
51
 
52
52
  end
53
53
  end
@@ -23,31 +23,31 @@ module LMSGraphQL
23
23
  value "Group"
24
24
  end
25
25
  description "Appointment Groups. API Docs: https://canvas.instructure.com/doc/api/appointment_groups.html"
26
- argument :id, ID, "The ID of the appointment group.Example: 543", required: false
27
- argument :title, String, "The title of the appointment group.Example: Final Presentation", required: false
28
- argument :start_at, LMSGraphQL::Types::DateTimeType, "The start of the first time slot in the appointment group.Example: 2012-07-20T15:00:00-06:00", required: false
29
- argument :end_at, LMSGraphQL::Types::DateTimeType, "The end of the last time slot in the appointment group.Example: 2012-07-20T17:00:00-06:00", required: false
30
- argument :description, String, "The text description of the appointment group.Example: Es muy importante", required: false
31
- argument :location_name, String, "The location name of the appointment group.Example: El Tigre Chino's office", required: false
32
- argument :location_address, String, "The address of the appointment group's location.Example: Room 234", required: false
33
- argument :participant_count, Int, "The number of participant who have reserved slots (see include[] argument).Example: 2", required: false
34
- argument :reserved_times, [LMSGraphQL::Types::Canvas::CanvasAppointmentInput], "The start and end times of slots reserved by the current user as well as the id of the calendar event for the reservation (see include[] argument).Example: {'id'=>987, 'start_at'=>'2012-07-20T15:00:00-06:00', 'end_at'=>'2012-07-20T15:00:00-06:00'}", required: false
35
- argument :context_codes, [String], "The context codes (i.e. courses) this appointment group belongs to. Only people in these courses will be eligible to sign up..Example: course_123", required: false
36
- argument :sub_context_codes, [Int], "The sub-context codes (i.e. course sections and group categories) this appointment group is restricted to.Example: course_section_234", required: false
37
- argument :workflow_state, AppointmentGroupInputWorkflowStateEnum, "Current state of the appointment group ('pending', 'active' or 'deleted'). 'pending' indicates that it has not been published yet and is invisible to participants..Example: active", required: false
38
- argument :requiring_action, Boolean, "Boolean indicating whether the current user needs to sign up for this appointment group (i.e. it's reservable and the min_appointments_per_participant limit has not been met by this user)..Example: true", required: false
39
- argument :appointments_count, Int, "Number of time slots in this appointment group.Example: 2", required: false
40
- argument :appointments, [LMSGraphQL::Types::Canvas::CanvasCalendarEventInput], "Calendar Events representing the time slots (see include[] argument) Refer to the Calendar Events API for more information.", required: false
41
- argument :new_appointments, [LMSGraphQL::Types::Canvas::CanvasCalendarEventInput], "Newly created time slots (same format as appointments above). Only returned in Create/Update responses where new time slots have been added.", required: false
42
- argument :max_appointments_per_participant, Int, "Maximum number of time slots a user may register for, or null if no limit.Example: 1", required: false
43
- argument :min_appointments_per_participant, Int, "Minimum number of time slots a user must register for. If not set, users do not need to sign up for any time slots.Example: 1", required: false
44
- argument :participants_per_appointment, Int, "Maximum number of participants that may register for each time slot, or null if no limit.Example: 1", required: false
45
- argument :participant_visibility, AppointmentGroupInputParticipantVisibilityEnum, "'private' means participants cannot see who has signed up for a particular time slot, 'protected' means that they can.Example: private", required: false
46
- argument :participant_type, AppointmentGroupInputParticipantTypeEnum, "Indicates how participants sign up for the appointment group, either as individuals ('User') or in student groups ('Group'). Related to sub_context_codes (i.e. 'Group' signups always have a single group category).Example: User", required: false
47
- argument :url, String, "URL for this appointment group (to update, delete, etc.).Example: https://example.com/api/v1/appointment_groups/543", required: false
48
- argument :html_url, String, "URL for a user to view this appointment group.Example: http://example.com/appointment_groups/1", required: false
49
- argument :created_at, LMSGraphQL::Types::DateTimeType, "When the appointment group was created.Example: 2012-07-13T10:55:20-06:00", required: false
50
- argument :updated_at, LMSGraphQL::Types::DateTimeType, "When the appointment group was last updated.Example: 2012-07-13T10:55:20-06:00", required: false
26
+ argument :id, ID, "The ID of the appointment group.Example: 543", required: false
27
+ argument :title, String, "The title of the appointment group.Example: Final Presentation", required: false
28
+ argument :start_at, GraphQL::Types::ISO8601DateTime, "The start of the first time slot in the appointment group.Example: 2012-07-20T15:00:00-06:00", required: false
29
+ argument :end_at, GraphQL::Types::ISO8601DateTime, "The end of the last time slot in the appointment group.Example: 2012-07-20T17:00:00-06:00", required: false
30
+ argument :description, String, "The text description of the appointment group.Example: Es muy importante", required: false
31
+ argument :location_name, String, "The location name of the appointment group.Example: El Tigre Chino's office", required: false
32
+ argument :location_address, String, "The address of the appointment group's location.Example: Room 234", required: false
33
+ argument :participant_count, Int, "The number of participant who have reserved slots (see include[] argument).Example: 2", required: false
34
+ argument :reserved_times, [LMSGraphQL::Types::Canvas::CanvasAppointmentInput], "The start and end times of slots reserved by the current user as well as the id of the calendar event for the reservation (see include[] argument).Example: {'id'=>987, 'start_at'=>'2012-07-20T15:00:00-06:00', 'end_at'=>'2012-07-20T15:00:00-06:00'}", required: false
35
+ argument :context_codes, [String], "The context codes (i.e. courses) this appointment group belongs to. Only people in these courses will be eligible to sign up..Example: course_123", required: false
36
+ argument :sub_context_codes, [Int], "The sub-context codes (i.e. course sections and group categories) this appointment group is restricted to.Example: course_section_234", required: false
37
+ argument :workflow_state, AppointmentGroupInputWorkflowStateEnum, "Current state of the appointment group ('pending', 'active' or 'deleted'). 'pending' indicates that it has not been published yet and is invisible to participants..Example: active", required: false
38
+ argument :requiring_action, Boolean, "Boolean indicating whether the current user needs to sign up for this appointment group (i.e. it's reservable and the min_appointments_per_participant limit has not been met by this user)..Example: true", required: false
39
+ argument :appointments_count, Int, "Number of time slots in this appointment group.Example: 2", required: false
40
+ argument :appointments, [LMSGraphQL::Types::Canvas::CanvasCalendarEventInput], "Calendar Events representing the time slots (see include[] argument) Refer to the Calendar Events API for more information.", required: false
41
+ argument :new_appointments, [LMSGraphQL::Types::Canvas::CanvasCalendarEventInput], "Newly created time slots (same format as appointments above). Only returned in Create/Update responses where new time slots have been added.", required: false
42
+ argument :max_appointments_per_participant, Int, "Maximum number of time slots a user may register for, or null if no limit.Example: 1", required: false
43
+ argument :min_appointments_per_participant, Int, "Minimum number of time slots a user must register for. If not set, users do not need to sign up for any time slots.Example: 1", required: false
44
+ argument :participants_per_appointment, Int, "Maximum number of participants that may register for each time slot, or null if no limit.Example: 1", required: false
45
+ argument :participant_visibility, AppointmentGroupInputParticipantVisibilityEnum, "'private' means participants cannot see who has signed up for a particular time slot, 'protected' means that they can.Example: private", required: false
46
+ argument :participant_type, AppointmentGroupInputParticipantTypeEnum, "Indicates how participants sign up for the appointment group, either as individuals ('User') or in student groups ('Group'). Related to sub_context_codes (i.e. 'Group' signups always have a single group category).Example: User", required: false
47
+ argument :url, String, "URL for this appointment group (to update, delete, etc.).Example: https://example.com/api/v1/appointment_groups/543", required: false
48
+ argument :html_url, String, "URL for a user to view this appointment group.Example: http://example.com/appointment_groups/1", required: false
49
+ argument :created_at, GraphQL::Types::ISO8601DateTime, "When the appointment group was created.Example: 2012-07-13T10:55:20-06:00", required: false
50
+ argument :updated_at, GraphQL::Types::ISO8601DateTime, "When the appointment group was last updated.Example: 2012-07-13T10:55:20-06:00", required: false
51
51
 
52
52
  end
53
53
  end
@@ -6,9 +6,9 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAppointmentInput < BaseInputObject
8
8
  description "Appointment Groups. API Docs: https://canvas.instructure.com/doc/api/appointment_groups.html"
9
- argument :id, ID, "The appointment identifier..Example: 987", required: false
10
- argument :start_at, LMSGraphQL::Types::DateTimeType, "Start time for the appointment.Example: 2012-07-20T15:00:00-06:00", required: false
11
- argument :end_at, LMSGraphQL::Types::DateTimeType, "End time for the appointment.Example: 2012-07-20T15:00:00-06:00", required: false
9
+ argument :id, ID, "The appointment identifier..Example: 987", required: false
10
+ argument :start_at, GraphQL::Types::ISO8601DateTime, "Start time for the appointment.Example: 2012-07-20T15:00:00-06:00", required: false
11
+ argument :end_at, GraphQL::Types::ISO8601DateTime, "End time for the appointment.Example: 2012-07-20T15:00:00-06:00", required: false
12
12
 
13
13
  end
14
14
  end
@@ -6,9 +6,9 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAssessmentInput < BaseInputObject
8
8
  description "LiveAssessments. API Docs: https://canvas.instructure.com/doc/api/live_assessments.html"
9
- argument :id, ID, "A unique identifier for this live assessment.Example: 42", required: false
10
- argument :key, String, "A client specified unique identifier for the assessment.Example: 2014-05-27,outcome_52", required: false
11
- argument :title, String, "A human readable title for the assessment.Example: May 27th Reading Assessment", required: false
9
+ argument :id, ID, "A unique identifier for this live assessment.Example: 42", required: false
10
+ argument :key, String, "A client specified unique identifier for the assessment.Example: 2014-05-27,outcome_52", required: false
11
+ argument :title, String, "A human readable title for the assessment.Example: May 27th Reading Assessment", required: false
12
12
 
13
13
  end
14
14
  end
@@ -39,11 +39,11 @@ module LMSGraphQL
39
39
  field :id, ID, "the ID of the assignment.Example: 4", null: true
40
40
  field :name, String, "the name of the assignment.Example: some assignment", null: true
41
41
  field :description, String, "the assignment description, in an HTML fragment.Example: <p>Do the following:</p>.", null: true
42
- field :created_at, LMSGraphQL::Types::DateTimeType, "The time at which this assignment was originally created.Example: 2012-07-01T23:59:00-06:00", null: true
43
- field :updated_at, LMSGraphQL::Types::DateTimeType, "The time at which this assignment was last modified in any way.Example: 2012-07-01T23:59:00-06:00", null: true
44
- field :due_at, LMSGraphQL::Types::DateTimeType, "the due date for the assignment. returns null if not present. NOTE: If this assignment has assignment overrides, this field will be the due date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
45
- field :lock_at, LMSGraphQL::Types::DateTimeType, "the lock date (assignment is locked after this date). returns null if not present. NOTE: If this assignment has assignment overrides, this field will be the lock date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
46
- field :unlock_at, LMSGraphQL::Types::DateTimeType, "the unlock date (assignment is unlocked after this date) returns null if not present NOTE: If this assignment has assignment overrides, this field will be the unlock date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
42
+ field :created_at, GraphQL::Types::ISO8601DateTime, "The time at which this assignment was originally created.Example: 2012-07-01T23:59:00-06:00", null: true
43
+ field :updated_at, GraphQL::Types::ISO8601DateTime, "The time at which this assignment was last modified in any way.Example: 2012-07-01T23:59:00-06:00", null: true
44
+ field :due_at, GraphQL::Types::ISO8601DateTime, "the due date for the assignment. returns null if not present. NOTE: If this assignment has assignment overrides, this field will be the due date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
45
+ field :lock_at, GraphQL::Types::ISO8601DateTime, "the lock date (assignment is locked after this date). returns null if not present. NOTE: If this assignment has assignment overrides, this field will be the lock date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
46
+ field :unlock_at, GraphQL::Types::ISO8601DateTime, "the unlock date (assignment is unlocked after this date) returns null if not present NOTE: If this assignment has assignment overrides, this field will be the unlock date as it applies to the user requesting information from the API..Example: 2012-07-01T23:59:00-06:00", null: true
47
47
  field :has_overrides, Boolean, "whether this assignment has overrides.Example: true", null: true
48
48
  field :all_dates, [LMSGraphQL::Types::Canvas::CanvasAssignmentDate], "(Optional) all dates associated with the assignment, if applicable.", null: true
49
49
  field :course_id, ID, "the ID of the course the assignment belongs to.Example: 123", null: true
@@ -61,7 +61,7 @@ module LMSGraphQL
61
61
  field :peer_reviews, Boolean, "Boolean indicating if peer reviews are required for this assignment.", null: true
62
62
  field :automatic_peer_reviews, Boolean, "Boolean indicating peer reviews are assigned automatically. If false, the teacher is expected to manually assign peer reviews..", null: true
63
63
  field :peer_review_count, Int, "Integer representing the amount of reviews each user is assigned. NOTE: This key is NOT present unless you have automatic_peer_reviews set to true..Example: 0", null: true
64
- field :peer_reviews_assign_at, LMSGraphQL::Types::DateTimeType, "String representing a date the reviews are due by. Must be a date that occurs after the default due date. If blank, or date is not after the assignment's due date, the assignment's due date will be used. NOTE: This key is NOT present unless you have automatic_peer_reviews set to true..Example: 2012-07-01T23:59:00-06:00", null: true
64
+ field :peer_reviews_assign_at, GraphQL::Types::ISO8601DateTime, "String representing a date the reviews are due by. Must be a date that occurs after the default due date. If blank, or date is not after the assignment's due date, the assignment's due date will be used. NOTE: This key is NOT present unless you have automatic_peer_reviews set to true..Example: 2012-07-01T23:59:00-06:00", null: true
65
65
  field :intra_group_peer_reviews, Boolean, "Boolean representing whether or not members from within the same group on a group assignment can be assigned to peer review their own group's work.Example: false", null: true
66
66
  field :group_category_id, ID, "The ID of the assignment’s group set, if this is a group assignment. For group discussions, set group_category_id on the discussion topic, not the linked assignment..Example: 1", null: true
67
67
  field :needs_grading_count, Int, "if the requesting user has grading rights, the number of submissions that need grading..Example: 17", null: true
@@ -106,6 +106,10 @@ module LMSGraphQL
106
106
  field :score_statistics, LMSGraphQL::Types::Canvas::CanvasScoreStatistic, "(Optional) If 'score_statistics' and 'submission' are included in the 'include' parameter and statistics are available, includes the min, max, and mode for this assignment.", null: true
107
107
  field :can_submit, Boolean, "(Optional) If retrieving a single assignment and 'can_submit' is included in the 'include' parameter, flags whether user has the right to submit the assignment (i.e. checks enrollment dates, submission types, locked status, attempts remaining, etc...). Including 'can submit' automatically includes 'submission' in the include parameter. Not available when observed_users are included..Example: true", null: true
108
108
  field :annotatable_attachment_id, ID, "The id of the attachment to be annotated by students. Relevant only if submission_types includes 'student_annotation'..", null: true
109
+ field :anonymize_students, Boolean, "(Optional) Boolean indicating whether student names are anonymized.", null: true
110
+ field :require_lockdown_browser, Boolean, "(Optional) Boolean indicating whether the Respondus LockDown Browser® is required for this assignment..", null: true
111
+ field :important_dates, Boolean, "(Optional) Boolean indicating whether this assignment has important dates..", null: true
112
+ field :muted, Boolean, "(Optional, Deprecated) Boolean indicating whether notifications are muted for this assignment..", null: true
109
113
 
110
114
  end
111
115
  end
@@ -9,9 +9,9 @@ module LMSGraphQL
9
9
  field :id, ID, "(Optional, missing if 'base' is present) id of the assignment override this date represents.Example: 1", null: true
10
10
  field :base, Boolean, "(Optional, present if 'id' is missing) whether this date represents the assignment's or quiz's default due date.Example: true", null: true
11
11
  field :title, String, "Example: Summer Session", null: true
12
- field :due_at, LMSGraphQL::Types::DateTimeType, "The due date for the assignment. Must be between the unlock date and the lock date if there are lock dates.Example: 2013-08-28T23:59:00-06:00", null: true
13
- field :unlock_at, LMSGraphQL::Types::DateTimeType, "The unlock date for the assignment. Must be before the due date if there is a due date..Example: 2013-08-01T00:00:00-06:00", null: true
14
- field :lock_at, LMSGraphQL::Types::DateTimeType, "The lock date for the assignment. Must be after the due date if there is a due date..Example: 2013-08-31T23:59:00-06:00", null: true
12
+ field :due_at, GraphQL::Types::ISO8601DateTime, "The due date for the assignment. Must be between the unlock date and the lock date if there are lock dates.Example: 2013-08-28T23:59:00-06:00", null: true
13
+ field :unlock_at, GraphQL::Types::ISO8601DateTime, "The unlock date for the assignment. Must be before the due date if there is a due date..Example: 2013-08-01T00:00:00-06:00", null: true
14
+ field :lock_at, GraphQL::Types::ISO8601DateTime, "The lock date for the assignment. Must be after the due date if there is a due date..Example: 2013-08-31T23:59:00-06:00", null: true
15
15
 
16
16
  end
17
17
  end
@@ -6,12 +6,12 @@ module LMSGraphQL
6
6
  module Canvas
7
7
  class CanvasAssignmentDateInput < BaseInputObject
8
8
  description "Assignments. API Docs: https://canvas.instructure.com/doc/api/assignments.html"
9
- argument :id, ID, "(Optional, missing if 'base' is present) id of the assignment override this date represents.Example: 1", required: false
10
- argument :base, Boolean, "(Optional, present if 'id' is missing) whether this date represents the assignment's or quiz's default due date.Example: true", required: false
11
- argument :title, String, "Example: Summer Session", required: false
12
- argument :due_at, LMSGraphQL::Types::DateTimeType, "The due date for the assignment. Must be between the unlock date and the lock date if there are lock dates.Example: 2013-08-28T23:59:00-06:00", required: false
13
- argument :unlock_at, LMSGraphQL::Types::DateTimeType, "The unlock date for the assignment. Must be before the due date if there is a due date..Example: 2013-08-01T00:00:00-06:00", required: false
14
- argument :lock_at, LMSGraphQL::Types::DateTimeType, "The lock date for the assignment. Must be after the due date if there is a due date..Example: 2013-08-31T23:59:00-06:00", required: false
9
+ argument :id, ID, "(Optional, missing if 'base' is present) id of the assignment override this date represents.Example: 1", required: false
10
+ argument :base, Boolean, "(Optional, present if 'id' is missing) whether this date represents the assignment's or quiz's default due date.Example: true", required: false
11
+ argument :title, String, "Example: Summer Session", required: false
12
+ argument :due_at, GraphQL::Types::ISO8601DateTime, "The due date for the assignment. Must be between the unlock date and the lock date if there are lock dates.Example: 2013-08-28T23:59:00-06:00", required: false
13
+ argument :unlock_at, GraphQL::Types::ISO8601DateTime, "The unlock date for the assignment. Must be before the due date if there is a due date..Example: 2013-08-01T00:00:00-06:00", required: false
14
+ argument :lock_at, GraphQL::Types::ISO8601DateTime, "The lock date for the assignment. Must be after the due date if there is a due date..Example: 2013-08-31T23:59:00-06:00", required: false
15
15
 
16
16
  end
17
17
  end
@@ -13,20 +13,20 @@ module LMSGraphQL
13
13
  description "Calendar Events. API Docs: https://canvas.instructure.com/doc/api/calendar_events.html"
14
14
  field :id, ID, "A synthetic ID for the assignment.Example: assignment_987", null: true
15
15
  field :title, String, "The title of the assignment.Example: Essay", null: true
16
- field :start_at, LMSGraphQL::Types::DateTimeType, "The due_at timestamp of the assignment.Example: 2012-07-19T23:59:00-06:00", null: true
17
- field :end_at, LMSGraphQL::Types::DateTimeType, "The due_at timestamp of the assignment.Example: 2012-07-19T23:59:00-06:00", null: true
16
+ field :start_at, GraphQL::Types::ISO8601DateTime, "The due_at timestamp of the assignment.Example: 2012-07-19T23:59:00-06:00", null: true
17
+ field :end_at, GraphQL::Types::ISO8601DateTime, "The due_at timestamp of the assignment.Example: 2012-07-19T23:59:00-06:00", null: true
18
18
  field :description, String, "The HTML description of the assignment.Example: <b>Write an essay. Whatever you want.</b>", null: true
19
19
  field :context_code, String, "the context code of the (course) calendar this assignment belongs to.Example: course_123", null: true
20
20
  field :workflow_state, AssignmentEventWorkflowStateEnum, "Current state of the assignment ('published' or 'deleted').Example: published", null: true
21
21
  field :url, String, "URL for this assignment (note that updating/deleting should be done via the Assignments API).Example: https://example.com/api/v1/calendar_events/assignment_987", null: true
22
22
  field :html_url, String, "URL for a user to view this assignment.Example: http://example.com/courses/123/assignments/987", null: true
23
- field :all_day_date, LMSGraphQL::Types::DateTimeType, "The due date of this assignment.Example: 2012-07-19", null: true
23
+ field :all_day_date, GraphQL::Types::ISO8601DateTime, "The due date of this assignment.Example: 2012-07-19", null: true
24
24
  field :all_day, Boolean, "Boolean indicating whether this is an all-day event (e.g. assignment due at midnight).Example: true", null: true
25
- field :created_at, LMSGraphQL::Types::DateTimeType, "When the assignment was created.Example: 2012-07-12T10:55:20-06:00", null: true
26
- field :updated_at, LMSGraphQL::Types::DateTimeType, "When the assignment was last updated.Example: 2012-07-12T10:55:20-06:00", null: true
25
+ field :created_at, GraphQL::Types::ISO8601DateTime, "When the assignment was created.Example: 2012-07-12T10:55:20-06:00", null: true
26
+ field :updated_at, GraphQL::Types::ISO8601DateTime, "When the assignment was last updated.Example: 2012-07-12T10:55:20-06:00", null: true
27
27
  field :assignment, LMSGraphQL::Types::Canvas::CanvasAssignment, "The full assignment JSON data (See the Assignments API).", null: true
28
28
  field :assignment_overrides, LMSGraphQL::Types::Canvas::CanvasAssignmentOverride, "The list of AssignmentOverrides that apply to this event (See the Assignments API). This information is useful for determining which students or sections this assignment-due event applies to..", null: true
29
- field :important_dates, Boolean, "Boolean indicating whether this has important dates. Only present if the Important Dates feature flag is enabled.Example: true", null: true
29
+ field :important_dates, Boolean, "Boolean indicating whether this has important dates..Example: true", null: true
30
30
 
31
31
  end
32
32
  end