File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
website/src/pages/docs/commands Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ Detect changes to your GraphQL Schema and prevent breaking your existing applica
13
13
Inspector you get a list of breaking, potentially dangerous and safe changes on every Pull Request.
14
14
Integrate it with GitHub, BitBucket, GitLab or any Continuous Integration.
15
15
16
+ > While GraphQL Inspector is effective for comparing two schema versions and identifying changes,
17
+ > for a more comprehensive and robust approach to schema management, consider using
18
+ > [ GraphQL Hive] ( https://the-guild.dev/graphql/hive ) . GraphQL Hive offers a fully open-source schema
19
+ > registry for GraphQL APIs. It provides features such as version control and schema checks to
20
+ > detect breaking changes before they reach production, allowing you to evolve your API with
21
+ > confidence. . Additionally, GraphQL Hive offers insights into API usage and performance metrics,
22
+ > making it a more robust solution for managing and evolving your GraphQL schemas.
23
+
16
24
![ Application] ( /assets/img/github/app-action.jpg )
17
25
18
26
## You can choose between:
You can’t perform that action at this time.
0 commit comments