I want to get this type of custom screen which is following below:

but I have this

Due to this I'm getting an authentication issue. Can you resolve it. Respected Thankx in advance for all of my Professional Programmers!
Unfortunately, the GraphiQL web interface that we use (that looks like a white interface) does not accept custom HTTP headers or more advanced settings.So, to getting a advanced GraphiQL web interface we have to install Insomnia desktop app. You can download and install it from here.
So, If you have fresh beginner just like me. Then, here is a YouTube tutorial for better understanding that "Why we use INSOMNIA DESKTOP APP
As pointed out by @x9sheikh the GraphiQL is a really bare bones graphql interface.
I think the best way forward is to replace the GraphiQL web interface with graphql-playground which does support more configuration options.
@phalt Are we OK to close this? I think we should - there's easy to install alternatives and it's critical to the project. Maybe we can make a mental note to comb this in the future when we're ready to take on nice-to-have's?
@dopeboy yep.
Most helpful comment
As pointed out by @x9sheikh the GraphiQL is a really bare bones graphql interface.
I think the best way forward is to replace the GraphiQL web interface with graphql-playground which does support more configuration options.