Example creating GraphQL API using Django
Tutes at : https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/
Image link : https://drive.google.com/open?id=1jjp42uAgm01eN9NtyySakuVtrqadv6NW
$ curl \
-X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{ allIngredients { name } }" }' \
http://127.0.0.1:8000/graphql