Skip to content

Commit

Permalink
Fix changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 12, 2021
1 parent 1c6fb01 commit de38619
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 461 deletions.
4 changes: 1 addition & 3 deletions .changeset/short-ladybugs-develop.md
Expand Up @@ -3,14 +3,12 @@
'@graphql-tools/schema': minor
'@graphql-tools/stitch': minor
'@graphql-tools/utils': minor
'@graphql-tools/code-file-loader': major
---

`schemaExtensions` option has been added to `mergeSchemas`, `makeExecutableSchema` and `stitchSchemas` configurations
- `schemaExtensions` option has been added to `mergeSchemas`, `makeExecutableSchema` and `stitchSchemas` configurations

Breaking Changes;

- Move `mergeSchemas` and `MergeSchemasConfig` from `@graphql-tools/merge` to `@graphql-tools/schema` package to prevent circular dependency between them.
- `mergeSchemasAsync` has been removed.
- Move `NamedDefinitionNode`, `resetComments`, `collectComment`, `pushComment` and `printComment` from `@graphql-tools/merge` to `@graphql-tools/utils`.
- Code File Loader no more returns multiple sources for each plucked GraphQL SDL. This breaks other tools such as GraphQL Code Generator.
5 changes: 5 additions & 0 deletions .changeset/witty-parrots-help.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/code-file-loader': patch
---

"@graphql-tools/code-file-loader" no more returns multiple sources for each plucked GraphQL SDL. This breaks other tools such as GraphQL Code Generator.

1 comment on commit de38619

@vercel
Copy link

@vercel vercel bot commented on de38619 Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.