Skip to content

Commit

Permalink
deploy_website enhance(utils): read directives from extensions (#2389)
Browse files Browse the repository at this point in the history
* enhance(utils): read directives from extensions

follows gatsby and graphql-compose convention but allow customization
see: graphql/graphql-js#1343 (comment)

* add tests for code-first stitching directives

* add changeset
  • Loading branch information
yaacovCR committed Dec 20, 2020
1 parent a5389e4 commit 2d66d94
Show file tree
Hide file tree
Showing 10 changed files with 718 additions and 53 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-ducks-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-tools/stitching-directives': minor
'@graphql-tools/utils': minor
---

enhance(utils): support code-first schemas by allowing directives to be read from extensions
Loading

0 comments on commit 2d66d94

Please sign in to comment.