Follow
Series

Graphene-GraphQL

In this series, we are going to build GraphQL APIs in Django with the help of Graphene

Articles in this series

Integrating GraphQL API into a Django project #02

Sep 19, 20215 min read

In the second part of the series, we are going to install and configure the Graphene-Django package to our Django application. Yet currently we don't...

Integrating GraphQL API into a Django project #02
What is GraphQL and how to use GraphQL in Django? #01