workers-graphql-server
workers-graphql-server copied to clipboard
ð¥Lightning-fast, globally distributed Apollo GraphQL server, deployed at the edge using Cloudflare Workers
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
With the release of Wrangler 2, there are a variety of deprecations that should be handled in the wrangler.toml file, as well as a build process change for webpack based...
I am working on setting up ApolloGateway, but can't seem to figure out how to plug it into the workers-graphql-server. Has anyone done something similar? Following: https://github.com/apollographql/federation-demo Reference: https://www.apollographql.com/docs/apollo-server/federation/introduction/ My...
Hi! We're starting our work on Apollo Server 4. You can see details in [our full roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md) but the overview is that instead of shipping Apollo Server with 9 core-maintained...
Pretty surprised at the bundle size here, I'm seeing 1.5MB raw, 400k gzipped for a fresh clone and `wrangler build` of this repo. Is that just Apollo being enormous? For...
I am currently trying to set up a TypeScript version of this template but I can't make it work with webpack. It would be cool if someone could help me...
Hi Kris, I've been [working on](https://github.com/vladinator1000/cf-gql) adding TypeScript support but I'm struggling with Wrangler not building correctly. The only way I got it to build is by mocking modules in...
Does Cloudflare Workers' GraphQL Server allow for subscription / realtime updates?