Skip to content

Commit a31f959

Browse files
committedMay 27, 2021
General cleanup and improvement
1 parent 982c8f5 commit a31f959

8 files changed

+37
-2
lines changed
 

‎.changeset/chilly-avocados-kiss.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/code-file-loader': patch
3+
---
4+
5+
enhance(code-file-loader): remove extra work on loader level

‎.changeset/chilly-seals-smell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/module-loader': minor
3+
---
4+
5+
feat(module-loader): check if module exists using FS

‎.changeset/empty-pugs-wash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/apollo-engine-loader': minor
3+
---
4+
5+
feat(apollo-engine): add sync support

‎.changeset/gentle-buckets-dress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/url-loader': patch
3+
---
4+
5+
enhance(url-loader): avoid doing extra work on loader level

‎.changeset/gold-rabbits-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/github-loader': minor
3+
---
4+
5+
feat(github-loader): handle SDL correctly on loader level

‎.changeset/rare-apes-wash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/json-file-loader': patch
3+
---
4+
5+
enhance(json-file-loader): check for path in a safer way

‎.changeset/smart-donuts-care.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@graphql-tools/utils': minor
2+
'@graphql-tools/utils': patch
33
---
44

5-
enhance(utils): refactor and cleanup
5+
enhance(utils): refactor, cleanup and remove extra work

‎.changeset/unlucky-pumpkins-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/merge': patch
3+
---
4+
5+
fix(merge): handle schema definitions correctly

0 commit comments

Comments
 (0)
Please sign in to comment.