[Bug] GraphQL intellisense is broken
See original GitHub issueBuild 5.12.3 of Insomnia (5.12.3) seems to have broken Intellisense again for GraphQL.
Not sure if this is the same as the last time I saw this issue crop up, but it only breaks once you’re “two-levels deep”:
# Intellisense works!
query {
# Intellisense works!
users {
# Intellisense doesn't work :'(
},
# Intellisense works!
accessGroup {
# Intellisense doesn't work :'(
}
}
The schema fetches successfully so I don’t think that’s the issue, and Intellisense is working in ChromeiQL.
(Running on Windows 10 x64)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
[Bug] Graphql intellisense no longer works in latest version #577
Installed latest Insomnia version and now the GraphQL intellisense no longer appears when I type (that was working with previous version). I ...
Read more >ES7 React/Redux/GraphQL/React-Native snippets not working
The default is "inline", but after a long read through VS Code's Intellisense and settings docs I was able to find this by...
Read more >Apollo extension for VS Code - Apollo GraphQL Docs
Add syntax highlighting for GraphQL files and gql templates inside JavaScript files; Get instant feedback and intelligent autocomplete for fields, ...
Read more >GraphQL Integration - Retool Docs
Connect Retool to any GraphQL API. ... We read the schema from your introspection endpoint, and use it for autocomplete and linting.
Read more >Get started with GitLab GraphQL API
GraphiQL (pronounced “graphical”) allows you to run queries directly against the server endpoint with syntax highlighting and autocomplete. It also allows you ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Just pushed a beta release for this if you want to give it a shot. You can get it by switching to the beta channel via the app settings.
Yep! I think I’ve figured it out now though. Will try to get a fix out for this tomorrow.