Aaron Wooseok Lee

Results 22 comments of Aaron Wooseok Lee
trafficstars

give me more details? such as which version are you using etc... can you try to reload all modules? deno run --reload https://deno.land/x/oak/mod.ts deno run --reload https://deno.land/x/oak_graphql/mod.ts

This is weird, I've tested all ENV and it's working fine. Moreover, this project does not need to have tsconfig file for the execution at all. can you provide me...

The most strange thing is error messages are coming from deno std lib too. I just want to make sure that the standalone oak framework is working.

I think it's related to this [issue](https://github.com/denoland/deno/issues/5365) it means you're using the wrong version of oak for 1.1.3 version of deno

No, I'm using the `makeExecutableSchema` for generating the schemas. This's part of `graphql-tools`

sorry I could not fully understand the `generated schemas` meaning. can you share with me a sample of the generated schemas and how you use it?

I see it. This is the wrong behavior of using this `oak-graphql`. If you want to use already generated schemas and resolvers, you should not use this project. makeExecutableSchema is...

dump up 0.5.2 can you reload the module?

I've tested it in windows, mac, and ubuntu. I've never got these issues... This possibly your local machine issue, let's try to find the deno caching folder and delete all...

Hi @shendkardevesh, I can't get rid of the pika CDN due to the other ported projects had some problems that ensure the execution of all major functions. Sorry that I...