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/yoga
package. - Remove the
@graphql-hive/client
package from your dependencies. - Replace
@graphql-hive/client
with@graphql-hive/yoga
in your codebase. - Replace
useYogaHive
withuseHive
, andcreateYogaHive
withcreateHive
in your codebase. - Done