Skip to content

Get equivalent GraphQL query from a search results page

Created by: sqs

As an engineer who wants to use search to identify a list of problem locations and fix them all, I want to be able to see the GraphQL query that will return equivalent results to what I am seeing on the page. This would help me transfer the query into a script that I can run on the command line to dump all result locations.

Requested by @P3GLEG