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
I'm generating clients with the --node flag, and am getting complaints in the generated index.ts about missing modules and typings for node-fetch and ws (see screenshot below).
I've followed the installation instructions in the Gettings started guide and am on version 5.1.7.
And if/when installing module and types for node-fetch and ws, I'm getting:
Type 'Promise' is not assignable to type 'Promise'.
Type 'unknown' is not assignable to type 'GraphQLResponse'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm generating clients with the
--node
flag, and am getting complaints in the generatedindex.ts
about missing modules and typings fornode-fetch
andws
(see screenshot below).I've followed the installation instructions in the Gettings started guide and am on version
5.1.7
.And if/when installing module and types for
node-fetch
andws
, I'm getting:Beta Was this translation helpful? Give feedback.
All reactions