mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
993 B
993 B
Hive Client for GraphQL Yoga
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 you’re 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.
- 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