GraphQL Changelog – Week 29/09 to 03/10

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 the OrganizationPreferences type. This new field can help you know who disabled AI-related features.
  • Field aiDisabledReason has also been added to the OrganizationPreferences type. It provides insights into why AI-related features might be disabled.
  • Field reauthRequired is now part of the SmtpCustomEmail type. It indicates whether reauthentication is required for SMTP custom emails.
  • Field hasAddon has been introduced to the UsageStatsAiCreditDetails type. This field helps to identify if there's an addon associated with AI credit usage.
  • Input field throughConnectors has been added to the CreateCardInput 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.