Closed dariuszkuc closed 1 month ago
Name | Link |
---|---|
Commit | 65a92e6942cd05ac4e707cf61242d940bd522cfb |
Preview | [https://www.apollographql.com/docs/deploy-preview/f18ee32f5da1e2cc8433](https://www.apollographql.com/docs/deploy-preview/f18ee32f5da1e2cc8433) |
Build ID | f18ee32f5da1e2cc8433 |
File Changes |
0 new, 2 changed, 0 removed``` * graphos/reference/federation/versions.mdx * graphos/routing/uplink.mdx ``` |
Pages | 2 |
2 pages published. Build will be available for 30 days.
Latest commit: 65a92e6942cd05ac4e707cf61242d940bd522cfb
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
Name | Link |
---|---|
Latest commit | 65a92e6942cd05ac4e707cf61242d940bd522cfb |
Latest deploy log | https://app.netlify.com/sites/apollo-federation-docs/deploys/66ff7efdd52e890008fc667d |
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.
FieldSet
scalar represents a selection set without outer braces. This means that users could potentially specify some selections that could be normalized (i.e. eliminate duplicate field selections, hoist/collapse unnecessary inline fragments, etc). Previously we were using@requires
field set selection AS-IS for edge conditions. With this change we will now normalize theFieldSet
selections before using them as fetch node conditions.