GraphQL Network
GraphQL Network provides a "network"..
基本信息
- 更新日期:
- 包名:
- igbmhmnkobkjalekgiehijefpkdemocm
- 版本:
- 1.4
- 大小:
- 550KiB
- 类型:
- 扩展
- 平台:
- Chrome
- 评分:
- 发布日期:
- 2018-08-20
- 价格:
- 免费
- 开发者:
- graphql-network-app
GraphQL Network插件截图
GraphQL Network插件简介
GraphQL Network provides a “network”-style tab for GraphQL requests to allow developers to debug more easily. The Chrome DevTools…
GraphQL Network provides a “network”-style tab for GraphQL requests to allow developers to debug more easily.
The Chrome DevTools Network tab is fantastic for debugging RESTful api calls but it falls down a bit when it comes to GraphQL requests. This is because they are usually heading to the same endpoint “/graphql” which makes finding the right request difficult. Additionally they only display a string of text to represent your request body which makes it difficult to debug.
GraphQL Network displays separate entries for each request you send, displaying the query name so that you can easily find the request you want to debug. Beyond that GraphQL Network displays a well-formatted version of your request, a computed version which parses fragments and an easy to navigate response tab.