Reviewing the response panel
Prerequisites#
In order to follow along with this Action, make sure you refer to the following Actions first:
- Configuring GraphQL end points
- Using a sample
- Sending your first request with GraphQL
Directions#
- The
Performanceindicator shows theresponse-code,response-time,response-size, you can measure the Performance of your query from this information. - The
Bodytab in the Response Panel displays the results returned by the server in response to your request. In our case, it will return the Body payload that we sent through thePOSTAPI. - The
Headerstab beside it shows the details about the response, likecontent-type,cache-control,server name,date/timeof the response, etc. - Additionally, you can check for the cookies in the
Cookiestab. - Another important tab is the
Timelinetab that describes the timely information of the whole request lifecycle, from request originator to response completion. It is very useful to debug the request at a certain stage of the execution like SSL handshake, PROXY connected, etc.