finding the best way to integrate apollo-server with Deno I saw example in your README.md and try to adopt it for Deno. Because Deno has
ServeDefaultExport the only thing that I've done is add npm: prefix in imports, though even this can be avoided if declare imports in deno.json.
As proof that it is actually work yhis is link to the playground with code from readme on deno deploy and result at once.

So I think this is not obvious but can be helpful for someone who as I explore integrations between graphql, node, deno, and so on.
finding the best way to integrate apollo-server with Deno I saw example in your README.md and try to adopt it for Deno. Because Deno has
ServeDefaultExport the only thing that I've done is add
npm:prefix in imports, though even this can be avoided if declareimportsindeno.json.As proof that it is actually work yhis is link to the playground with code from readme on deno deploy and result at once.
https://dash.deno.com/playground/apollo-integration-example
So I think this is not obvious but can be helpful for someone who as I explore integrations between graphql, node, deno, and so on.