GraphQL Changelog – Week 22/09 to 26/09
9 days ago by ReadMe API
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 queryautoFillFields
. This argument expects aReferenceConnectorFieldInput
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.