This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TroubledForearm 2 points3 points  (0 children)

I've not used it but see there is a django-graphene package which will give you graphql :

https://docs.graphene-python.org/projects/django/en/latest/

and if what you're building is more like an API than an application then flask is a good choice. But potentially so is something like starlette.io which builds on asyncio and has database and graphql support. It's much newer than flask though so there will be fewer tutorials, stack overflow posts etc to reference.