Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 696 Bytes

GraphQL-Inspect

© Matthias Kind 2022

Network request parser from https://github.com/Ghirro/graphql-network

Usage

List of queries List of queries

Query details Query Details

This browser plugin captures GraphQL requests made by the inspected tab and displays the query data and response.

Develop

To build UI

npm run dev

run fakeReq() in console to populate table with fake reqs captured (see fakes.ts)

To test in browser

npm run build:firefox

npm run start:firefox, open devtools, open GraphQL-Inspect tab and go to page that uses GraphQL

or sideload the dist/firefox folder in Edge or Chrome