Kumar Gaurav
Kumar Gaurav
Hi again @jasonkuhrt Since I have no clue what's going on here, carving out a minimal repro would not be straightforward, but I will try as soon as I find...
I won't give to OSS my business app server code that is only possible due to the same OSS community :D I will definitely try, maybe will try to test...
Hi @jasonkuhrt for the confusion, I had somehow missed it :( Should #436 remain open for `extend` support (as that issue is still there when a typescript file is used...
@jasonkuhrt Have shared a repro for your night :)
Hello @jasonkuhrt Sure, here is my `./src/makeExecutableSchema.ts`: ``` /** * Makes executable schema for Apollo server API * from typedefs and resolvers, and adds permissions middleware */ import { makeExecutableSchema...
Thanks for the reply @jasonkuhrt but that too gives the same error. ``` Error occurred while reading schema: Syntax Error: Cannot parse the unexpected character ".". GraphQL request (1:1) 1:...
Thanks @jasonkuhrt for your patience! Yes, I am using `"graphqlgen": "^0.6.0-rc4"` (copied from `package.json`).
Oh, sure! I hope you could find time for this tonight, or sooner than later (I have my timeline set to "Write resolvers" from today tomorrow). [I understand that you...
Hi @jasonkuhrt Thank you so much for your fix; but I am not able to get it running still, am I doing something wrong here: ``` G:\apollo\prod\apollo-server>npm i -D graphqlgen...
Sorry @jasonkuhrt my bad! Trying with rc6 is still producing the same error to me: ``` G:\apollo\prod\apollo-server>npm i -D graphqlgen npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN...