GraphQL Changelog – Week 06/10 to 10/10

This week's update makes it easier to manage AI-related features. We've added a new generatedByAi field on the NodeFieldValueInput to mark values created by AI, and we've added ai_credits to the SubscriptionLimits enum to give you more control over AI subscriptions.

New:

  • Input field generatedByAi of type Boolean: This field is now available in the NodeFieldValueInput input object type. You can use it to indicate if a field value was generated by AI.

  • Enum value ai_credits: Added to the SubscriptionLimits enum, this new value might help in managing AI-related subscription capabilities.