graphql-let init
shouldn't add "typescript" to config file
#614
Labels
good first issue
Good for newcomers
graphql-let init
shouldn't add "typescript" to config file
#614
After running
graphql-let init
, the plugins list containstypescript
. 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 includetypescript-operations
,typescript-resolvers
, or both.The text was updated successfully, but these errors were encountered: