This is assignment of django in which use graphQL api's make simple mutation and query in this assignment.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py runserver
you can use link http://localhost:8000/graphql to access the playrround of this api's