Hive is a fully open-source schema registry, analytics, metrics and gateway for GraphQL federation and other GraphQL APIs.
The @graphql-hive/client
package has been deprecated in favor of library-specific packages.
- Install the
@graphql-hive/apollo
package. - Remove the
@graphql-hive/client
package from your dependencies. - Replace
@graphql-hive/client
with@graphql-hive/apollo
in your codebase. - Replace
hiveApollo
withuseHive
in your codebase. - Done