Problem: If an app makes multiple GraphQL calls on the same page, all the...
Problem: If an app makes multiple GraphQL calls on the same page, all the GraphQL calls look the same in the network tab.
My approach: Click on each call, one by one, to view the payload's query name.
This is time-consuming.
Anyone have a trick for this?

(And yes, ideally the app would make one GraphQL call on a given page, but I have to deal with what I'm handed for now.)