ProxymanApp / ProxymanApp/Proxyman

Display Query Variable on GraphQL Previewer

Open
#1,099 5 comments 0 reactions 1 assignee View on GitHub

@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?

Screen Shot 2022-01-02 at 22 05 30

Screen Shot 2022-01-02 at 22 06 05

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.