Mine was: open Network tab see 12 identical rows named "graphql" click each one expand the JSON find the operation name.
Every day. It's the whole reason GraphPeek exists.
Curious what everyone else's is worst DX pain when debugging GraphQL? Genuinely asking, because the best feature ideas so far have come from complaints, not requests.
Does it keep the captured operations local in the browser, or do they get sent to a backend for any kind of analysis?
@hamdisdan2s3o All captured operations stay local to your browser. They're kept only in memory while the extension is running and are never sent to a backend or external service for analysis.