graphql-code-generator-community
graphql-code-generator-community copied to clipboard
## Description Fixes a longstanding issue with being unable to write jest tests using generated services from `@graphql-codegen/typescript-apollo-angular`. The generated services file will now include: ```ts import { Apollo, Query...
### Which packages are impacted by your issue? @graphql-codegen/typescript-urql-graphcache ### Describe the bug   ### Your Example Website or App n/a ### Steps to Reproduce the Bug or Issue...
## Description Linting `typescript-urql-graphcache`'s output file showed some room for improvement, so this PR resolves a duplicate import source and improves typing for "empty object". Related # (issue) https://github.com/dotansimha/graphql-code-generator-community/issues/1109 https://github.com/dotansimha/graphql-code-generator-community/issues/445...
### Issue workflow progress - [x] 1. The issue provides a reproduction: https://github.com/matthew-petrie/graphql-code-generator-issue-sandbox-template - [x] 2. A failing test has been provided (see linked PR) - [x] 3. A local...
**Is your feature request related to a problem? Please describe.** The `@graphql-codegen/typescript-react-query` plugin currently generates **different query keys** for suspense and standard query hooks (e.g. `['Posts']` vs `['PostsSuspense']`). This means...
🚨 **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...