ProxymanApp / ProxymanApp/Proxyman

Filter by GraphQL Query Name

Open
#2,128 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

✅ Done enhancement
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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.