The Wayback Machine - https://web.archive.org/web/20220327222331/https://github.com/topics/graphql-codegen
Skip to content
#

graphql-codegen

Here are 66 public repositories matching this topic...

tobz1000
tobz1000 commented Jan 17, 2022

After running graphql-let init, the plugins list contains typescript. Running the codegen with this config results in a warning that typescript shouldn't be specified in the plugins list. Not a major issue but might be confusing to new users.

It should probably either be initialised with plugins: [], or the user could be prompted whether they want to include typescript-operations, `type

good first issue
Rugal
Rugal commented Feb 18, 2022

Is your feature request related to a problem? Please describe.
Just like many other plugins, a skip parameter is welcomed to be there. When set as true, the current execution shall be ignored as it is.
The use case is, I created a parent pom which has all the configurations and executions in it. By doing so, I do not have to do repeatted configuration thing anymore, given there is no

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the graphql-codegen topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphql-codegen topic, visit your repo's landing page and select "manage topics."

Learn more