Nicolas Dao

Results 10 comments of Nicolas Dao

I usually store my schema in its own `schema.graphql` file and the resolver in its own `resolver.js`. Vscode should support code highlighting for `.graphql` file. My code is usually structured...

Hi @johannordin, I'll try to update to the latest version of graphql, but each time I tried that in the past, I ran into the following error: `GraphQL error: Schema...

Thanks a lot for your feature request @healqq. We're glad to hear that you find our lib helpful. We'll deal with your request asap. Have a great weekend. Cheers, Nic

Hi @healqq , Do you think you could give me some examples to recreate that issue? I need that example to build some unit tests and make sure all is...

Makes a lot of sense @purplemana. I agree with you. I've added that to my list. I'll release that change with the next version of graphql-s2s. Really appreciate you took...

At this point in time, I do not have the resources to add support for Typescript. That being said, anybody can contribute to this project to add that feature.

Hi @timscott, I'll try to add support for ES6 syntax asap. Currently, this library only works with CommonJS :sob:.

Hi @anuragnagarkota , We're currently busy, but we do accept pull-request. Feel free to submit one. Cheers, Nic

Hi @tbrooke, Thanks a lot for your question. The roadblock ATM is the deployment of the serverless framework Webfunc (https://github.com/nicolasdao/webfunc) to Azure using Zeit Now. So any contribution to The...