2024-04-23 15:51:43 +00:00
|
|
|
# Hive Client for Envelop
|
|
|
|
|
|
2024-11-29 09:47:51 +00:00
|
|
|
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics,
|
|
|
|
|
metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and
|
|
|
|
|
other GraphQL APIs.
|
2024-04-23 15:51:43 +00:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2024-11-29 09:47:51 +00:00
|
|
|
[Documentation](https://the-guild.dev/graphql/hive/docs/other-integrations/envelop)
|
2024-04-23 15:51:43 +00:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 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
|