-
Notifications
You must be signed in to change notification settings - Fork 45
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
General "not working" issue #120
Comments
The config file should be named |
Thanks @kumarharsh that got me one step further. Now when I restart the IDE and open a .gql file I get this: But nothing on the output tab seems to contain valuable info. I can see in the
But no stacktrace or errors. |
I think maybe it's not able to talk to watchman. Maybe some permissions issue? Try shutting down watchman ( |
Same error after a |
Have the same issue - .gqlconfig
{
"schema": {
"files": "schema.graphql"
},
"query": {
"files": [{
"match": "packages/**/*.gql",
"parser": "QueryParser"
}, {
"match": { "include": "packages/**/*.js" },
"parser": ["EmbeddedQueryParser", { "startTag": "gql`", "endTag": "`" }]
}]
}
} @kumarharsh any ideas on what we can try to resolve this? |
@TuxujPes The error can happen if To fix issue first check # schema.graphql
type Query {
name: xString
} |
I'm having the same issue here using the exactly same versions and tried the shutdown workaround... In my case, nothing works... Syntax highlight, nothing... Can anyone shed a light and what that may be? |
I'm sorry, I don't know how to name this issue.
I followed the installation steps:
playlyfe/gql
:watchman
:.graphqlconfig
file, which points to a graphql file I'd like to edit:What works:
What doesn't work:
Find type - doesn't work
Language server doesnt even seem to be running:
Any pointers on how could I make this plugin work?
The text was updated successfully, but these errors were encountered: