[PR #620] [MERGED] Added shortcut to quickly run the GraphQL query #2747

Closed
opened 2026-03-17 00:25:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/620
Author: @AndrewBastin
Created: 2/28/2020
Status: Merged
Merged: 2/28/2020
Merged by: @dihmeetree

Base: masterHead: feat/quick-query-run


📝 Commits (7)

  • 5daf4a1 Added Ctrl+Enter as a short cut to run GraphQL Query
  • 2f2580d Hooked up onRunGQLQuery editor command
  • 2208403 Added platformutils file with the platform special key character
  • d4c6065 Refactor default.vue to use getPlatformSpecialKey
  • e5e66d8 Added shortcut key to the Run Query button tooltip
  • be0f7b0 Merge branch 'master' into feat/quick-query-run
  • 37e63cc Merge branch 'master' into feat/quick-query-run

📊 Changes

4 files changed (+46 additions, -25 deletions)

View changed files

📝 components/graphql/queryeditor.vue (+34 -21)
functions/platformutils.js (+3 -0)
📝 layouts/default.vue (+2 -3)
📝 pages/graphql.vue (+7 -1)

📄 Description

This PR introduces a new shortcut to the GraphQL Query Editor which allows the user press Ctrl+Enter (Cmd+Enter on Mac) to run the query while editing in the query editor.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/620 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 2/28/2020 **Status:** ✅ Merged **Merged:** 2/28/2020 **Merged by:** [@dihmeetree](https://github.com/dihmeetree) **Base:** `master` ← **Head:** `feat/quick-query-run` --- ### 📝 Commits (7) - [`5daf4a1`](https://github.com/hoppscotch/hoppscotch/commit/5daf4a19b7939276ad9ebafd4e018dc9a4288ed7) Added Ctrl+Enter as a short cut to run GraphQL Query - [`2f2580d`](https://github.com/hoppscotch/hoppscotch/commit/2f2580d2d39871db66988a53b66668b874343bb7) Hooked up onRunGQLQuery editor command - [`2208403`](https://github.com/hoppscotch/hoppscotch/commit/2208403c20a823488b194520c864348b9b1e1b94) Added platformutils file with the platform special key character - [`d4c6065`](https://github.com/hoppscotch/hoppscotch/commit/d4c6065e4523e2f010eb494ca815d9c6d1916bee) Refactor default.vue to use getPlatformSpecialKey - [`e5e66d8`](https://github.com/hoppscotch/hoppscotch/commit/e5e66d8cc00d62af26b30d7d9169349e3edd92ea) Added shortcut key to the Run Query button tooltip - [`be0f7b0`](https://github.com/hoppscotch/hoppscotch/commit/be0f7b00676c5ca48ea2100c7a34bf548297b6ee) Merge branch 'master' into feat/quick-query-run - [`37e63cc`](https://github.com/hoppscotch/hoppscotch/commit/37e63cc6100e4fe013cd75276a061530e1d8ff77) Merge branch 'master' into feat/quick-query-run ### 📊 Changes **4 files changed** (+46 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `components/graphql/queryeditor.vue` (+34 -21) ➕ `functions/platformutils.js` (+3 -0) 📝 `layouts/default.vue` (+2 -3) 📝 `pages/graphql.vue` (+7 -1) </details> ### 📄 Description This PR introduces a new shortcut to the GraphQL Query Editor which allows the user press Ctrl+Enter (Cmd+Enter on Mac) to run the query while editing in the query editor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:25:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2747
No description provided.