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

Add application/x-www-form-urlencoded support #6

Closed madzhup closed 7 years ago

madzhup commented 7 years ago

In some cases query can be send as application/x-www-form-urlencoded. This PR resolve this case.