Display Query Name from GraphQL Request

Cover Image for Display Query Name from GraphQL Request

This mini-blog would demonstrate how to display the QueryName of GraphQL Request.

1. Problem

The Query Name of GraphQL Request does not appear on the Query URL, so it's really difficult to distinguish which request is in the app.

This issue happens with other Web Debugging Proxy Tools like Charles Proxy and Fiddler too.

To work around, we have to open the Body and see the Query Name. It's a pain.

Display Query Name from GraphQL Request
Display Query Name from GraphQL Request

2. Display GraphQL QueryName

Proxyman understands the pain point from GraphQL developers, so Proxyman would introduce the QueryName column on the main table.

By default, Proxyman will detect if it's a GraphQL Request, then extracting the QueryName and display it.

No actions are required.

Display Query Name from GraphQL Request
Display Query Name from GraphQL Request

3. What's next

Tip: Give every query and mutation a clear operation name in your app code. Anonymous operations may still appear without a useful name. Once names are present, add a filter for the operation you are testing and combine it with status code or response-body filters to find failures quickly.


Proxyman is a high-performance macOS app, which enables developers to capture HTTPs traffic on iOS device, iOS Simulator and Android devices.

Get it at https://proxyman.com

Noah Tran
Noah Tran

Revised July 18, 2026. Clarified named operations and added a filtering tip for GraphQL sessions.

Make GraphQL requests easier to find

Capture your GraphQL traffic in Proxyman and use operation names to separate calls to the same URL.

Download Proxyman