-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error in typeDefs #2151
Comments
I am having same error |
thanks for the heads up! this might have to do with the moving to the LSP repository since this is related to the language server |
@Mangatt @ragokan to explain what is happening, Note that this only happens when This is because So for now, we just need to trap and ignore @dotansimha how do you suggest we handle these exceptions moving forward? When we use our internal |
I'm running into this issue with a
where Anyone have a workaround for this? It doesn't seem like there's a setting in the graphql extension but possibly vscode has a setting to disable showing these errors? |
Actual Behavior
Simple
typeDefs.gql
file throwsSyntax Error: Expected Name, found "}".GraphQL: Syntax
Expected Behavior
There should not be an error.
Steps to Reproduce the Problem Or Description
Create file with contents above.
Specifications
.graphqlrc
Logs Of TS Server || GraphQL Language Service
The text was updated successfully, but these errors were encountered: