graphql-code-generator-community
graphql-code-generator-community copied to clipboard
**Is your feature request related to a problem? Please describe.** Add support to AWS Amplify GraphQL request to this will support AWS Appsync queries **Describe the solution you'd like** 1....
**Is your feature request related to a problem? Please describe.** The Flow plugin doesn't support the "useImplementingTypes" that is available for the TS plugin. **Describe the solution you'd like** See...
[typescript-react-query] `_externalImportPrefix` is not applied when using the `import-types` preset
### Which packages are impacted by your issue? @graphql-codegen/typescript-react-query ### Describe the bug Since updating to `[email protected]` the prefix is missing for all types generated by this plugin. The problem...
### Describe the bug I have a nextjs project wich requires me to do a server-side query. I have the following **working** code with gql from @apollo/client. It only works...
**Is your feature request related to a problem? Please describe.** Currently, `@graphql-codgen/typescript-graphql-request` uses a hard-coded `Sdk` type. If the schema also has a `Sdk` type, this will cause a conflict....
### Which packages are impacted by your issue? _No response_ ### Describe the bug When using the `typescript-graphql-request` plugin I get an import error. Running the code does work, but...
### Describe the bug When using `graphql-codegen-esm` and `typescript-graphql-request` `src/gql/generated/operations.ts:1489:34 - error TS2349: This expression is not callable. Type 'typeof import("me/node_modules/graphql-tag/lib/index")' has no call signatures.` ### Your Example Website or...
**Is your feature request related to a problem? Please describe.** I am using keys programmatically, and the type they resolve to isn't ergonomic. Eg. ``` (string | Exact)[] ``` **Describe...
**Is your feature request related to a problem? Please describe.** Add support for `useBackgroundQuery` and `useReadQuery` [released in apollo-client 3.8](https://www.apollographql.com/blog/announcement/frontend/wait-for-it-announcing-apollo-client-3-8-with-react-suspense-integration/#%e2%8f%b2%ef%b8%8f-react-suspense-integration) **Describe the solution you'd like** Allow `typescript-react-apollo` to generate `useBackgroundQuery`...
## Description This PR adds the ability to deep merge passed options using `mergeDeep`, which is passed in the configuration and when calling the operation. Required dependencies list: - [`deepmerge`](https://www.npmjs.com/package/deepmerge)...