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.

[Feature Request] Autocomplete in GraphQL variables editor

See original GitHub issue
  • Insomnia Version: 5.15.0
  • Operating System: win10

an excerpt from graphql schema:

cards(filters: FilterInput): CardResults!
input FilterInput {
  where: [FilterWhereInput]
  sort: [FilterSortInput]
  range: FilterRangeInput
}

autosuggestion/autocomplete in inline parameters of a query works great: obraz

but not in Query Variables:

query cards($filters: FilterInput) {
  cards(filters: $filters) {
     id
  }
}

obraz obraz

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
gschiercommented, Apr 22, 2018

Got it working! image

0reactions
gschiercommented, Apr 26, 2018

Well that’s strange. I’ll have to take a look at how it’s doing it. Can you make a separate issue for that?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Feature Request] Autocomplete in GraphQL variables editor
I'd like to request further enhancements, if possible ;). In the query editor autocomplete works for fields inside input types: obraz. Whereas ...
Read more >
GraphQL schema basics
Your GraphQL server uses a schema to describe the shape of your available data. This schema defines a hierarchy of types with fields...
Read more >
Setting up Visual Studio Code for client-side GraphQL ...
Setting up Visual Studio Code for client-side GraphQL autocompletion using the GraphQL extension and Hasura. A typical scenario when consuming a ...
Read more >
GraphQL Queries to fetch data - Hasura
Try out GraphQL Query using GraphiQL. Simple and nested GraphQL query examples with parameters, arguments and variables to fetch data dynamically.
Read more >
Package monaco-graphql
Features · Configurable multi-model, multi-schema language worker with fileMatch expressions · Code completion (schema driven) for Operation and SDL types · Hover ...
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