Is there a way to filter the network requests in FireFox or Chrome's developer tools, by content?
My issue is that there are many requests to a /graphql endpoint, that all have the same URL and type. I'd love to be able to filter for the specific request type (specified in the JSON payload), in order to easily how many requests of a given type are happening and when.
Is this possible?