Replies: 1 comment
-
@rajaa1985 The That plugin appears to be maintained by the code generator directly https://github.com/dotansimha/graphql-code-generator you could take a look at their code here: https://github.com/dotansimha/graphql-code-generator or their documentation for this plugin here: https://www.the-guild.dev/graphql/codegen/plugins/typescript-apollo-angular Your best bet may be to clone their plugin and modify it to work the way you want and then reference your local version somewhere in your repository, you'll likely need to give it a different name too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to avoid generating @Injectable section on graphql-codegen for angular
codegen.yaml
In the following code I need only gql constant. So how can I avoid generating @Injectable related class code below
Generated code
Beta Was this translation helpful? Give feedback.
All reactions