postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 836 forks source link

Add support for Find and Replace in GraphQL Query #10390

Open wbuijsman opened 2 years ago

wbuijsman commented 2 years ago

Is there an existing request for this feature?

Is your feature request related to a problem?

I am trying to update a bunch of GraphQL requests in a large collection, but the find and replace functionality does not seem to be able to find anything inside of the Query textbox of a GraphQL request.

Describe the solution you'd like

I would like the Find and Replace tool to also be able to find and replace within the Query block of GraphQL requests

Describe alternatives you've considered

Manually updating >100 requests without being able to find the one that need changes in a search?

Additional context

No response

jonathan-guerrero-milli commented 2 years ago

For anyone who just needs to search - I was able to work around this by exporting the collection just to search the json it outputs. (Spent quite a while just clicking through requests since the search wasn't working for GraphQL bodies).