GraphQL API
-
We fixed an issue where the Learning Path code was not being returned when querying the catalog node.
-
We have introduced a new mutation
createEmailAddress
in SendingAddressMutations to create a sending address. -
We have added 2 new features:
-
you can now query for
opportunityStages
, -
you can create a new opportunity step via the
opportunitySteps.create
mutation. It accepts a name, stage ID, optional list of attributes, and whether to mark this step as a WebLink entry step.
-
-
The following fields for LmsContent in GraphQL have been marked deprecated:
- name
- description
- instructions
These values are available in new fields “displayName” and “htmlDescription”, mapped according to Content Type.
The deprecated fields will continue to be available until 26/07/2022, at which point they will be removed.
Comments
0 comments
Article is closed for comments.