This is an example query:
{
foo: human(| โ <cursor is here>
}
As soon as I use an alias, GraphiQL stops auto-completing the field arguments.
@OlegIlyenko - thanks for the report :D Let me go investigate this if no one beats me to it.
This appears to be a bug in https://github.com/graphql/codemirror-graphql as it's not firing the onHasCompletion function inside of GraphiQL
Fixed via this PR: https://github.com/graphql/codemirror-graphql/pull/52 in codemirror-graphql
Wow, that was fast! Thanks a lot, @joelgriffith!
Closing this since the PR merged, but will get the chain of updated out soon :)