dielduarte / graphql-devtools

WIP a frameworkless Graphql dev tool focused in a good DX and simplicity - written in TS and state machines just for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preserve log option

dielduarte opened this issue · comments

currently, all the network requests are being preserved. The idea is by default clean the list after a window refresh unless the preserve log option is checked.

Same behavior with today's chrome network tab. I'll come up with a design idea soon.