Skip to content

Commit 189d7ee

Browse files
Fix existing changesets (#3306)
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).
1 parent 56f75f3 commit 189d7ee

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.changeset/lovely-dryers-arrive.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-terms-decide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@apollo/subgraph": patch
33
---
44

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

Comments
 (0)