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
We can change back this code once @apollo/client has a proper import map.
As an alternative, I propose you to nur use ApolloLinks on Node.js (there is IMHO no specific reason for using it), you can just use the http.request function or [email protected].
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Version 8.3.0 requires react as dependency.
To Reproduce
Steps to reproduce the behavior:
For example import
And try to run without react on path
Expected behavior
Graphql tools are possible to run server side without react dependency.
Environment:
@graphql-tools/8.3.0
:Additional context
It looks like d76a299 added
That triggers react dependency
@apollo/client/core
should be used insteadThe text was updated successfully, but these errors were encountered: