mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4371] [feature]: One-click GraphQL Query & Mutation Generation #1591
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#1591
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?
Originally created by @maximpostnikov on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4371
Is there an existing issue for this?
Summary
There is a lack of functionality for automatically generating query and mutation templates for selected data types or operations from the documentation (as it is done, for example, in Altair GraphQL).
Why should this be worked on?
It's not always convenient to create a schema from scratch, even with autocomplete. It would be easier if we could open the documentation and insert an entire schema (query/mutation/fragment), with the option to remove unnecessary parts. Given that schemas can be very complex with deep nesting, a useful feature would be a setting to control the 'max depth' level of this nesting when adding a schema.
@bogking commented on GitHub (Oct 9, 2024):
Hi! Would I be able to work on this issue?
@jamesgeorge007 commented on GitHub (Feb 4, 2025):
Hi, closing this issue since this is now addressed in v2025.1.0. Please let us know if you have any feedback.