console/.changeset/strong-cherries-carry2.md

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';