ProxymanApp / ProxymanApp/Proxyman
GraphQL Column on the Flow Tableview
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Some users are struggling with GraphQL requests. They look the same (URL and the Query), but different Body Data (Operation and Query Name). Therefore, it's difficult to distinguish which requests until it's displayed on the Detail Panel.
We should extract the Operation and Query name from GraphQL Requests and display it as a column.
Acceptance Criteria
- Show Operation Name and Query Name as a column on the main table view
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.
Research direction
Start from the main table view and the request detail panel, then trace how GraphQL request body data is parsed. The work is done when GraphQL requests expose their Operation Name and Query Name as columns in the main table view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100