mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2644] [MERGED] feat: gql revamp #3957
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#3957
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/2644
Author: @anwarulislam
Created: 9/6/2022
Status: ✅ Merged
Merged: 8/22/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:refactor/gql-revamp📝 Commits (10+)
2c02e51refactor: setup scriptced5c5ffeat: add tab to graphql page78fce78feat: gql revamp3fafeebfeat: select operation to run query03a0b41feat: add subscription for graphql query1040be1refactor: gql subscription0df4488refactor: rebase master8e0feb1refactor: update for vue3 + vite463ad5erefactor: update for vue3 + vitebb465b0feat: add tab feature📊 Changes
41 files changed (+2504 additions, -1703 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/styles.scss(+8 -0)📝
packages/hoppscotch-common/locales/en.json(+10 -0)📝
packages/hoppscotch-common/src/components.d.ts(+12 -10)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+23 -22)📝
packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue(+2 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/Request.vue(+3 -4)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+5 -5)📝
packages/hoppscotch-common/src/components/graphql/Authorization.vue(+48 -125)➕
packages/hoppscotch-common/src/components/graphql/Headers.vue(+431 -0)➕
packages/hoppscotch-common/src/components/graphql/Query.vue(+237 -0)📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+98 -29)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+100 -714)➕
packages/hoppscotch-common/src/components/graphql/RequestTab.vue(+50 -0)📝
packages/hoppscotch-common/src/components/graphql/Response.vue(+35 -21)📝
packages/hoppscotch-common/src/components/graphql/Sidebar.vue(+22 -82)➕
packages/hoppscotch-common/src/components/graphql/SubscriptionLog.vue(+125 -0)📝
packages/hoppscotch-common/src/components/graphql/Type.vue(+34 -37)➕
packages/hoppscotch-common/src/components/graphql/Variable.vue(+172 -0)📝
packages/hoppscotch-common/src/components/history/graphql/Card.vue(+12 -16)📝
packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue(+6 -2)...and 21 more files
📄 Description
Description
We are adding new features to our GraphQL system and organizing the existing codebase.
Things added:
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.