GraphQL Changelog – December/25
1 day ago by Rafael Sutil
This month's update introduces enhancements to the GraphQL API, including a new query for the Flow view, identity propagation configuration capabilities, field archiving support, and improved notification handling for automation loops.
New:
-
Query Added:
pipeFlow: A new query responsible for returning data to be shown on the new Flow view.
-
Mutation Added:
createIdentityPropagationConfiguration: A new mutation for creating identity propagation configurations.
-
Field Added: The
archivedfield was introduced across all pipefy fields (e.g. AssigneeField, DateField) to indicate whether the field was archived. -
Enum Value:
automationLoopDetectedwas added to the enumNotificationEvent. You can now use this value to handle specific notification cases related to automation loops.
