Describe the bug
Can't upgrade to @apollo/client version 4.0.0
To Reproduce
Upgrade to @apollo/client version 4.0.0, all queries fail because they return the wrong result type, possibly other issues too but it's impossible to know since any fetch fails immediately.
Expected behavior
HttpLinkHandler should return either ApolloLink.Result or FormattedExecutionResult, returns the no longer supported ApolloQueryResult type instead.
Describe the bug
Can't upgrade to @apollo/client version 4.0.0
To Reproduce
Upgrade to @apollo/client version 4.0.0, all queries fail because they return the wrong result type, possibly other issues too but it's impossible to know since any fetch fails immediately.
Expected behavior
HttpLinkHandler should return either ApolloLink.Result or FormattedExecutionResult, returns the no longer supported ApolloQueryResult type instead.