Creating a GraphQL API using Python, Graphene and Django

shazni nazeer
Python in Plain English
9 min readMar 2, 2021

--

Photo by Chris Ried on Unsplash

In this post, we’ll dive into GraphQL with a popular python GraphQL library named Graphene.

To start off, you need to have Python installed in your environment. Most Linux OS’s should have python installed already. Otherwise, use the OS package manager to install. For Windows or Mac OS, there are packages that can be downloaded from https://www.python.org.

--

--