[PR #534] [MERGED] Updated GraphQL Query Variable Editor #2683

Closed
opened 2026-03-17 00:21:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/534
Author: @AndrewBastin
Created: 1/30/2020
Status: Merged
Merged: 1/30/2020
Merged by: @AndrewBastin

Base: masterHead: feat/gql-variable-update


📝 Commits (5)

  • d35d306 Added variable editor and removed the old variable system
  • cf9fe0c Removed old variable store mechanisms
  • 5d2ba22 Removed mutations for GraphQL variables
  • 94c2440 Hooked the new variable editor to the persistent store
  • 5b4f3f5 Merge branch 'master' into feat/gql-variable-update

📊 Changes

3 files changed (+24 additions, -119 deletions)

View changed files

📝 pages/graphql.vue (+23 -102)
📝 store/mutations.js (+0 -16)
📝 store/state.js (+1 -1)

📄 Description

This PR intends to introduce an updated Query Variable editor for GraphQL.

The current variable editor lacks support for complex nested variable types. So, the new proposal is to roll back to a JSON editor for doing variables for now. If we can supply a better solution which also supports nesting, then we can provide that as an alternative.

#468


🔄 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/534 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 1/30/2020 **Status:** ✅ Merged **Merged:** 1/30/2020 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `master` ← **Head:** `feat/gql-variable-update` --- ### 📝 Commits (5) - [`d35d306`](https://github.com/hoppscotch/hoppscotch/commit/d35d3061e52550a8ec9917396f0b4e9b2bee439e) Added variable editor and removed the old variable system - [`cf9fe0c`](https://github.com/hoppscotch/hoppscotch/commit/cf9fe0c02c9d05c8b0e8b6b9ded1fc314f09f996) Removed old variable store mechanisms - [`5d2ba22`](https://github.com/hoppscotch/hoppscotch/commit/5d2ba22988208926b9b11d7f7a71ac8c1ddbf07e) Removed mutations for GraphQL variables - [`94c2440`](https://github.com/hoppscotch/hoppscotch/commit/94c24408329c949b07e6a3bcd734246d59a8ae84) Hooked the new variable editor to the persistent store - [`5b4f3f5`](https://github.com/hoppscotch/hoppscotch/commit/5b4f3f5b6792a05658b955e4474982c5a7f4cca9) Merge branch 'master' into feat/gql-variable-update ### 📊 Changes **3 files changed** (+24 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `pages/graphql.vue` (+23 -102) 📝 `store/mutations.js` (+0 -16) 📝 `store/state.js` (+1 -1) </details> ### 📄 Description This PR intends to introduce an updated Query Variable editor for GraphQL. The current variable editor lacks support for complex nested variable types. So, the new proposal is to roll back to a JSON editor for doing variables for now. If we can supply a better solution which also supports nesting, then we can provide that as an alternative. #468 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:21:57 +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#2683
No description provided.