graphql-code-generator-community icon indicating copy to clipboard operation
graphql-code-generator-community copied to clipboard

Results 196 graphql-code-generator-community issues
Sort by recently updated
recently updated
newest added

### Which packages are impacted by your issue? @graphql-codegen/java ### Describe the bug When a GraphQL Mutation argument is named `case` (Java reserved keyword), the Java generated code uses the...

**Is your feature request related to a problem? Please describe.** Add support for [`useLoadableQuery`](https://www.apollographql.com/docs/react/api/react/hooks/#useloadablequery) released in `@apollo/client` v3.9. **Describe the solution you'd like** Allow `typescript-react-apollo` to generate `useLoadableQuery` hook with...

### Which packages are impacted by your issue? @graphql-codegen/typescript-react-query ### Describe the bug The generated hook code for infinite queries applies the spread operator on `metaData.pageParam`, which is of type...

### Which packages are impacted by your issue? @graphql-codegen/typescript-react-apollo ### Describe the bug In the generator config file, setting config options `defaultBaseOptions` and having `noExport` set to false produces the...

## Description Presently, the @nestjs/graphql module shares a similar API interface with type-graphql. However, I encountered a scenario where I required the usage of nestjs graphql instead of type-graphql. To...

**Describe the bug** Using the `flattenGeneratedTypes` option (required to workaround https://github.com/dotansimha/graphql-code-generator/issues/4212) causes GraphQL to fail to locate fragments when using `near-operation-file-preset` and the fragments are located in other files (regardless...

Implementation of https://github.com/dotansimha/graphql-code-generator-community/issues/507 ## Description Add support to to AWS Amplify Graphql API fetcher ## Type of change - [ ] New feature (non-breaking change which adds functionality) ## Screenshots/Sandbox...

waiting-for-answer

**Is your feature request related to a problem? Please describe.** Currently, the kotlin plugin generates types as `data class`. This graphql type: ```graphql type Project { name: String! } ```...

### Describe the bug The latest version introduces an issue where, if an infinite query has no arguments, the `react-query` plugin generates invalid types. ### Your Example Website or App...

**Is your feature request related to a problem? Please describe.** msw plugin does not allow to pass `RequestHandlerOptions` on generated mocks **Describe the solution you'd like** The mocks should include...