GraphQL Changelog – Week 29/09 to 03/10
2 days ago by ReadMe API
This update adds new fields to help you manage AI features and SMTP configurations. You can now track who disabled AI features and why, check for SMTP reauthentication, and specify reference connectors when creating cards.
New:
- Field
aiDisabledBy
has been added to theOrganizationPreferences
type. This new field can help you know who disabled AI-related features. - Field
aiDisabledReason
has also been added to theOrganizationPreferences
type. It provides insights into why AI-related features might be disabled. - Field
reauthRequired
is now part of theSmtpCustomEmail
type. It indicates whether reauthentication is required for SMTP custom emails. - Field
hasAddon
has been introduced to theUsageStatsAiCreditDetails
type. This field helps to identify if there's an addon associated with AI credit usage. - Input field
throughConnectors
has been added to theCreateCardInput
input object type. This facilitates specifying reference connectors when creating a card.
These updates enhance information transparency and connectivity within the API, helping users better manage organizational settings and usage statistics.