console/packages/libraries/apollo
renovate[bot] 381fdb6a0a
chore(deps): update dependency express to v4.21.1 (#5775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-27 18:24:11 +02:00
..
src No redirects in CDN Worker (#5540) 2024-08-28 05:23:07 +00:00
tests feat: deduplicate persisted document resolution requests (#5401) 2024-08-19 13:47:00 +02:00
.gitignore Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
CHANGELOG.md Upcoming Release Changes (#5679) 2024-10-16 17:50:05 +02:00
LICENSE Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
package.json chore(deps): update dependency express to v4.21.1 (#5775) 2024-10-27 18:24:11 +02:00
README.md docs: hive gateway documentation and reorganize documentation (#5291) 2024-09-10 05:24:38 -07:00
tsconfig.json Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00

Hive Client for Apollo Server

Documentation


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 youre 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.
  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