urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
257 stars 11 forks source link

Remove devtools Schema introspection from view #243

Open andyrichardson opened 4 years ago

andyrichardson commented 4 years ago

About

We want devtools to give us all information about what is going on with the client, but the introspection query triggered by devtools is an annoyance.

Let's hide that specific query (while still showing any introspection queries not sourced from devtools).

Note

sofiapoh commented 4 years ago

@andyrichardson About the note, I have some error states on the Schema view if introspection fails so that should take care of this!

andyrichardson commented 4 years ago

That's perfect!!