GraphQL Changelog – Week 01/09 to 05/09

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:

    • CreateAutomationInput and CreateAutomationPayload: Added for creating automation configurations.
    • DeleteAutomationInput and DeleteAutomationPayload: Added for automation deletion operations.
    • UpdateAutomationInput and UpdateAutomationPayload: 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.