Navigation Menu

Skip to content

Commit

Permalink
General cleanup and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 27, 2021
1 parent 982c8f5 commit a31f959
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-avocados-kiss.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/code-file-loader': patch
---

enhance(code-file-loader): remove extra work on loader level
5 changes: 5 additions & 0 deletions .changeset/chilly-seals-smell.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/module-loader': minor
---

feat(module-loader): check if module exists using FS
5 changes: 5 additions & 0 deletions .changeset/empty-pugs-wash.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/apollo-engine-loader': minor
---

feat(apollo-engine): add sync support
5 changes: 5 additions & 0 deletions .changeset/gentle-buckets-dress.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/url-loader': patch
---

enhance(url-loader): avoid doing extra work on loader level
5 changes: 5 additions & 0 deletions .changeset/gold-rabbits-fly.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/github-loader': minor
---

feat(github-loader): handle SDL correctly on loader level
5 changes: 5 additions & 0 deletions .changeset/rare-apes-wash.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/json-file-loader': patch
---

enhance(json-file-loader): check for path in a safer way
4 changes: 2 additions & 2 deletions .changeset/smart-donuts-care.md
@@ -1,5 +1,5 @@
---
'@graphql-tools/utils': minor
'@graphql-tools/utils': patch
---

enhance(utils): refactor and cleanup
enhance(utils): refactor, cleanup and remove extra work
5 changes: 5 additions & 0 deletions .changeset/unlucky-pumpkins-burn.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/merge': patch
---

fix(merge): handle schema definitions correctly

0 comments on commit a31f959

Please sign in to comment.