djangoReact-template icon indicating copy to clipboard operation
djangoReact-template copied to clipboard

Adding Graphql branch

Open ramyak-mehra opened this issue 4 years ago • 7 comments

It would be nice to have different kind of branches serving basic things like authentication user-management etc in rest or graphql

ramyak-mehra avatar Sep 10 '20 18:09 ramyak-mehra

Yes! This is the aim! Feel free to develop a new branch of whatever you feel like!

shubhank-saxena avatar Sep 10 '20 18:09 shubhank-saxena

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. image Graphql Works just fine otherwise

ramyak-mehra avatar Sep 11 '20 10:09 ramyak-mehra

Nothing specific with project-wise. Try installing graphene. Maybe that helps

shubhank-saxena avatar Sep 11 '20 10:09 shubhank-saxena

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

ramyak-mehra avatar Sep 11 '20 10:09 ramyak-mehra

@shubhank-saxena make a new branch for graphene in the main repo

ramyak-mehra avatar Sep 16 '20 14:09 ramyak-mehra

Yep. Now it makes sense😂

shubhank-saxena avatar Sep 16 '20 14:09 shubhank-saxena

@ramyak-mehra I have added a graphql branch. You can now rebase your branch on that

shubhank-saxena avatar Sep 16 '20 14:09 shubhank-saxena