GraphQL API Changelog – Overview: Jan 1 to May 29
5 months ago by ReadMe API
This update includes several enhancements and simplifications to improve the efficiency and usability of our API. Please review the changes, especially if they affect areas you are using, to ensure a smooth transition.
👉 You can explore these updates in more detail directly in our GraphQL Page
New
- Enum value: Added
documenttoInterfacePageElementType. - Mutation: Added
addTagsToResourceto manage resource tagging. - Mutation: Added
phaseSettingsto configure phase settings. - Mutation: Added
setFavoritePipesto manage favorite pipes. - Query: Added
agentsUsageDetailsto provide details on agent usage. - Query: Added
automationfor retrieving automation details. - Query: Added
automationActionsto list automation actions. - Query: Added
automationEventsfor event management within automations. - Query: Added
automationEventsByPhasefor phased automation events. - Query: Added
automationsto handle multiple automation tasks. - Query: Added
automationsUsageDetailsto provide usage statistics for automations. - Query: Added
fieldfor field data retrieval. - Query: Added
organizationSettingsfor accessing organization settings. - Query: Added
tagsByCategoryto categorize tags. - Query: Added
tagsByCategoryOnResourceto manage tags by category on resources. - Query: Added
ticketfor ticket management. - Query: Added
troubleshootLlmErrorfor troubleshooting errors. - Field: Added
overridePreviousWithSameUrlas a Boolean input toCreateWebhookInput. - Field: Added
urltoFieldCondition. - Field: Added
preferencestoOrganizationandOrganizationInterfacefor user preferences management. - Field: Added
canBeTaggedtoConnectedTable,Pipe,Repo,Tableto manage tag availability. - Field: Added
tagstoTablefor tagging functionality. - Field: Added
billable,canBeRemoved, andopenNestedStartFormtoInterfacesMemberandUserfor user management. - Type Added: Expanded schema with new types such as
ActiveProvider,AddTagsResourceInput,AddTagsResourcePayload,AgentsDetails,AiAutomationSuggestion,AiProvider,AiProviders,Automation, and many more.
Deprecated
No items have been deprecated in this update.
Removed
- Type:
OrganizationPermissionsInternalGQLhas been completely removed.
Changed
- Field Update:
Organization.permissionschanged fromOrganizationPermissionsInternalGQLtoOrganizationPermissions. - Field Update:
OrganizationInterface.permissionschanged fromOrganizationPermissionsInternalGQLtoOrganizationPermissions. - Field Update:
OrganizationMember.groupschanged fromGroupConnectiontoBasicGroupConnection.
