console/packages/libraries/envelop
TheGuildBot c57263278c
Upcoming Release Changes (#4933)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-06 17:59:38 +02:00
..
src Make Member.id unique (#4794) 2024-05-22 09:55:27 +02:00
.gitignore Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
CHANGELOG.md Upcoming Release Changes (#4933) 2024-06-06 17:59:38 +02:00
LICENSE Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
package.json Upcoming Release Changes (#4933) 2024-06-06 17:59:38 +02:00
README.md Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
tsconfig.json Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00

Hive Client for Envelop

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/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