ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.72k stars 189 forks source link

Filter by GraphQL Query Name #2128

Open robinsenior opened 2 months ago

robinsenior commented 2 months ago

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.

NghiaTranUIT commented 2 months ago

Currently I can filter by GraphQL → Contains but that uses the entire GraphQL body of the request.

It's not true. From what I checked in our source code, the GraphQL in the Filter will filter by the GraphQL Query Name, it doesn't check the entire GraphQL Body.

Screenshot 2024-09-06 at 21 47 40