ember-graphql / ember-apollo-client

🚀 An ember-cli addon for Apollo Client and GraphQL
MIT License
279 stars 72 forks source link

Out of date client. #424

Open Satexe opened 2 years ago

Satexe commented 2 years ago

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"