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

Add support for more configuration options #141

Open
boboldehampsink opened this issue Jul 26, 2022 · 2 comments
Open

Add support for more configuration options #141

boboldehampsink opened this issue Jul 26, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@boboldehampsink
Copy link
Contributor

GraphQL Codegen has some more config options of which I'd like to use some with this nuxt module: https://www.graphql-code-generator.com/docs/config-reference/codegen-config#configuration-options

Specifically disabling document validation

@Diizzayy
Copy link
Owner

@boboldehampsink Thank you for raising this issue, I had a chance to get a closer look at it in the past half hour, and I've noticed that there is an upstream bug where the skipDocumentsValidation option results in the error pictured below when a validation error actually exists.

More information here dotansimha/graphql-code-generator#7252

Screen Shot 2022-07-27 at 8 47 13 AM

@Diizzayy Diizzayy added the enhancement New feature or request label Oct 17, 2022
@VanishMax
Copy link

I am having the same issue. Documentation specifies skipDocumentsValidation property but it is not defined in TypeScript type definitions for CodegenConfig and not working.

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

Successfully merging a pull request may close this issue.

3 participants