[PR #319] [MERGED] GraphQL endpoint field is now persisted #2559

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

📋 Pull Request Information

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

Base: masterHead: feat/gql_state_persist


📝 Commits (3)

  • 2c139c2 Added GQL object to global store
  • 879fc58 Added mutation for working with the GQL store
  • 638f3f1 GraphQL endpoint URL is now persisted

📊 Changes

3 files changed (+17 additions, -1 deletions)

View changed files

📝 pages/graphql.vue (+10 -1)
📝 store/mutations.js (+4 -0)
📝 store/state.js (+3 -0)

📄 Description

  • A section for GraphQL related fields is added to the global store
  • A new reducer setGQLState is added to the global store for updating the GQL store
  • GraphQL endpoint field is now persisted through the GQL store

🔄 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/319 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 11/21/2019 **Status:** ✅ Merged **Merged:** 11/21/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/gql_state_persist` --- ### 📝 Commits (3) - [`2c139c2`](https://github.com/hoppscotch/hoppscotch/commit/2c139c2a65faea837b1415dc8034722ac3f23249) Added GQL object to global store - [`879fc58`](https://github.com/hoppscotch/hoppscotch/commit/879fc58d9cce55b3f1dedb06e8a1c6612f0913ea) Added mutation for working with the GQL store - [`638f3f1`](https://github.com/hoppscotch/hoppscotch/commit/638f3f1a0549038af0da1655b0579b81876d6741) GraphQL endpoint URL is now persisted ### 📊 Changes **3 files changed** (+17 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pages/graphql.vue` (+10 -1) 📝 `store/mutations.js` (+4 -0) 📝 `store/state.js` (+3 -0) </details> ### 📄 Description * A section for GraphQL related fields is added to the global store * A new reducer `setGQLState` is added to the global store for updating the GQL store * GraphQL endpoint field is now persisted through the GQL store --- <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:07 +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#2559
No description provided.