mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4742] [MERGED] feat: improve graphql query builder #4916
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4742
Author: @anwarulislam
Created: 2/9/2025
Status: ✅ Merged
Merged: 3/13/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/imprv-query-builder📝 Commits (8)
6c4f9fdfeat: active status for argument6ef44c3feat: readonly field and arguments527a403feat: reduced debounce to prevent crash on query insert24776a0feat: updated colors for better contrast in light and dark mode05809d4chore: update font-sizes and padding0ff4377fix: multiple click subscription crashd21dacbfix: add debounce and fix subscription link crash1cd1f12chore: disabled clicking on type besides field📊 Changes
15 files changed (+157 additions, -92 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components/graphql/Argument.vue(+20 -11)📝
packages/hoppscotch-common/src/components/graphql/Arguments.vue(+17 -5)📝
packages/hoppscotch-common/src/components/graphql/DocExplorer.vue(+22 -12)📝
packages/hoppscotch-common/src/components/graphql/ExplorerSection.vue(+4 -2)📝
packages/hoppscotch-common/src/components/graphql/Field.vue(+8 -17)📝
packages/hoppscotch-common/src/components/graphql/FieldDocumentation.vue(+8 -7)📝
packages/hoppscotch-common/src/components/graphql/FieldLink.vue(+11 -6)📝
packages/hoppscotch-common/src/components/graphql/Fields.vue(+7 -1)📝
packages/hoppscotch-common/src/components/graphql/Query.vue(+1 -1)📝
packages/hoppscotch-common/src/components/graphql/SchemaDocumentation.vue(+6 -6)📝
packages/hoppscotch-common/src/components/graphql/TypeDocumentation.vue(+5 -8)📝
packages/hoppscotch-common/src/components/graphql/TypeLink.vue(+8 -2)📝
packages/hoppscotch-common/src/helpers/graphql/explorer.ts(+2 -1)📝
packages/hoppscotch-common/src/helpers/graphql/query.ts(+36 -13)📄 Description
Closes HFE-739
This pull request addresses several issues related to the GraphQL query builder. The following fixes have been implemented:
Status
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
text/plaincontent type #4987