Skip to content

Commit 41b8bb9

Browse files
committed
📝 Add related packages section to README
1 parent 30baa45 commit 41b8bb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ getDiff(currentSchemaLocation, newSchemaLocation)
7070
console.log(result.breakingChanges);
7171
});
7272
```
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

Comments
 (0)