ProxymanApp / ProxymanApp/Proxyman
Filter by GraphQL Query Name
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Add filtering requests by GraphQL Query Name. The table of network requests has a column for GraphQL query name, so it makes sense to be able to filter on it.
Why this feature/change is important?
Currently I can filter by GraphQL → Contains but that uses the entire GraphQL body of the request. It would be simpler to be able filter by GraphQL Query Name → Contains to avoid situations where the query name is also used in other GraphQL bodies.
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
No files, tests, or entry points are named in the issue. Start by locating the network-request table and the existing GraphQL “Contains” filter, then trace how the table’s GraphQL query name is represented. Done means requests can be filtered by GraphQL Query Name using a Contains match without searching the entire GraphQL body.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100