dotansimha / dotansimha/graphql-code-generator
TypeScriptPluginParsedConfig does not match passed config
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
### Which packages are impacted by your issue?
@graphql-codegen/typescript
### Describe the bug
The interface `TypeScriptPluginParsedConfig` which is consumed by other plugins does not re-export all configuration that has been passed to the plugin. This configuration would be useful to other plugin developers.
### Your Example Website or App
N/A
### Steps to Reproduce the Bug or Issue
Compare the values in `TypeScriptPluginParsedConfig` with the values in `TypeScriptPluginConfig`.
### Expected behavior
The values in `TypeScriptPluginParsedConfig` to match the values in `TypeScriptPluginConfig`.
### Screenshots or Videos
_No response_
### Platform
- OS: [e.g. macOS, Windows, Linux]
- NodeJS: [e.g. 18.5.0]
- `graphql` version: [e.g. 16.3.0]
- `@graphql-codegen/*` version(s): [e.g. 2.6.2]
### Codegen Config File
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.