console/packages/libraries/apollo
Arda TANRIKULU 039c66bd24
enhance(@graphql-hive/yoga): improvements with Yoga's features (#6118)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-01-03 13:16:27 +03:00
..
src Update PNPM to v9.14.4 to fix changesets (#6061) 2024-11-29 13:31:31 +01:00
tests enhance(@graphql-hive/yoga): improvements with Yoga's features (#6118) 2025-01-03 13:16:27 +03:00
.gitignore Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
CHANGELOG.md Upcoming Release Changes (#6059) 2024-11-29 13:42:54 +01:00
LICENSE Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
package.json chore(deps): update dependency nock to v14.0.0-beta.19 (#5349) 2024-12-26 13:56:59 +02: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