djangoReact-template
djangoReact-template copied to clipboard
Adding Graphql branch
It would be nice to have different kind of branches serving basic things like authentication user-management etc in rest or graphql
Yes! This is the aim! Feel free to develop a new branch of whatever you feel like!
I am trying to add jwt authentication for graphql , is there any different way of configuring middlewares in this project because i cant seem to add one. Used the official documentation here. I have used this in a couple of projects works just fine .
Problem i am facing:
It is unable to introspect the schema after adding a middleware.
Graphql Works just fine otherwise
Nothing specific with project-wise. Try installing graphene. Maybe that helps
Nothing specific with project-wise. Try installing graphene. Maybe that helps
I have added and configured graphene and its working fine I will look into it
@shubhank-saxena make a new branch for graphene in the main repo
Yep. Now it makes sense😂
@ramyak-mehra I have added a graphql branch. You can now rebase your branch on that