[PR #1230] [MERGED] Upstream #3156

Closed
opened 2026-03-17 00:47:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1230
Author: @liyasthomas
Created: 10/4/2020
Status: Merged
Merged: 10/4/2020
Merged by: @liyasthomas

Base: i18nHead: master


📝 Commits (10+)

📊 Changes

9 files changed (+210 additions, -11 deletions)

View changed files

📝 assets/scss/styles.scss (+1 -0)
📝 components/graphql/field.vue (+9 -1)
📝 components/graphql/type.vue (+23 -2)
📝 components/layout/sidenav.vue (+1 -0)
📝 components/ui/tabs.vue (+0 -1)
📝 helpers/codegen/codegen.js (+2 -1)
helpers/codegen/generators/nodejs-request.js (+72 -0)
📝 pages/graphql.vue (+101 -6)
📝 pages/index.vue (+1 -0)

📄 Description

No description provided


🔄 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/1230 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 10/4/2020 **Status:** ✅ Merged **Merged:** 10/4/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7e87cc1`](https://github.com/hoppscotch/hoppscotch/commit/7e87cc1923ea1e24d6f27b3f3c440fa894fc9b8c) Add search input & capability to graphql types and fields - [`acb777c`](https://github.com/hoppscotch/hoppscotch/commit/acb777c236b291accb410889e363267c61f32208) Remove debug code - [`a94d46e`](https://github.com/hoppscotch/hoppscotch/commit/a94d46e005fe5b58b542f2cd3586d110bcfadb4b) fixes #1003 ios home bar covers content - [`12941a1`](https://github.com/hoppscotch/hoppscotch/commit/12941a107d8a9c5dd982927ab201e8a96adf167f) Use normalized text - [`dfdcc05`](https://github.com/hoppscotch/hoppscotch/commit/dfdcc05d3e2f18298f3e70e9df73ccca225b6d00) Merge pull request #1221 from tonybatty/bug/ios-home-bar-covers-content - [`1546727`](https://github.com/hoppscotch/hoppscotch/commit/1546727612207edc2c8964b4a6dca98a2a737384) Merge branch 'master' into feat/filter-graphql-fields - [`a8d9a64`](https://github.com/hoppscotch/hoppscotch/commit/a8d9a64f79b6d5961a9d1f6fe7bc2e1159566727) http page headers suggestions overlapped issue fixes #1222 - [`69a448b`](https://github.com/hoppscotch/hoppscotch/commit/69a448b4c102af602e727b6f7e319a6d81c16829) Merge pull request #1223 from tonybatty/bug/http-page-headers-suggestions-are-overlapped - [`76eba3d`](https://github.com/hoppscotch/hoppscotch/commit/76eba3d638e046e530085839391b561d4b1c1291) Graphql: highlight fields on search - [`d9a9ae7`](https://github.com/hoppscotch/hoppscotch/commit/d9a9ae7e724cad949849108d82e1a32501e605fd) Merge branch 'feat/filter-graphql-fields' of https://github.com/LeoMartinDev/hoppscotch into feat/filter-graphql-fields ### 📊 Changes **9 files changed** (+210 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `assets/scss/styles.scss` (+1 -0) 📝 `components/graphql/field.vue` (+9 -1) 📝 `components/graphql/type.vue` (+23 -2) 📝 `components/layout/sidenav.vue` (+1 -0) 📝 `components/ui/tabs.vue` (+0 -1) 📝 `helpers/codegen/codegen.js` (+2 -1) ➕ `helpers/codegen/generators/nodejs-request.js` (+72 -0) 📝 `pages/graphql.vue` (+101 -6) 📝 `pages/index.vue` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:47:54 +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#3156
No description provided.