GraphQL API
- The “content” field on the learningTags query can now be filtered by an additional content type of “video”. Note however that there is not yet a way to set learningTags on a video. This will be possible in a future update.
-
The new fields “isPublic” and “learningTags” have been added to the LMSContent query. This field is not yet available to be set, and it will return false for “isPublic”, and an empty array for “learningTags”. The field “description” has been extended to be a text field, although there is currently no way to set this via the TMS UI.
-
We added the field “permissionGrants” to the GenericCustomField associated with an entity in order to set role permission grants on editing or viewing this custom field's data.
-
You can now use fulfilObjectiveForLearners in the LearningPath mutations to register learners to events.