console/packages/libraries/yoga
TheGuildBot 36dd9d3bff
Upcoming Release Changes (#7470)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-12 11:52:17 +01:00
..
src Upcoming Release Changes (#7470) 2026-01-12 11:52:17 +01:00
tests feat(core): add layer 2 cache support for persisted documents (#7455) 2026-01-05 14:50:41 +02:00
.gitignore Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
CHANGELOG.md Upcoming Release Changes (#7470) 2026-01-12 11:52:17 +01:00
LICENSE Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
package.json Upcoming Release Changes (#7470) 2026-01-12 11:52:17 +01: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 GraphQL Yoga

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/yoga package.
  2. Remove the @graphql-hive/client package from your dependencies.
  3. Replace @graphql-hive/client with @graphql-hive/yoga in your codebase.
  4. Replace useYogaHive with useHive, and createYogaHive with createHive in your codebase.
  5. Done