Open
Description
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.
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.