GraphQL Changelog – Week 01/09 to 05/09
about 2 months ago by ReadMe API
We’ve added full automation management to the GraphQL API. Use the createAutomation, updateAutomation, and deleteAutomation mutations to create, modify, and remove automation configurations, with corresponding input and payload types (CreateAutomationInput/Payload, UpdateAutomationInput/Payload, DeleteAutomationInput/Payload).
New
-
Mutation:
createAutomation: You can now create automation configurations using this mutation. -
Mutation:
deleteAutomation: A new mutation to delete existing automation configurations. -
Mutation:
updateAutomation: Introduced a mutation to update existing automation configurations. -
Types:
CreateAutomationInputandCreateAutomationPayload: Added for creating automation configurations.DeleteAutomationInputandDeleteAutomationPayload: Added for automation deletion operations.UpdateAutomationInputandUpdateAutomationPayload: Added to facilitate the updating of automations.
Enjoy the new features and improvements! Make sure to update your integration to take advantage of the new mutations and types available.
