[PR #505] [MERGED] Syntax Error marking in GraphQL query editor #2664

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/505
Author: @AndrewBastin
Created: 1/18/2020
Status: Merged
Merged: 1/18/2020
Merged by: @AndrewBastin

Base: masterHead: feat/gql-query-errors


📝 Commits (7)

  • fe81a7d Added debounce util function
  • 82756a9 Added GQL Query Editor component
  • d8af767 Updated graphql page to use QueryEditor for query field
  • 0cec1b9 QueryEditor parses query on mount
  • b3dd2eb Removed GQL parse log
  • 2319997 Merge branch 'master' into feat/gql-query-errors
  • efe21d4 Merge branch 'master' into feat/gql-query-errors

📊 Changes

3 files changed (+134 additions, -2 deletions)

View changed files

components/graphql/queryeditor.vue (+113 -0)
functions/utils/debounce.js (+15 -0)
📝 pages/graphql.vue (+6 -2)

📄 Description

This PR intends to add the ability to annotate GraphQL syntax errors made in the query.

#468


🔄 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/505 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 1/18/2020 **Status:** ✅ Merged **Merged:** 1/18/2020 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `master` ← **Head:** `feat/gql-query-errors` --- ### 📝 Commits (7) - [`fe81a7d`](https://github.com/hoppscotch/hoppscotch/commit/fe81a7dba929669bc1e28bac1fe226f331ad83eb) Added debounce util function - [`82756a9`](https://github.com/hoppscotch/hoppscotch/commit/82756a9c55184ee3cdb697063e8cda2c13a7de2b) Added GQL Query Editor component - [`d8af767`](https://github.com/hoppscotch/hoppscotch/commit/d8af767dc4a3eb10f512967837508c97bc1b74fe) Updated graphql page to use QueryEditor for query field - [`0cec1b9`](https://github.com/hoppscotch/hoppscotch/commit/0cec1b977a70e5c9dce0b3f11be9c16e8d4ee20a) QueryEditor parses query on mount - [`b3dd2eb`](https://github.com/hoppscotch/hoppscotch/commit/b3dd2ebf3104a7e451ac34c8cca983f9ba3a31aa) Removed GQL parse log - [`2319997`](https://github.com/hoppscotch/hoppscotch/commit/23199979e61046360891cef7372b7577baa907b8) Merge branch 'master' into feat/gql-query-errors - [`efe21d4`](https://github.com/hoppscotch/hoppscotch/commit/efe21d450e83b1bc3c98b58bb5717253b43028fa) Merge branch 'master' into feat/gql-query-errors ### 📊 Changes **3 files changed** (+134 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `components/graphql/queryeditor.vue` (+113 -0) ➕ `functions/utils/debounce.js` (+15 -0) 📝 `pages/graphql.vue` (+6 -2) </details> ### 📄 Description This PR intends to add the ability to annotate GraphQL syntax errors made in the query. #468 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:20: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#2664
No description provided.