=========================== GraphiQL keyboard shortcuts =========================== First published at 11/27/2020 on https://defkey.com/graphiql-shortcuts GraphiQL is the GraphQL integrated development environment. GraphiQL supports debugging as-you-type, can give hints and point out errors. GraphiQL has 13 shortcuts and we have listed all of them below. General ------- Shift + Ctrl + P Prettify query Ctrl + Enter Run query Ctrl + Space Auto-complete macOS ----- Cmd + / Comment out line Cmd + M Jump to end of current scope/beginning of scope Cmd + D Highlight current word Cmd + F Regex search Cmd + H Search and replace Cmd + J Bring next line up to current-line (spacing applied automatically) Cmd + K then Cmd + K Deletes rest of line after the cursor Cmd + L Highlight current line Cmd + [ Outdent current line Cmd + ] Indent current line Source: GitHub Last modified on(UTC): Friday, November 27, 2020 Defkey © All rights reserved.