You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR makes the following fixes to the existing changesets:
- `.changeset/smooth-terms-decide.md` needs a PR link.
- `.changeset/lovely-dryers-arrive.md` doesn't need to exist, since the
PR just changes `package-lock.json` (npm dependents use our
`package.json` and not `package-lock.json`, it's just relevant for
development/testing).
Copy file name to clipboardExpand all lines: .changeset/smooth-terms-decide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
"@apollo/subgraph": patch
3
3
---
4
4
5
-
When a `GraphQLScalarType` resolver is provided to `buildSubgraphSchema()`, omitted configuration options in the `GraphQLScalarType` no longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, use `null` for the configuration option instead.
5
+
When a `GraphQLScalarType` resolver is provided to `buildSubgraphSchema()`, omitted configuration options in the `GraphQLScalarType` no longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, use `null` for the configuration option instead. ([#3285](https://github.com/apollographql/federation/pull/3285))
0 commit comments