-
IntelliSense Error for Valid Field Argument in GraphQL Query (
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue — IntelliSense was not working because the VSCode extension was not picking up the newly generated schema. Running the codegen or reloading the schema in the GraphQL plugin wasn’t enough. Solution:A full restart of VSCode (not just reloading the window or the terminal) fixed the problem. After restarting, IntelliSense correctly recognized the Leaving this here in case someone else runs into the same issue. |
Beta Was this translation helpful? Give feedback.
I found the issue — IntelliSense was not working because the VSCode extension was not picking up the newly generated schema.
Running the codegen or reloading the schema in the GraphQL plugin wasn’t enough.
Solution:
A full restart of VSCode (not just reloading the window or the terminal) fixed the problem. After restarting, IntelliSense correctly recognized the
order
argument onepisodes
.Leaving this here in case someone else runs into the same issue.