We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Providing autocomplete for deep symbols would be nice. For instance if I want the following query:
{ person { name } }
I'm suggesting typing na... suggests person.name and expands into this query.
na
person.name