prismake / typegql

Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
423 stars 21 forks source link

graphql-tools 3.0.2 #48

Closed cgatian closed 6 years ago

cgatian commented 6 years ago

I havent been able to narrow it down yet, but using graphql-tools": "^3.0.2" and merging schemas breaks queries.

Running the merge schema example code should replicate this issue. Need to actually pull the source to confirm.

cgatian commented 6 years ago

Possibly related: https://github.com/apollographql/graphql-tools/issues/753

cgatian commented 6 years ago

Works fine with example repo. Closing.