-
Hello! I am a fan of graphql-code-generator! I am now trying to implement client-preset. Also, while it seems easy enough to add, I am wondering if this change should be marked as a breaking change. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
usually you would want to avoid linting generated files. But if you are running then codegen plugin system allows you to simply add yourself without codegen being opinionated on what to disable and what not to. You can use @graphql-codegen/add. Duplicate: #8807 |
Beta Was this translation helpful? Give feedback.
usually you would want to avoid linting generated files. But if you are running then codegen plugin system allows you to simply add yourself without codegen being opinionated on what to disable and what not to.
You can use @graphql-codegen/add.
Duplicate: #8807