urql-devtools icon indicating copy to clipboard operation
urql-devtools copied to clipboard

Remove devtools Schema introspection from view

Open andyrichardson opened this issue 5 years ago • 2 comments

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

  • If the introspection query fails for some reason, the user won't be able to know this or see why - it would be cool if we could find a way to present this to the user.

andyrichardson avatar May 21 '20 14:05 andyrichardson

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

sofiapoh avatar May 21 '20 16:05 sofiapoh

That's perfect!!

andyrichardson avatar May 21 '20 17:05 andyrichardson