[PR #1822] [MERGED] fix: gql request save issue (HOPP-56) #3511

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1822
Author: @AndrewBastin
Created: 9/11/2021
Status: Merged
Merged: 9/11/2021
Merged by: @liyasthomas

Base: mainHead: fix/gql-save-req


📝 Commits (2)

  • d855e5c fix: gql request save issue
  • b2e1869 fix: repetitive use of () in setup script

📊 Changes

2 files changed (+288 additions, -173 deletions)

View changed files

📝 components/collections/SaveRequest.vue (+280 -173)
📝 helpers/types/HoppRequestSaveContext.ts (+8 -0)

📄 Description

The GraphQL Request Save was partially broken due to a small typo in Save Request modal. Also, ported SaveRequest modal code to TypeScript with Composition API+Setup Script


🔄 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/1822 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 9/11/2021 **Status:** ✅ Merged **Merged:** 9/11/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `fix/gql-save-req` --- ### 📝 Commits (2) - [`d855e5c`](https://github.com/hoppscotch/hoppscotch/commit/d855e5cffb5402f39e31e0852b548f91e293983b) fix: gql request save issue - [`b2e1869`](https://github.com/hoppscotch/hoppscotch/commit/b2e186957c97aeb74d39e9cf0fb0fbeb1f4f1744) fix: repetitive use of () in setup script ### 📊 Changes **2 files changed** (+288 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/SaveRequest.vue` (+280 -173) 📝 `helpers/types/HoppRequestSaveContext.ts` (+8 -0) </details> ### 📄 Description The GraphQL Request Save was partially broken due to a small typo in Save Request modal. Also, ported SaveRequest modal code to TypeScript with Composition API+Setup Script --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:07:17 +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#3511
No description provided.