[PR #4967] [MERGED] feat: add support to export http postman graphql request #5003

Closed
opened 2026-03-17 02:29:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4967
Author: @nivedin
Created: 4/8/2025
Status: Merged
Merged: 4/9/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/postman-http-graphql-import


📝 Commits (4)

  • 9ff2fae fix: add support to export http postman graphql request
  • f754aae fix: disable imports for non-write access teams
  • 554367b chore: fix spelling
  • 3e8e289 chore: minor code refactor

📊 Changes

4 files changed (+29 additions, -3 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/collections/ImportExport.vue (+3 -1)
📝 packages/hoppscotch-common/src/components/importExport/Base.vue (+5 -0)
📝 packages/hoppscotch-common/src/components/importExport/ImportExportList.vue (+2 -1)
📝 packages/hoppscotch-common/src/helpers/import-export/import/postman.ts (+19 -1)

📄 Description

Closes HFE-730

image

  • This PR adds support for handling http GraphQL requests by formatting the query and variables properly.
  • Also disables imports for users having no write access in a teams

🔄 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/4967 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/postman-http-graphql-import` --- ### 📝 Commits (4) - [`9ff2fae`](https://github.com/hoppscotch/hoppscotch/commit/9ff2faeec3786e610052b3aa8f147890dc8adaad) fix: add support to export http postman graphql request - [`f754aae`](https://github.com/hoppscotch/hoppscotch/commit/f754aae161cbd384bae6eba3104d6f9442cf3e4b) fix: disable imports for non-write access teams - [`554367b`](https://github.com/hoppscotch/hoppscotch/commit/554367b18b38b05b1e4a41104080e8b7846b2a0d) chore: fix spelling - [`3e8e289`](https://github.com/hoppscotch/hoppscotch/commit/3e8e28990296032919703b28b0d520ce953a2293) chore: minor code refactor ### 📊 Changes **4 files changed** (+29 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/collections/ImportExport.vue` (+3 -1) 📝 `packages/hoppscotch-common/src/components/importExport/Base.vue` (+5 -0) 📝 `packages/hoppscotch-common/src/components/importExport/ImportExportList.vue` (+2 -1) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/postman.ts` (+19 -1) </details> ### 📄 Description Closes HFE-730 ![image](https://github.com/user-attachments/assets/66144b1b-82db-4cdf-a38e-349405bff75c) - This PR adds support for handling http GraphQL requests by formatting the query and variables properly. - Also disables imports for users having no write access in a teams --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:29:28 +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#5003
No description provided.