Replies: 1 comment
-
Having the same issue... |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, I know this maybe isn't the best place to ask, but I was hoping someone might know the answer.
I'm trying to use the
client-preset
codegen solution. That works fine with the codegen CLI. However, my IDE seems unable to parse the graphql strings in my .tsx file whenever I usesatisfies
from TypeScript.The result is this output on VSCode:
This means that I don't get autocomplete in that file.
Any ideas for what could fix this? Is there a way to upgrade the graphql-language-service to a version that's compatible with TypeScript 4.9?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions