console/packages/libraries/apollo/README.md
2024-11-29 10:47:51 +01:00

738 B

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