[PR #479] [MERGED] GraphQL Type Highlight and Links #2645

Closed
opened 2026-03-17 00:19:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/479
Author: @AndrewBastin
Created: 1/9/2020
Status: Merged
Merged: 1/9/2020
Merged by: @liyasthomas

Base: masterHead: feat/graphql_highlight


📝 Commits (3)

  • faa4207 Added argument and typelink components for GraphQL
  • cc396ae Updated field, type and graphql page to use the new argument and typelink components
  • f5efb42 Merge branch 'upstream/master' into feat/graphql_highlight

📊 Changes

5 files changed (+135 additions, -9 deletions)

View changed files

components/graphql/argument.vue (+44 -0)
📝 components/graphql/field.vue (+31 -2)
📝 components/graphql/type.vue (+4 -2)
components/graphql/typelink.vue (+33 -0)
📝 pages/graphql.vue (+23 -5)

📄 Description

This PR intends to add type highlighting and jump to type documentation on click of the highlighted type.

#468

@liyasthomas please do modifiy the styling a bit, I ain't much of a designer, so I would love for it to be modified to something more pretty 😄


🔄 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/479 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 1/9/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/graphql_highlight` --- ### 📝 Commits (3) - [`faa4207`](https://github.com/hoppscotch/hoppscotch/commit/faa420753f0d16c8d2e45d7457503d0ab6fb7cbc) Added argument and typelink components for GraphQL - [`cc396ae`](https://github.com/hoppscotch/hoppscotch/commit/cc396aecd3fe7201802ecb6e390840d16f1ebbe9) Updated field, type and graphql page to use the new argument and typelink components - [`f5efb42`](https://github.com/hoppscotch/hoppscotch/commit/f5efb425cd3eb9d6d95748e2f492ad48eeb936b5) Merge branch 'upstream/master' into feat/graphql_highlight ### 📊 Changes **5 files changed** (+135 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `components/graphql/argument.vue` (+44 -0) 📝 `components/graphql/field.vue` (+31 -2) 📝 `components/graphql/type.vue` (+4 -2) ➕ `components/graphql/typelink.vue` (+33 -0) 📝 `pages/graphql.vue` (+23 -5) </details> ### 📄 Description This PR intends to add type highlighting and jump to type documentation on click of the highlighted type. #468 @liyasthomas please do modifiy the styling a bit, I ain't much of a designer, so I would love for it to be modified to something more pretty :smile: --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:19:46 +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#2645
No description provided.