[PR #4746] [MERGED] fix: ensure GraphQL connection sends authentication headers #4919

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4746
Author: @anwarulislam
Created: 2/12/2025
Status: Merged
Merged: 2/24/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/gql-connect-auth-headers


📝 Commits (4)

  • 17f09f1 fix: graphql connection not sending auth headers
  • 7b3db6d fix: sending headers on run operation
  • c396293 fix: sending inherited headers on connection
  • 4d36caf fix: correctly specify inherited authorization properties

📊 Changes

3 files changed (+196 additions, -99 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/graphql/Request.vue (+18 -1)
📝 packages/hoppscotch-common/src/components/graphql/RequestOptions.vue (+14 -31)
📝 packages/hoppscotch-common/src/helpers/graphql/connection.ts (+164 -67)

📄 Description

Closes HFE-749 #4727

What's changed

This pull request addresses an issue with the GraphQL connection not sending the necessary authentication headers.

  • Not Completed
  • Completed

🔄 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/4746 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/gql-connect-auth-headers` --- ### 📝 Commits (4) - [`17f09f1`](https://github.com/hoppscotch/hoppscotch/commit/17f09f14be2828754ca9a0755b7bb8135907903e) fix: graphql connection not sending auth headers - [`7b3db6d`](https://github.com/hoppscotch/hoppscotch/commit/7b3db6dc2ae8f5c26b2d4064bfc24a2ac127a78b) fix: sending headers on run operation - [`c396293`](https://github.com/hoppscotch/hoppscotch/commit/c3962931dbf24f8e44dd82fc6ac20c15d3b9865b) fix: sending inherited headers on connection - [`4d36caf`](https://github.com/hoppscotch/hoppscotch/commit/4d36caf1a457b7dbbe883bfec7d5d0c465540c9c) fix: correctly specify inherited authorization properties ### 📊 Changes **3 files changed** (+196 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/graphql/Request.vue` (+18 -1) 📝 `packages/hoppscotch-common/src/components/graphql/RequestOptions.vue` (+14 -31) 📝 `packages/hoppscotch-common/src/helpers/graphql/connection.ts` (+164 -67) </details> ### 📄 Description Closes HFE-749 #4727 ### What's changed This pull request addresses an issue with the GraphQL connection not sending the necessary authentication headers. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:24:40 +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#4919
No description provided.