EasyGraphQL / easygraphql-tester

Test GraphQL queries, mutations and schemas on an easy way! 🚀
https://easygraphql.com/docs/easygraphql-tester/overview
MIT License
313 stars 34 forks source link

fix graphql-tools/merge missing dependency #145

Open hebsvargas opened 2 years ago

hebsvargas commented 2 years ago

graphql-tools is listed as a dependency but https://github.com/EasyGraphQL/easygraphql-tester/blob/9b8f981edde89a4906cfcafc418e8c21160629ad/utils/buildGraphQLSchema.js#L3 graphql-tools/merge is what is imported and that isn't listed, which caused issues when trying to use easygraphql-tester.

This PR adds graphql-tools/merge as a dep as well.

ithinkdancan commented 2 years ago

@estrada9166 any chance of getting this merged?