We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30baa45 commit 41b8bb9Copy full SHA for 41b8bb9
README.md
@@ -70,3 +70,9 @@ getDiff(currentSchemaLocation, newSchemaLocation)
70
console.log(result.breakingChanges);
71
});
72
```
73
+
74
75
+## Related Packages
76
77
+* [GraphQL Inspector](https://github.com/kamilkisiela/graphql-inspector) ouputs a list of changes between two GraphQL schemas.
78
+* [GraphQL Toolkit](https://github.com/ardatan/graphql-toolkit) provides a set of utils for faster development of GraphQL tools.
0 commit comments