mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1042] Format GraphQL request body in gists #1039
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1039
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 @vrnvorona on GitHub (Oct 21, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1042
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? 2.34.1 (23410)
macOS Version? 11.6
Enhancement: format Graphql request when publishing gists
Currently it does great job with formatting JSON bodies, but gql query is still raw string. Maybe it could be helpful to format it as well?
@NghiaTranUIT commented on GitHub (Oct 21, 2021):
Thanks. We will sort it on and send you beta build @vrnvorona 🙌
@NghiaTranUIT commented on GitHub (Oct 21, 2021):
@vrnvorona Just wondering: Do you mean that Proxyman should beautify the "Query" in the Request JSON?
I tried to send a minified graphQL body.
It is formatted in the gist

@vrnvorona commented on GitHub (Oct 21, 2021):
@NghiaTranUIT I meant to use GraphQL pretty view which is used in request view

Because long string of query is not really readable
@NghiaTranUIT commented on GitHub (Oct 21, 2021):
Sorry, at the moment, Proxyman only publishes the Raw Tab. Therefore, there is no way to publish a customize Tab (like a GraphQL tab).
However, It's a reasonable idea to support it in future release 👍