question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] GraphQL intellisense is broken

See original GitHub issue

Build 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:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gschiercommented, Nov 30, 2017

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.

0reactions
gschiercommented, Nov 29, 2017

Yep! I think I’ve figured it out now though. Will try to get a fix out for this tomorrow.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found