[PR #1471] [MERGED] graphql: show enums and interfaces #3335

Closed
opened 2026-03-17 00:57:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1471
Author: @KoHcoJlb
Created: 2/7/2021
Status: Merged
Merged: 2/9/2021
Merged by: @AndrewBastin

Base: mainHead: interface_and_enum_types


📝 Commits (4)

  • c9e542d graphql: show enums and interfaces
  • 09719a4 fix type tests
  • e8e855a Added tests for the added functionality in type.vue and typelink.vue
  • d333a44 Minor cleanup of type.vue

📊 Changes

6 files changed (+238 additions, -11 deletions)

View changed files

📝 components/graphql/__tests__/type.spec.js (+161 -2)
📝 components/graphql/__tests__/typelink.spec.js (+14 -0)
📝 components/graphql/type.vue (+34 -1)
📝 components/graphql/typelink.vue (+16 -1)
📝 lang/en-US.json (+3 -0)
📝 pages/graphql.vue (+10 -7)

📄 Description

Hello!
I've added enums and interfaces to the types tab.
This is how it looks:
firefox_02_07_2021_20_26_31_jFUV
firefox_02_07_2021_20_27_02_xwPY
firefox_02_07_2021_20_27_23_ERbY
Apart from that I've made scalar types not clickable.


🔄 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/1471 **Author:** [@KoHcoJlb](https://github.com/KoHcoJlb) **Created:** 2/7/2021 **Status:** ✅ Merged **Merged:** 2/9/2021 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `interface_and_enum_types` --- ### 📝 Commits (4) - [`c9e542d`](https://github.com/hoppscotch/hoppscotch/commit/c9e542d6d590e5892c39f8b464f288285ebef705) graphql: show enums and interfaces - [`09719a4`](https://github.com/hoppscotch/hoppscotch/commit/09719a4ad37245c54ba694679eafcfc1c3244441) fix type tests - [`e8e855a`](https://github.com/hoppscotch/hoppscotch/commit/e8e855a36ce830bcd812b747836555e8feab307c) Added tests for the added functionality in type.vue and typelink.vue - [`d333a44`](https://github.com/hoppscotch/hoppscotch/commit/d333a44e1164bd0fc252c18b02c25c6ad5c0c3fc) Minor cleanup of type.vue ### 📊 Changes **6 files changed** (+238 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `components/graphql/__tests__/type.spec.js` (+161 -2) 📝 `components/graphql/__tests__/typelink.spec.js` (+14 -0) 📝 `components/graphql/type.vue` (+34 -1) 📝 `components/graphql/typelink.vue` (+16 -1) 📝 `lang/en-US.json` (+3 -0) 📝 `pages/graphql.vue` (+10 -7) </details> ### 📄 Description Hello! I've added enums and interfaces to the types tab. This is how it looks: ![firefox_02_07_2021_20_26_31_jFUV](https://user-images.githubusercontent.com/16294399/107158007-f8c79000-698f-11eb-9ca6-33eb8259c213.png) ![firefox_02_07_2021_20_27_02_xwPY](https://user-images.githubusercontent.com/16294399/107158008-f8c79000-698f-11eb-833f-ca635649d528.png) ![firefox_02_07_2021_20_27_23_ERbY](https://user-images.githubusercontent.com/16294399/107158009-f9602680-698f-11eb-8324-737f865798e6.png) Apart from that I've made scalar types not clickable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:57:26 +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#3335
No description provided.