mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
272 B
272 B
| @graphql-hive/apollo |
|---|
| minor |
🚨 BREAKING CHANGE 🚨 hiveApollo is now useHive
Migration
Migration steps are available in the README.
- import { hiveApollo } from '@graphql-hive/client';
+ import { useHive } from '@graphql-hive/apollo';