Auto-completion of field arguments breaks as soon as aliases are involved
See original GitHub issueThis is an example query:
{
foo: human(| ← <cursor is here>
}
As soon as I use an alias, GraphiQL stops auto-completing the field arguments.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
bash - Using colon for aliase breaks autocomplete
Completion goes awry when I try to complete on something that contains a colon." The only solution proposed in that FAQ is to...
Read more >How to enable auto-completion of git commands if you are ...
I've heard that auto completion is possible if you use aliases configured through .gitconfig but those aliases force the use of git whereas...
Read more >HTML attribute: autocomplete - MDN Web Docs
The field expects the value to be a person's full name. Using " name " rather than breaking the name down into its...
Read more >GraphQL schema basics - Apollo GraphQL Docs
This schema defines a hierarchy of types with fields that are populated from ... auto-complete field names along with descriptions when they're provided....
Read more >A detailed comparison between autocompletion strategies in ...
Autocompletion results are a peek into the candidate values of a field. So that even if you don't fully remember what you are...
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 FreeTop 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
Top GitHub Comments
Closing this since the PR merged, but will get the chain of updated out soon 😃
@OlegIlyenko - thanks for the report 😄 Let me go investigate this if no one beats me to it.