console/packages/libraries/apollo
Laurin Quast e8e8877e5f
docs: cdn mirror and circuit breaker (#7356)
Co-authored-by: Denis Badurina <badurinadenis@gmail.com>
Co-authored-by: Adam Benhassen <adambenhassen@hotmail.com>
2025-12-04 11:15:19 +01:00
..
src Upcoming Release Changes (#7345) 2025-12-01 14:24:32 +01:00
tests feat: move logger property to top level instead of having it in agent object; use hive-logger (#7290) 2025-11-26 12:49:37 +01:00
.gitignore Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
CHANGELOG.md docs: cdn mirror and circuit breaker (#7356) 2025-12-04 11:15:19 +01:00
LICENSE Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
package.json Upcoming Release Changes (#7345) 2025-12-01 14:24:32 +01:00
README.md Update READMEs (#6057) 2024-11-29 10:47:51 +01:00
tsconfig.json Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00

Hive Client for Apollo Server

Hive is a fully open-source schema registry, analytics, metrics and gateway for GraphQL federation and other GraphQL APIs.


Documentation

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.
  2. Remove the @graphql-hive/client package from your dependencies.
  3. Replace @graphql-hive/client with @graphql-hive/apollo in your codebase.
  4. Replace hiveApollo with useHive in your codebase.
  5. Done