Exciting News!
We’re thrilled to reveal two updates today: library-specific packages and support for Cloudflare Workers.
Enhanced integration with GraphQL servers
We heard your feedback, and we’re always looking for ways to improve Hive. Providing a single package for all GraphQL server libraries can be challenging, especially when it comes to type safety.
To address this, we’re introducing library-specific packages. These packages are designed to seamlessly integrate with your GraphQL server of choice, improving the developer experience.
Migration guide
- Remove
@graphql-hive/clientfrom your dependencies. - Install
@graphql-hive/yoga.
- Remove
@graphql-hive/clientfrom your dependencies. - Install
@graphql-hive/apollo.
- Remove
@graphql-hive/clientfrom your dependencies. - Install
@graphql-hive/envelop.
- Remove
@graphql-hive/clientfrom your dependencies. - Install
@graphql-hive/core.
Cloudflare Worker Support
We’re delighted to announce that Hive now fully supports Cloudflare Workers. Thanks to making the core package node-agnostic, you can now use Hive in your Cloudflare Workers projects.
We recommend leveraging GraphQL Yoga with Cloudflare Workers as it provides an excellent developer experience and is well-suited for serverless environments with the Fetch API.
