GraphQL Changelog – Week Aug 04 to Aug 08

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 type AiBehaviorActionAttributes.
  • Introduced id as an input field of type ID to the input object type AiBehaviorActionAttributesInput.