GraphQL checking the browser network

In this post we are going to look the http request in the browser network that is made by GraphQL.

If you want to read the last post please click here GraphQL Playground variables

Let’s open the network tap and click in network tap:

Now we can see how the variables node have the id parameter with the value, here we can explore the query structure and the values that we are sending.

By Cristina Rojas.