Sending GraphQL requests from scripts

Is it possible to send a GraphQL request (with HTTP call) in the script of a request that I will send with HTTP/HTTPs protocol?

For example, a GraphQL HTTP call will be made in the pre-request, then the main HTTP request will be sent.

1 Like

Hey @security-explorer-92 :wave:

You should be able to make that call as an async request with the pm.sendRequest() function.

Do you have more details about the request so we can help formulate what that would look like?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.