Workers GraphQL Server v2
Showing off some updates to my workers-graphql-server project.
I’ve been working on updating the workers-graphql-server
project.
Five years ago, it was one of the first things I built after joining Cloudflare. Since then, the way that we write Workers has changed a lot.
The new v2 release is a complete rewrite. Some big changes:
- Supports Wrangler v2 (better local dev, deployment, bindings, etc.)
- Written as a module Worker (modern syntax for writing Workers)
- Built on top of Hono
- Examples for integrating external data sources, and service bindings
- Updated implementation of the Workers KV cache
I made a video showing how the new version works. Check it out!