GraphQL Changelog – Jul 5 to Jul 25

This update introduces robust organization reporting features, allowing you to create, manage, and export detailed reports. We've also added enhanced controls for AI behavior, giving you more precise configuration options. Finally, this release brings improved tag management capabilities, including bulk operations and visibility controls, while streamlining our API by removing some legacy embedding interfaces.

New:

  • Types Added:

    • AiBehaviorActionAttributes
    • AiBehaviorMetadata
    • AiBehaviorParams
    • BulkTagsInput
    • BulkTagsPayload
    • CreateOrganizationReportInput
    • CreateOrganizationReportPayload
    • DeleteOrganizationReportInput
    • DeleteOrganizationReportPayload
    • ExportOrganizationReportInput
    • ExportOrganizationReportPayload
    • OrganizationReport
    • OrganizationReportConnection
    • OrganizationReportEdge
    • OrganizationReportExport
    • UpdateOrganizationReportInput
    • UpdateOrganizationReportPayload
    • UpdateTagInput
    • UpdateTagPayload
    • UpdateTagsVisibilityByCategoryInput
    • UpdateTagsVisibilityByCategoryPayload
  • Fields Added:

    • aiBehaviorParams to AutomationActionParams
    • createOrganizationReport, createTagsInBulk, deleteOrganizationReport, exportOrganizationReport, updateOrganizationReport, updateTag, and updateTagsVisibilityByCategory to mutations in Mutation type.
    • organizationReport, organizationReportExport, and organizationReports to queries in Query type.
    • teamMembers to Phase
    • visibleToMembers to both Tag and TagsByCategory

Removed:

  • Types Removed:

    • InterfaceEmbedCreateMutationInput
    • InterfaceEmbedCreateMutationPayload
  • Fields Removed:

    • interfaceEmbedCreate from Mutation
    • type and actionAttributes from AiBehaviorActionAttributesInput and AiBehaviorParamsInput, respectively.

Changed:

  • Field Updates:
    • actionType was added as a required input field to AiBehaviorActionAttributesInput.
    • actionsAttributes was added as a required input field to AiBehaviorParamsInput.