[PR #590] [MERGED] GraphQL Query Autocompletion #2730

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/590
Author: @AndrewBastin
Created: 2/23/2020
Status: Merged
Merged: 2/23/2020
Merged by: @AndrewBastin

Base: masterHead: feat/gql-hints


📝 Commits (3)

  • 3ab7318 Added graphql-language-service-interface as dependency
  • 16779d4 Updated GQL Query Editor code to show autocompletion
  • 9c09a81 Lint

📊 Changes

3 files changed (+144 additions, -11 deletions)

View changed files

📝 components/graphql/queryeditor.vue (+49 -11)
📝 package-lock.json (+94 -0)
📝 package.json (+1 -0)

📄 Description

This PR intends to add Auto completion for the GraphQL Queries.


🔄 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/590 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 2/23/2020 **Status:** ✅ Merged **Merged:** 2/23/2020 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `master` ← **Head:** `feat/gql-hints` --- ### 📝 Commits (3) - [`3ab7318`](https://github.com/hoppscotch/hoppscotch/commit/3ab7318b250e655192689ced5e45cc7522e53b00) Added graphql-language-service-interface as dependency - [`16779d4`](https://github.com/hoppscotch/hoppscotch/commit/16779d496e17520efc05f545e56c3d7040140500) Updated GQL Query Editor code to show autocompletion - [`9c09a81`](https://github.com/hoppscotch/hoppscotch/commit/9c09a8128a222c2c5a9774b090863f4b6412fb06) Lint ### 📊 Changes **3 files changed** (+144 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `components/graphql/queryeditor.vue` (+49 -11) 📝 `package-lock.json` (+94 -0) 📝 `package.json` (+1 -0) </details> ### 📄 Description This PR intends to add Auto completion for the GraphQL Queries. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:24:24 +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#2730
No description provided.