[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:
but not in Query Variables:
query cards($filters: FilterInput) {
cards(filters: $filters) {
id
}
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top 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 >
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
Got it working!
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?