mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #311] [MERGED] GraphQL Support #2553
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#2553
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/311
Author: @AndrewBastin
Created: 11/18/2019
Status: ✅ Merged
Merged: 11/20/2019
Merged by: @liyasthomas
Base:
master← Head:master📝 Commits (10+)
0c6a592Added graphql as dependencyd44b821Added GraphQL pagecffdd56Added GraphQL page to the sidebar3cedd48Merge branch 'master' into master71779d5⚡ Added loader, changed webSocket icon109d57bMerge branch 'master' into master79a7b3c🌱 Error handlers3db28e4Added GraphQL field component5f3ca63Added docs section with query,mutation and subscription lists6c4fbb5Fixed 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
34be6ce)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.