warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
485 stars 47 forks source link

Feat/invert option for filtering #42

Closed csnktms closed 2 years ago

warrenday commented 2 years ago

Hey @csnktms thanks for raising the PR. This feature looks really useful.

Could we leave revert enabled at all times, as this aligns with the chrome devtools functionality? You may also want to start with a reverted search before typing.

Could we add some tests to check:

  1. Clicking invert does invert the filter
csnktms commented 2 years ago

hey @warrenday sorry, I was busy as well, sure let me finish it up during the weekend.

edit: @warrenday added it quickly.