GraphQL API
Features
-
We added a create Region mutation that allows Regions to be created with appropriate tax, country and company configuration.
-
We added a create OpportunityTransition mutation that allows Transitions to be defined specifying the To and From steps, any Attributes that are required, and any trigger actions that should happen.
-
We added filterExpression to a Webhook. The filterExpression is a JMESPath defined expression that is evaluated on the Webhook payload to determine whether it should be sent.
-
We added a matchesFilter field to webhookLogs to capture whether a Webhook was sent or not based on the filterExpression.
-
We added the includedInTrainingPass filter to the Catalogue query to allow you to either only show Content added to a Training Pass or hide Content added to a Training Pass.
Fixes
-
An issue with the sendTemplatedEmailForOpportunity mutation was fixed so that Event classroom_start and classroom_end merge fields display in the email as expected.
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.