Skip to content

Commit

Permalink
Mention Hive in the documentation of the diff command (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jan 7, 2025
1 parent ad1127b commit 66f1cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/pages/docs/commands/diff.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Detect changes to your GraphQL Schema and prevent breaking your existing applica
Inspector you get a list of breaking, potentially dangerous and safe changes on every Pull Request.
Integrate it with GitHub, BitBucket, GitLab or any Continuous Integration.

> While GraphQL Inspector is effective for comparing two schema versions and identifying changes,
> for a more comprehensive and robust approach to schema management, consider using
> [GraphQL Hive](https://the-guild.dev/graphql/hive). GraphQL Hive offers a fully open-source schema
> registry for GraphQL APIs. It provides features such as version control and schema checks to
> detect breaking changes before they reach production, allowing you to evolve your API with
> confidence. . Additionally, GraphQL Hive offers insights into API usage and performance metrics,
> making it a more robust solution for managing and evolving your GraphQL schemas.
![Application](/assets/img/github/app-action.jpg)

## You can choose between:
Expand Down

0 comments on commit 66f1cb0

Please sign in to comment.