ProxymanApp / ProxymanApp/Proxyman
Display Query Variable on GraphQL Previewer
Open
@NghiaTranUIT is already working on this.
Since Jan 2, 2022.
✅ Done
enhancement
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
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
{
"operationName": null,
"variables": {
"input": {
"title": "A Very Captivating Post Title",
"body": "Some interesting content."
}
},
"query": "mutation ($input: CreatePostInput!) {\n createPost(input: $input) {\n id\n title\n body\n }\n}\n"
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.