GraphQL Changelog – Week 06/10 to 10/10
15 days ago by ReadMe API
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
generatedByAiof typeBoolean: This field is now available in theNodeFieldValueInputinput object type. You can use it to indicate if a field value was generated by AI. -
Enum value
ai_credits: Added to theSubscriptionLimitsenum, this new value might help in managing AI-related subscription capabilities.
