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
I've been trying to use the apollo client to request data from an open API however while the communication itself works the source only replies with an error message saying it demands grapql client version 20.0.0 and apollo only supports up to version 16.0.0 is there any solution to this?
meta | Object { requiredClientVersion: 20 }
message | "Out of date client. Please refresh to continue"
The text was updated successfully, but these errors were encountered:
Greetings,
I've been trying to use the apollo client to request data from an open API however while the communication itself works the source only replies with an error message saying it demands grapql client version 20.0.0 and apollo only supports up to version 16.0.0 is there any solution to this?
meta | Object { requiredClientVersion: 20 }
message | "Out of date client. Please refresh to continue"
The text was updated successfully, but these errors were encountered: