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 chose graphql-request originally because it was lightweight and flexible, but now that we've migrated to Apollo Server v4 a few new needs have come up that graphql-request doesn't fully support:
graphql-request does support aborting in-flight requests (Implement request cancellation #205), but it may be challenging to store AbortController instances in Redux state
We chose graphql-request originally because it was lightweight and flexible, but now that we've migrated to Apollo Server v4 a few new needs have come up that graphql-request doesn't fully support:
AbortController
instances in Redux stateSome alternatives to consider are:
The text was updated successfully, but these errors were encountered: