[PR #311] [MERGED] GraphQL Support #2553

Closed
opened 2026-03-17 00:14:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/311
Author: @AndrewBastin
Created: 11/18/2019
Status: Merged
Merged: 11/20/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (10+)

  • 0c6a592 Added graphql as dependency
  • d44b821 Added GraphQL page
  • cffdd56 Added GraphQL page to the sidebar
  • 3cedd48 Merge branch 'master' into master
  • 71779d5 Added loader, changed webSocket icon
  • 109d57b Merge branch 'master' into master
  • 79a7b3c 🌱 Error handlers
  • 3db28e4 Added GraphQL field component
  • 5f3ca63 Added docs section with query,mutation and subscription lists
  • 6c4fbb5 Fixed margin mistake in field-desc

📊 Changes

10 files changed (+376 additions, -12 deletions)

View changed files

📝 assets/css/styles.scss (+1 -0)
components/graphql/field.vue (+64 -0)
components/graphql/type.vue (+42 -0)
📝 layouts/default.vue (+24 -1)
📝 package-lock.json (+13 -0)
📝 package.json (+1 -0)
pages/graphql.vue (+231 -0)
📝 pages/index.vue (+0 -7)
📝 pages/settings.vue (+0 -2)
📝 pages/websocket.vue (+0 -2)

📄 Description

NOTE: This is a draft PR, implementation hasn't reached a stable standard, the PR is opened as a notification of ongoing work, as a place to discuss, and as an invitation to help make this feature stable

This PR intends to introduce GraphQL support to Postwoman.

Progress so far

  • Ability to see the schema at a GQL endpoint
  • Handling connection errors
  • Documentation View (in progress; query,mutation and subscription fields and type lists are done; see 34be6ce )
  • Scroll overflow on Docs section

If there are suggestions for more features to be added, please do suggest, although for the PR, I am only concerned with implementing core functionality.

Please do contribute to my fork, for contributions related to this PR.

Happy Hacking!!! 👨‍💻 👩‍💻 ❤️

fixes #312
fixes #314


🔄 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/311 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 11/18/2019 **Status:** ✅ Merged **Merged:** 11/20/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0c6a592`](https://github.com/hoppscotch/hoppscotch/commit/0c6a59282e399ebcc82b693a2075e40a03bc2034) Added graphql as dependency - [`d44b821`](https://github.com/hoppscotch/hoppscotch/commit/d44b821a040af831231c004a2955219cd97a3eaf) Added GraphQL page - [`cffdd56`](https://github.com/hoppscotch/hoppscotch/commit/cffdd565227d7547b15f74793d2c3af8ef61d861) Added GraphQL page to the sidebar - [`3cedd48`](https://github.com/hoppscotch/hoppscotch/commit/3cedd4850304c218e68d52fd02cc30c046c685bf) Merge branch 'master' into master - [`71779d5`](https://github.com/hoppscotch/hoppscotch/commit/71779d560a1a60f954988d4908d5b6d203611a8f) :zap: Added loader, changed webSocket icon - [`109d57b`](https://github.com/hoppscotch/hoppscotch/commit/109d57b4b48d413e92004a1d37a7edd5617eb257) Merge branch 'master' into master - [`79a7b3c`](https://github.com/hoppscotch/hoppscotch/commit/79a7b3c9853d99fad4ef4b71cf6ab3b16204e141) :seedling: Error handlers - [`3db28e4`](https://github.com/hoppscotch/hoppscotch/commit/3db28e4f22446ebc49046aa20f1f30ad368457ce) Added GraphQL field component - [`5f3ca63`](https://github.com/hoppscotch/hoppscotch/commit/5f3ca632cb5c72a33b170c49e1e4ca94013e9b79) Added docs section with query,mutation and subscription lists - [`6c4fbb5`](https://github.com/hoppscotch/hoppscotch/commit/6c4fbb501c218f28c6acc32de1a0dc6eecb4660c) Fixed margin mistake in field-desc ### 📊 Changes **10 files changed** (+376 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+1 -0) ➕ `components/graphql/field.vue` (+64 -0) ➕ `components/graphql/type.vue` (+42 -0) 📝 `layouts/default.vue` (+24 -1) 📝 `package-lock.json` (+13 -0) 📝 `package.json` (+1 -0) ➕ `pages/graphql.vue` (+231 -0) 📝 `pages/index.vue` (+0 -7) 📝 `pages/settings.vue` (+0 -2) 📝 `pages/websocket.vue` (+0 -2) </details> ### 📄 Description **NOTE: This is a draft PR, implementation hasn't reached a stable standard, the PR is opened as a notification of ongoing work, as a place to discuss, and as an invitation to help make this feature stable** This PR intends to introduce GraphQL support to Postwoman. ### Progress so far - [x] Ability to see the schema at a GQL endpoint - [x] Handling connection errors - [x] Documentation View (in progress; query,mutation and subscription fields and type lists are done; see 34be6ce ) - [x] Scroll overflow on Docs section If there are suggestions for more features to be added, please do suggest, although for the PR, I am only concerned with implementing core functionality. Please do contribute to my [fork](https://github.com/AndrewBastin/postwoman), for contributions related to this PR. Happy Hacking!!! :man_technologist: :woman_technologist: :heart: fixes #312 fixes #314 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:14:51 +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#2553
No description provided.