Closed cgatian closed 6 years ago
I havent been able to narrow it down yet, but using graphql-tools": "^3.0.2" and merging schemas breaks queries.
graphql-tools": "^3.0.2"
Running the merge schema example code should replicate this issue. Need to actually pull the source to confirm.
Possibly related: https://github.com/apollographql/graphql-tools/issues/753
Works fine with example repo. Closing.
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.