mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1471] [MERGED] graphql: show enums and interfaces #3335
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#3335
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/1471
Author: @KoHcoJlb
Created: 2/7/2021
Status: ✅ Merged
Merged: 2/9/2021
Merged by: @AndrewBastin
Base:
main← Head:interface_and_enum_types📝 Commits (4)
c9e542dgraphql: show enums and interfaces09719a4fix type testse8e855aAdded tests for the added functionality in type.vue and typelink.vued333a44Minor cleanup of type.vue📊 Changes
6 files changed (+238 additions, -11 deletions)
View changed files
📝
components/graphql/__tests__/type.spec.js(+161 -2)📝
components/graphql/__tests__/typelink.spec.js(+14 -0)📝
components/graphql/type.vue(+34 -1)📝
components/graphql/typelink.vue(+16 -1)📝
lang/en-US.json(+3 -0)📝
pages/graphql.vue(+10 -7)📄 Description
Hello!



I've added enums and interfaces to the types tab.
This is how it looks:
Apart from that I've made scalar types not clickable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.