mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Hive Client for GraphQL Yoga
Hive is a fully open-source schema registry, analytics, metrics and gateway for GraphQL federation and other GraphQL APIs.
Migration from @graphql-hive/client
The @graphql-hive/client package has been deprecated in favor of library-specific packages.
- Install the
@graphql-hive/yogapackage. - Remove the
@graphql-hive/clientpackage from your dependencies. - Replace
@graphql-hive/clientwith@graphql-hive/yogain your codebase. - Replace
useYogaHivewithuseHive, andcreateYogaHivewithcreateHivein your codebase. - Done