You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when config to codegen typescript client such as apollo client, the plugin typescript-operations is missing. then generated file using types without declaration.
Describe the bug
when config to codegen typescript client such as apollo client, the plugin
typescript-operations
is missing. then generated file using types without declaration.To Reproduce
Steps to reproduce the behavior:
Expected behavior
have plugins below
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Windows 10
,OS X High Sierra
,Ubuntu 16.04
]graphql-cli
: [e.g.2.16.5
]Additional context
should have
codegenPlugins.add('typescript-operations');
graphql-cli/packages/commands/init/src/features/codegen.ts
Lines 66 to 85 in fad5278
The text was updated successfully, but these errors were encountered: