GraphQL API
Features
- We added three new Learner mutations to allow Admin users to mark content complete on behalf of a Learner. All these mutations require the Delegate Scores - Edit permission to run:
- adminCompleteDiscussion to allow Discussion Topics to be marked as completed without a comment.
- adminCompleteVideo allows Video content to be marked as completed without video progress.
- adminCompleteScorm allows SCORM content to be marked as completed without SCORM progress.
-
We added a new filter for the Content node of TrainingPassTypes to restrict results to CourseTemplates or LearningPaths
- The bulkAddContentToPassType TrainingPass mutation can now use a search parameter in addition to filters to further limit the items to be added to the TrainingPassType. This works in the same way as the search parameter for Catalog queries.
Deprecation notices
- The name, description, and instructions fields for LmsContent will be deprecated in GraphQL on July 26, 2022. These values are now available in the new fields displayName and htmlDescription, mapped according to Content Type.
Comments
0 comments
Article is closed for comments.