dotansimha / dotansimha/graphql-code-generator-community
[typescript-graphql-request] allow custom Sdk type
Open
- Dominant language
- TypeScript
- Stars
- 137
- Forks
- 195
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 16
Description
**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.
**Describe the solution you'd like**
Allow the user to customize the `Sdk` type, for example by adding the `sdkType` option to the configuration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.