GraphQL Changelog – Week Aug 04 to Aug 08
3 months ago by ReadMe API
This week's update is the addition of a new identification field, id, to both the AiBehaviorActionAttributes object type and the AiBehaviorActionAttributesInput input type. This change allows for the unique identification of actions, providing greater precision and control in managing AI behaviors.
New:
- Added a new field
idto the object typeAiBehaviorActionAttributes. - Introduced
idas an input field of typeIDto the input object typeAiBehaviorActionAttributesInput.
