mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: Valentin Cocaud <v.cocaud@gmail.com> Co-authored-by: YassinEldeeb <yassineldeeb94@gmail.com>
24 lines
964 B
Markdown
24 lines
964 B
Markdown
# Hive Client for Apollo Server
|
||
|
||
[Documentation](https://the-guild.dev/graphql/hive/docs/other-integrations/apollo-server)
|
||
|
||
---
|
||
|
||
[GraphQL Hive](https://the-guild.dev/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.
|
||
|
||
1. Install the `@graphql-hive/apollo` package.
|
||
1. Remove the `@graphql-hive/client` package from your dependencies.
|
||
1. Replace `@graphql-hive/client` with `@graphql-hive/apollo` in your codebase.
|
||
1. Replace `hiveApollo` with `useHive` in your codebase.
|
||
1. Done
|