SurveyMonkey / graphql-ergonomock

Automatic mocking of GraphQL queries
MIT License
19 stars 5 forks source link

Remove graphql-tools dependency #147

Closed nikolaik closed 3 years ago

nikolaik commented 3 years ago

Since using the monolith package graphql-tools is deprecated and @graphql-tools/schema stopped exporting buildSchemaFromTypeDefinitions we replace it's usage with buildSchema from graphql. This saves time when installing and reduces the disk usage in node_modules.

References:

Closes https://github.com/SurveyMonkey/graphql-ergonomock/pull/144