Closed duckki closed 1 month ago
Latest commit: 1a0ba248a4129349096b2e7891df8b6ecf776f99
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
No new or changed pages found.
Name | Link |
---|---|
Latest commit | 1a0ba248a4129349096b2e7891df8b6ecf776f99 |
Latest deploy log | https://app.netlify.com/sites/apollo-federation-docs/deploys/670b0143d107100008566eb0 |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Fixed missing referenced variables in the
variableUsages
field of fetch operationsQuery variables used in fetch operation should be listed in the
variableUsages
field. However, there was a bug where variables referenced by query-level directives could be missing in the field.The previous PR (#2986) fixed a similar issue in fetch queries, but it didn't fully fix the issue by failing to update the
variableUsages
field. This PR completes the remaining issue.