GraphQL API Changelog - May 30 to Jun 6
12 days ago by ReadMe API
This changelog introduces new queries and types primarily focused on automation features, including logs, simulations, and event handling. Additionally, it adds new capabilities for retrieving user suggestions.
👉 You can explore these updates in more detail directly in our GraphQL Page
New:
-
Queries:
automatedFormulaOperations
: Added a new query to assist in retrieving automated formula operations.automationEventAttributes
: Added a new query to get details about automation event attributes.automationInitialValues
: Introduced a query for fetching initial values required for automation processes.automationLogs
: New query added for accessing automation logs by automation.automationLogsByRepo
: Allows querying of automation logs by repo ID.automationSimulation
: Added a query to retrive the automation simulation result by ID.usersSuggestions
: This new query provides the users suggestion by organization UUID.
-
Types:
AutomatedFormulaOperation
: Added as a new type to define operations on automated formulas.AutomationEventAttribute
: Introduced as a new type for attributes related to automation events.AutomationEventAttributes
: Added to store a collection of automation event attributes.AutomationLog
: A new type that records the details of automation logs.AutomationLogConnection
: Helps in connecting various automation logs.AutomationLogDetails
: Provides detailed insights within an automation log.AutomationLogEdge
: Added to define edges between automation logs.AutomationLogStatus
: Represents the status of an automation log.AutomationSimulation
: A type for running simulations of automation workflows.UsersSuggestions
: A new type to represent user suggestions.UsersSuggestionsConnection
: Connects user suggestions data.UsersSuggestionsEdge
: Defines edges within user suggestions.