piglovesyou/graphql-let

`graphql-let init` shouldn't add "typescript" to config file

tobz1000 opened this issue · 1 comments

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, typescript-resolvers, or both.

That's right