console/packages/libraries/envelop/README.md

23 lines
891 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hive Client for Envelop
[Documentation](https://the-guild.dev/graphql/hive/docs/integrations/envelop)
---
[GraphQL Hive](https://the-guild.dev/graphql/hive) is a schema registry for GraphQL. With Hive you
manage and collaborate on all your GraphQL schemas and GraphQL workflows, regardless of the
underlying strategy, engine or framework youre using: this includes Schema Stitching, Apollo
Federation, or just a traditional monolith approach.
> Hive and all of its components are developed and managed as an MIT open-source project.
---
## Migration from `@graphql-hive/client`
The `@graphql-hive/client` package has been deprecated in favor of library-specific packages.
1. Install the `@graphql-hive/envelop` package.
1. Remove the `@graphql-hive/client` package from your dependencies.
1. Replace `@graphql-hive/client` with `@graphql-hive/envelop` in your codebase.
1. Done