Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScriptPluginParsedConfig does not match passed config #9792

Open
bridges-wood opened this issue Dec 19, 2023 · 0 comments
Open

TypeScriptPluginParsedConfig does not match passed config #9792

bridges-wood opened this issue Dec 19, 2023 · 0 comments

Comments

@bridges-wood
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant