GraphQL Changelog – Jul 5 to Jul 25
7 days ago by ReadMe API
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
toAutomationActionParams
createOrganizationReport
,createTagsInBulk
,deleteOrganizationReport
,exportOrganizationReport
,updateOrganizationReport
,updateTag
, andupdateTagsVisibilityByCategory
to mutations inMutation
type.organizationReport
,organizationReportExport
, andorganizationReports
to queries inQuery
type.teamMembers
toPhase
visibleToMembers
to bothTag
andTagsByCategory
Removed:
-
Types Removed:
InterfaceEmbedCreateMutationInput
InterfaceEmbedCreateMutationPayload
-
Fields Removed:
interfaceEmbedCreate
fromMutation
type
andactionAttributes
fromAiBehaviorActionAttributesInput
andAiBehaviorParamsInput
, respectively.
Changed:
- Field Updates:
actionType
was added as a required input field toAiBehaviorActionAttributesInput
.actionsAttributes
was added as a required input field toAiBehaviorParamsInput
.