Replies: 1 comment
-
@liuderchi Sorry to hear you’re having trouble! The first version of Apollo Client with GraphQL 16 support would be ^3.5. Can you try that? No promises about whether it will fix your problem. If it doesn’t, can you tell us a little more about the error that you’re seeing? Like any stack traces you have would be helpful in identifying the problem. A reproducible example would be even more helpful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have SSR issues when upgrading
graphql
fromv15
tov16
with following GQL tech stack:next@latest
[email protected]
@apollo/client@^3.4.17
apollo-datasource-rest@^3.4.0
@graphql-tools/utils
-> used for custom GQL directive@graphql-tools/schema
-> usedmakeExecutableSchema
for SSR support withSchemaLink
Observed that GQL query results are not resolved at server-side-rendering phase, leading to some issues since I hope to query sensitive data only at server side.
And observed one thing interesting when debugging:
graphql@16
:v16
graphql
from git commit tree)So, I'm wondering do apollo server and
SchemaLink
from@apollo/client
both handle this breaking change ingraphql@16
?Really appreciate your attention for this issue 🙇
Beta Was this translation helpful? Give feedback.
All reactions