desktop
desktop copied to clipboard
[Feature Request]: Graphql populate all fields
The GraphQL features are amazing, :chefkiss:, however, one small point of friction I keep running into is populating all the fields on a particular query. When I start entering a query like this:
{
users {
// <- Here
At that spot, I would love a shortcut to auto populate all available fields. ^+Space shows me what they all are, but it's cumbersome to select them individually, one by one. Alternatively, on the ^+Space field popup, there could be a button or entry that says "All".
Seconded