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 currently use react-apollo. which was deprecated in favor of @apollo/client. This will require figuring out what needs to change to use that version of @apollo/client. The breaking changes appear to be listed here.
The text was updated successfully, but these errors were encountered:
I've got some more work at the link above. I think I got the possibleTypes defined correctly, and I think I found all of the imports. But now it crashes Firefox in some kind of infinite loop.
I'm going to give up on this. Not that it's impossible, but it probably needs someone who's familiar with how apollo 3.0 works.
We currently use
react-apollo
. which was deprecated in favor of @apollo/client. This will require figuring out what needs to change to use that version of@apollo/client
. The breaking changes appear to be listed here.The text was updated successfully, but these errors were encountered: