GraphQL API Changelog – Overview: Jan 1 to May 29
22 days 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
document
toInterfacePageElementType
. - Mutation: Added
addTagsToResource
to manage resource tagging. - Mutation: Added
phaseSettings
to configure phase settings. - Mutation: Added
setFavoritePipes
to manage favorite pipes. - Query: Added
agentsUsageDetails
to provide details on agent usage. - Query: Added
automation
for retrieving automation details. - Query: Added
automationActions
to list automation actions. - Query: Added
automationEvents
for event management within automations. - Query: Added
automationEventsByPhase
for phased automation events. - Query: Added
automations
to handle multiple automation tasks. - Query: Added
automationsUsageDetails
to provide usage statistics for automations. - Query: Added
field
for field data retrieval. - Query: Added
organizationSettings
for accessing organization settings. - Query: Added
tagsByCategory
to categorize tags. - Query: Added
tagsByCategoryOnResource
to manage tags by category on resources. - Query: Added
ticket
for ticket management. - Query: Added
troubleshootLlmError
for troubleshooting errors. - Field: Added
overridePreviousWithSameUrl
as a Boolean input toCreateWebhookInput
. - Field: Added
url
toFieldCondition
. - Field: Added
preferences
toOrganization
andOrganizationInterface
for user preferences management. - Field: Added
canBeTagged
toConnectedTable
,Pipe
,Repo
,Table
to manage tag availability. - Field: Added
tags
toTable
for tagging functionality. - Field: Added
billable
,canBeRemoved
, andopenNestedStartForm
toInterfacesMember
andUser
for 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:
OrganizationPermissionsInternalGQL
has been completely removed.
Changed
- Field Update:
Organization.permissions
changed fromOrganizationPermissionsInternalGQL
toOrganizationPermissions
. - Field Update:
OrganizationInterface.permissions
changed fromOrganizationPermissionsInternalGQL
toOrganizationPermissions
. - Field Update:
OrganizationMember.groups
changed fromGroupConnection
toBasicGroupConnection
.