Kumar Gaurav

Results 19 comments of Kumar Gaurav

Hello @jasonkuhrt I had shared `src/schema.ts` above, should I paste it here again? Also, following steps you have asked to test with a graphql file, I do get successful generation:...

Hey @maticzav a fan here :) I am following the docs for graphql-tools (Apollo server) from here: ["typeDefs is a required argument and should be an GraphQL schema language string...

@jasonkuhrt I recall that the minimal example I got working was from a graphql file, and couldn't get one working from a ts file. But, I understand and appreciate your...

@jasonkuhrt I am sorry that I didn't report that... Here's what I get: ``` G:\apollo\prod\apollo-server>graphqlgen Error occurred while reading schema: Syntax Error: Cannot parse the unexpected character ".". GraphQL request...

Hi @jasonkuhrt I have a mini-reproduction on my local system, my free codesandbox limit is up. Please allow me some time. **EDIT:** Hello again @jasonkuhrt and @maticzav I have reproduced...

Morning @jasonkuhrt A little confusion here, you wrote that "couldn't reproduce your error", and also that "removing extend made it work"; so did you get the same error as mine...

@jasonkuhrt Upvoted that, adding that feature would be really helpful (since different tools do bring different design choices, so swapping would not be easy with a codebase as heavy as...

Oh @jasonkuhrt that'd not be so easy or desirable to me, but I am not complaining :) I would really wish to have supports for `extend` and auto-generated type model...

`device_map="auto"` in the `from_pretrained` is the culprit here -- there is no error if I remove that argument. Kindly also note that the error appears on setting `device_map` to any...