-
**Describe the bug**
As described in https://github.com/dotansimha/graphql-code-generator/issues/2911#issuecomment-561019738 and https://github.com/dotansimha/graphql-code-generator/issues/3459#issue…
-
We have a relatively small graphql schema but it takes a long time for `cargo check` to complete (~20s). Is this a common problem or is there any known issue that can causes the long check times? Happ…
-
We load some records to place into the graphql context before running a query. I'd like to warm the graphql batch loader caches with these records. At the moment I'm doing something like this (with a …
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
Note: I am filing this as a bug, because it seems to me like this was working differently in an old re…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
hi I want to import a graphql file. but for some reason i am getting error
\node_modules\ts-node\src\index.ts:750
return new TSError(diagnosticText, diagnosticCodes);
…
-
**Describe the bug**
Run:
openapi-to-graphql ~/person_schema.json --save person_schema.graphql
If the openapi schema has a oneOf field that refers to the containing type, the code says:
```
Ran…
-
**Describe the bug**
When generating the code, the endpoint is not inside double quotes, it gives an error as it's not recognized as a string
![image](https://user-images.githubusercontent.co…
-
**Describe the bug**
I have a monorepo in which I define schema and common fragments in one package `@myorg/schema`, and then use the schema and these fragments in other packages. The schema con…
-
**Describe the bug**
Thank you for keeping this important project going!
So for some reason, if `--watch 'some/file/glob'` is specified for our monorepo, then the server schema generated from…