easygraphql-tester icon indicating copy to clipboard operation
easygraphql-tester copied to clipboard

fix graphql-tools/merge missing dependency

Open hebsvargas opened this issue 4 years ago • 1 comments

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.

hebsvargas avatar Oct 06 '21 16:10 hebsvargas

@estrada9166 any chance of getting this merged?

ithinkdancan avatar Feb 01 '22 15:02 ithinkdancan