GraphQL Changelog – Week 22/09 to 26/09

This update expands the autoFillFields query with a new throughConnectors argument, and introduces the filterAuthorizedFormsToMe query to retrieve only forms specifically authorized for you.

New:

  • Argument: throughConnectors was added to the query autoFillFields. This argument expects a ReferenceConnectorFieldInput type, and expands the functionality of the query.
  • Query: filterAuthorizedFormsToMe was added to the query object type. You can now use this query to access forms specifically authorized for you.