On this page

useHive

Hive Console + GraphQL Envelop

Weekly downloads
3k
Version
0.40.12
License
MIT
Updated
Sep 10, 2026

tracingmetricsdevtool

Hive Console Client for Envelop

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