Skip to content

Commit 66f1cb0

Browse files
authored
Mention Hive in the documentation of the diff command (#2837)
1 parent ad1127b commit 66f1cb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/src/pages/docs/commands/diff.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Detect changes to your GraphQL Schema and prevent breaking your existing applica
1313
Inspector you get a list of breaking, potentially dangerous and safe changes on every Pull Request.
1414
Integrate it with GitHub, BitBucket, GitLab or any Continuous Integration.
1515

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+
1624
![Application](/assets/img/github/app-action.jpg)
1725

1826
## You can choose between:

0 commit comments

Comments
 (0)