Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwalters512/apollo-subgraph-extend-repro


https://github.com/nwalters512/apollo-subgraph-extend-repro

Last synced: 3 days ago
JSON representation

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.