GraphQL Changelog – Week Aug 04 to Aug 08
15 days 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
id
to the object typeAiBehaviorActionAttributes
. - Introduced
id
as an input field of typeID
to the input object typeAiBehaviorActionAttributesInput
.