Show Menu
Cheatography

Django GraphQL Cheat Sheet (DRAFT) by

Setup a GraphQL API with Python, Django and Graphne.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Intro

Setup a GraphQL API using Django and Graphen.

Setup

python3 -m pip venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install graphene-django