mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #631] [MERGED] Minor GraphQL page improvements #2756
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#2756
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/631
Author: @dihmeetree
Created: 2/29/2020
Status: ✅ Merged
Merged: 2/29/2020
Merged by: @liyasthomas
Base:
master← Head:gql/editor-updates📝 Commits (5)
fc4d926Merge remote-tracking branch 'liyasthomas/master'e56fa73Added some GraphQL page updates57950e2Fixed default query88e7f35Merge branch 'master' into gql/editor-updates898d703Merge branch 'master' into gql/editor-updates📊 Changes
3 files changed (+38 additions, -9 deletions)
View changed files
📝
lang/en-US.js(+2 -0)📝
pages/graphql.vue(+29 -7)📝
store/state.js(+7 -2)📄 Description
Schema will show

(waiting to receive schema)until the schema is actually requested. (There's no point to show the editor box if there's no schema)Added default values for the Query and Variables editors (Most people coming to this page might not even know what GraphQL is. So it's best to give them an example of a query and the correct variables to pass. They can go right to the GraphQL page and click the

runQuerybutton)Response will show

(waiting to receive response)(Similar to reasoning above)Decreased the
minLinesfor variables to 10,minLinesfor variables to 5, andminLinesfor response to 10.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.