Ghirro / graphql-network

Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.
321 stars 33 forks source link

Display response status code and status text in response tab #17

Open mickdekkers opened 5 years ago

mickdekkers commented 5 years ago

I noticed that the response status text wasn't displayed anywhere, so I made this PR to add it (and the status code) to the response tab 🙂

Built on fixes from #16