skevy / graphiql-app

Light, Electron-based Wrapper around GraphiQL
MIT License
2.95k stars 336 forks source link

[question] How to show the auto suggestions list of field names? #170

Open himat opened 4 years ago

himat commented 4 years ago

Normally, if I start typing, then there will be a popup list with valid field names.

ex: image

Is there a key shortcut I can press like ctrl+p or something that will show that popup list without having to type anything so that I can see all the valid fields?