GraphQL Changelog – Week 01/09 to 05/09
7 days 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:
CreateAutomationInput
andCreateAutomationPayload
: Added for creating automation configurations.DeleteAutomationInput
andDeleteAutomationPayload
: Added for automation deletion operations.UpdateAutomationInput
andUpdateAutomationPayload
: 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.