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
When using @apollo/gateway@0.10.8, TypeScript fails because it can't find the types for node-fetch. This happens specifically here. It looks like node-fetch should be added as a dependency, or at least @types/node-fetch.
When using
@apollo/gateway@0.10.8, TypeScript fails because it can't find the types fornode-fetch. This happens specifically here. It looks likenode-fetchshould be added as a dependency, or at least@types/node-fetch.