Using Graphene to setup GraphQL queries with Django

I wrote a small piece to introduce you to GraphQL with Python, Django3 and Graphene. We'll learn to create a simple Django project to demonstrate the steps to build an API server based on GraphQL (instead of REST). This is Part-1 of the tutorial series.
https://blog.bitsacm.in/using-graphql-with-diango/

Leave a Comment