graphql-code-generator-community
graphql-code-generator-community copied to clipboard
## Description Generation template for vue urql query/subscription was changed in https://github.com/dotansimha/graphql-code-generator-community/pull/329. That was necessary due to [changes](https://github.com/urql-graphql/urql/pull/3022) in `urql-vue` lib, which caused a number of regressions. Currently, all of...
### Which packages are impacted by your issue? @graphql-codegen/c-sharp ### Describe the bug The C# plugin should be configurable to allow generating C# partial classes. See docs: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/partial-type This gives...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
Unexpected Result with Nullish Coalescing and Ternary Operators in React Query's infinite query key
### Which packages are impacted by your issue? @graphql-codegen/typescript-react-query ### Describe the bug While using the generated infinite query function and providing the queryKey option, it uses the [XXX.infinite] instead...
**Is your feature request related to a problem? Please describe.** `@graphql-codegen/typescript-graphql-request` requires `graphql-request` @ `^6.0.0`. **Describe the solution you'd like** Support for v7: https://github.com/jasonkuhrt/graphql-request/releases/tag/7.0.0 **Describe alternatives you've considered** Downgraded to...
## Description Updates `useFragment` generate hooks to include options and fix name of fragment doc to handle PascalCase conversion. Related #711 ## Type of change - [x] New feature (non-breaking...
**Is your feature request related to a problem? Please describe.** For people who want to use the Kotlin codegeneration and also use Kotlin serialization, annotations need to be used. As...
Is your feature request related to a problem? Please describe. The packages used in the @graphql-codegen/near-operation-file-preset are outdated. This can cause issues with compatibility and prevent users from taking advantage...
### Which packages are impacted by your issue? @graphql-codegen/typescript-vue-urql ### Describe the bug Recent Urql major version update now have more strict type requirements for passing variable into useQuery generic....
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...