gql icon indicating copy to clipboard operation
gql copied to clipboard

Add oak example

Open MichaelFedora opened this issue 3 years ago • 3 comments

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 typings.

MichaelFedora avatar Jan 24 '22 15:01 MichaelFedora

Gonna have to simplify that complex method eventually lol, but added CORS to the example (when running with --cors) as well as OPTIONS handling.

I have an upgrade for vanilla.ts which has cors as well if you want that.

MichaelFedora avatar Feb 02 '22 17:02 MichaelFedora

Just used this example to implement gql in oak myself. It's a good example. Is there anything I can do to help move this along? Never contributed to open-source before, but would love to help move this along

roberte777 avatar Jul 06 '22 17:07 roberte777

@roberte777 Deno.args stuff needs to be removed

talentlessguy avatar Jul 11 '22 07:07 talentlessguy