[PR #5328] [MERGED] fix: show argument type on click in GQL documentation view #5158

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5328
Author: @notKvS
Created: 8/13/2025
Status: Merged
Merged: 8/20/2025
Merged by: @jamesgeorge007

Base: nextHead: main


📝 Commits (3)

  • 9ae127c fix: displaying of argument type on click
  • 2ee2b4b Revert "fix: displaying of argument type on click"
  • abf24d1 fix: displaying of argument type on click

📊 Changes

1 file changed (+15 additions, -2 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/graphql/Argument.vue (+15 -2)

📄 Description

Closes #5339.

While clicking on the arguments in graphql, it was not displaying the definition of its type.

What's changed

Added click event for Argument.vue, which will display the type 😃


🔄 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/5328 **Author:** [@notKvS](https://github.com/notKvS) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `main` --- ### 📝 Commits (3) - [`9ae127c`](https://github.com/hoppscotch/hoppscotch/commit/9ae127c85ccf7a6ddf3ee5464fa486dd79001e69) fix: displaying of argument type on click - [`2ee2b4b`](https://github.com/hoppscotch/hoppscotch/commit/2ee2b4bca2f2b4312688e3610dfc443f29754194) Revert "fix: displaying of argument type on click" - [`abf24d1`](https://github.com/hoppscotch/hoppscotch/commit/abf24d1cc78c906a6204327c79368b24b15f9136) fix: displaying of argument type on click ### 📊 Changes **1 file changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/graphql/Argument.vue` (+15 -2) </details> ### 📄 Description Closes #5339. <!-- Add an introduction into what this PR tries to solve in a couple of sentences --> While clicking on the arguments in graphql, it was not displaying the definition of its type. ### What's changed <!-- Describe point by point the different things you have changed in this PR --> Added click event for Argument.vue, which will display the type 😃 <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] 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:37:56 +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#5158
No description provided.