Replies: 1 comment
-
I don't think this is related to GraphQL Tools. GraphQL Tools here is only responsible of building your schema. Maybe you should create an issue on Apollo's repo |
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
-
Hi, I have SSR issues when upgrading
graphql
fromv15
tov16
with following SSR tech stack:next@latest
,apollo-server-express@3.5
@graphql-tools/utils
-> used for custom GQL directive@graphql-tools/schema
-> usedmakeExecutableSchema
for SSR support withSchemaLink
Observed that GQL query results 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
usage from@graphql-tools/*
(makeExecutableSchema
from@graphql-tools/schema
), this issue still exists only after this PR fromgraphql@16
:v16
graphql
from git commit tree)So, I'm wondering does
makeExecutableSchema
already handles this breaking change ingraphql@16
?Really appreciate your attention for this issue 🙇
Beta Was this translation helpful? Give feedback.
All reactions