Graphene-django: Custom Graphql Template

Created on 28 Mar 2019  路  4Comments  路  Source: graphql-python/graphene-django

I want to get this type of custom screen which is following below:
image
but I have this
image
Due to this I'm getting an authentication issue. Can you resolve it. Respected Thankx in advance for all of my Professional Programmers!

鉁╡nhancement

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eyalch picture eyalch  路  3Comments

StefanoSega picture StefanoSega  路  4Comments

MythicManiac picture MythicManiac  路  3Comments

Dawidpol picture Dawidpol  路  4Comments

BrianChapman picture BrianChapman  路  3Comments