mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1099] Display Query Variable on GraphQL Previewer #1096
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#1096
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 @rilham97 on GitHub (Jan 2, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1099
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.35.4 (23540)
macOS Version? (Ex. mac 10.14)
I hit mutation like below, but when I saw using the GraphQL previewer feature, the query variable was not displayed.
Is there any solution to help us see all the requests clearly?
Here the JSON body
@NghiaTranUIT commented on GitHub (Jan 2, 2022):
Thanks for your report @rilham97. Currently, Proxyman doesn't display the query variable, but it's reasonable to support it.
I will implement it and send you a Beta build this week 👍
@NghiaTranUIT commented on GitHub (Jan 3, 2022):
Hey @rilham97 just wondering:
Why don't you click on the Request Body tab to see the
variables? 🤔It will display like the below, but you can clearly see the variable
@rilham97 commented on GitHub (Jan 3, 2022):
Hi @NghiaTranUIT , actually I already did it.
But, I just thought it would be prettier if the input variable is shown on GraphQL tab instead click on Request Body like Postman maybe?

@NghiaTranUIT commented on GitHub (Jan 6, 2022):
@rilham97 let try this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.4_Improve_GraphQL_Tab.dmg
Proxyman will display seperately the Query and the Variable 👍
@rilham97 commented on GitHub (Jan 7, 2022):
Thanks @NghiaTranUIT , I already tried and it works perfectly !