10 Commits

Author SHA1 Message Date
Rob Playford
b7ae583908 bump apollo (3.3.0) and graphql (15.6.0) 2021-10-03 10:12:57 +01:00
Rob Playford
45a04a104a allow webpack 5 builds 2021-10-03 10:01:59 +01:00
Jesse Rosenberger
c979d3c652 Upgrade to apollo-server-cloudflare@2.21 and mock 'tls' and 'net' modules.
This upgrades to Apollo Server 2.21 and makes a Webpack configuration change
to make it possible to bundle that new version.

Per the comment added within the Webpack configuration which aliases the
'tls' and 'net' modules in the resulting bundle to empty modules:

The 'net' and 'tls' Node.js built-in usage within Apollo Server is merely to
run `instanceof` checks against an existing, user-supplied "server" instance
when subscriptions are desired to be bound to an already-created server.
For the purposes of Cloudflare, where none of these Node.js builtins exist,
this instanceof check is irrelevant because such a class could not exist.

This is necessary as of the introduction of those `instanceof` checks in
https://github.com/apollographql/apollo-server/commit/8ab0e90724d8d35ad.
2021-03-03 09:10:47 +00:00
Kristian Freeman
2d8b5d951b 1.1.1
- Bump apollo-server-cloudflare
- Fix NPM warnings by removing placeholders in package.json
2020-08-19 11:47:24 -05:00
Kristian Freeman
2e48eee1f4 Squash commits for 1.0.0 release 2019-07-25 11:25:17 -05:00
Kristian Freeman
6b73dc8ed1 Update version to 0.9.9 2019-07-16 12:27:55 -05:00
Kristian Freeman
8a64cc1c67 Update to use Wrangler 2019-06-05 09:03:49 -05:00
Kristian Freeman
f41d767b64 Add support for kv caching! 2019-05-02 13:08:49 -05:00
Kristian Freeman
4a9cc9eb2e begin aggressively removing packages w/ webpack 2019-05-01 18:08:48 -05:00
Kristian Freeman
2d5736700b init 2019-05-01 17:37:31 -05:00