GraphQL Changelog – December/25

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 archived field was introduced across all pipefy fields (e.g. AssigneeField, DateField) to indicate whether the field was archived.

  • Enum Value: automationLoopDetected was added to the enum NotificationEvent. You can now use this value to handle specific notification cases related to automation loops.