Has anybody else noticed that Postman’s “Find and replace” does not return matches that are in GraphQL variables? I.e. in the request body, “Find and replace” matches strings in the “Query” box but not in the GraphQL variables box. This makes it challenging to maintain/rename environment variables especially if you’ve used them in numerous GraphQL requests.
I’m currently using Postman for Mac v10.19.6, arm64, OS X 23.0.0.
For my particular case I was using Send GraphQL queries using the HTTP request interface | Postman Learning Center - this is v1 that uses the same interface as the REST API calls. That’s because I am creating sequential requests involving 3 different servers, some using REST while some using GraphQL. I’ll update the issue.