GraphQL API
Features
-
Added mutations to create and update to emailAccounts in GraphQL to increase support for working with IMAP Email Accounts.
-
A new field completedByAdmin has been added to LmsAttempts to determine if it was completed by an Admin user. The following mutations have been updated to include completedByAdmin as an optional boolean input field:
-
Added an Event mutation updateLmsResourceCustomFields that updates just the Custom Fields for LMS Resource, without touching the LMS Resource object itself. You can still update Custom Fields along with other fields using the existing updateLmsResource mutation.
-
We added provinceByCode and provincesByCodes queries which allows querying Provinces by ISO province codes.
-
(Preview) We added solvedAt to PlanStatus to expose the time the Plan solve was initiated.
Deprecation Notices
-
The name, description and instructions fields for LmsContent have been marked deprecated and will be removed on July 26, 2022. These values are available in new fields displayName and htmlDescription mapped according to Content Type.
Comments
0 comments
Article is closed for comments.