Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwalters512/apollo-subgraph-extend-repro
https://github.com/nwalters512/apollo-subgraph-extend-repro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwalters512/apollo-subgraph-extend-repro
- Owner: nwalters512
- Created: 2022-11-09T17:27:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T20:30:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T03:11:15.429Z (26 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apollo-subgraph-extend-repro
This contains a reproduction of an issue with `addResolversToSchema` from the `@graphql-tools/schema` package.
## Steps to reproduce
- Run `yarn install`
- Run `node index.js`
- Observe the output from `printSubgraphSchema` contains `extend type Foo { ... }`, but trying to print the schema returned from `addResolversToSchema` with `printSubgraphSchema` throws.