gql
gql copied to clipboard
☁ Universal GraphQL HTTP middleware for Deno
fixes #12 Please, check it is well done. I am no expert.
Hello, I have a server configured with http as follows: ``` const handler = async (req: Request) => { const { pathname } = new URL(req.url); return pathname === "/graphql"...
Re-do of #5 but on a different branch. I also made it create the resolver once instead of every request, which is better for normal people who don't need dynamic...