[PR #346] [MERGED] Added ability to run GraphQL queries #2572

Closed
opened 2026-03-17 00:15:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/346
Author: @AndrewBastin
Created: 11/26/2019
Status: Merged
Merged: 11/26/2019
Merged by: @liyasthomas

Base: masterHead: feat/gql_playground


📝 Commits (5)

  • 9ad8225 Added ability to do GraphQL queries
  • 7fab6f4 Added query field to the GQL state
  • ded69f9 Entered GQL query is persisted
  • 9cbd6ea Added ability to copy GQL query
  • d2115ab Added ability to copy GQL response

📊 Changes

2 files changed (+152 additions, -1 deletions)

View changed files

📝 pages/graphql.vue (+150 -0)
📝 store/state.js (+2 -1)

📄 Description

Added ability to enter and run GraphQL queries and the ability to see their results.


🔄 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/346 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 11/26/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/gql_playground` --- ### 📝 Commits (5) - [`9ad8225`](https://github.com/hoppscotch/hoppscotch/commit/9ad822577b124968c25f1a2c1624fd2cf525fb16) Added ability to do GraphQL queries - [`7fab6f4`](https://github.com/hoppscotch/hoppscotch/commit/7fab6f4732df1f0a9739017a93e4bccc41e2b627) Added query field to the GQL state - [`ded69f9`](https://github.com/hoppscotch/hoppscotch/commit/ded69f979e91f8d63f476fda21a1e7d1f6bfa8d0) Entered GQL query is persisted - [`9cbd6ea`](https://github.com/hoppscotch/hoppscotch/commit/9cbd6ea7b7b3f1f516601b17e4afd8f3e26d3f12) Added ability to copy GQL query - [`d2115ab`](https://github.com/hoppscotch/hoppscotch/commit/d2115ab004fbab04be3ede8b442a8bc9842bbca4) Added ability to copy GQL response ### 📊 Changes **2 files changed** (+152 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pages/graphql.vue` (+150 -0) 📝 `store/state.js` (+2 -1) </details> ### 📄 Description Added ability to enter and run GraphQL queries and the ability to see their results. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:15:56 +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#2572
No description provided.