jitsejan / flask-mongodb-graphene

Project to play with Graphene and MongoDB
4 stars 2 forks source link

Use FastAPI with GraphQL #7

Open jitsejan opened 2 years ago

jitsejan commented 2 years ago

Move from Flask to FastAPI to integrate with the GraphQL API

https://testdriven.io/blog/fastapi-graphql/

jitsejan commented 2 years ago

https://fastapi.tiangolo.com/advanced/graphql/

jitsejan commented 2 years ago

Need to dive deeper into this. Graphene and Mongo don't work with modern Python versions. Probably will deprecate this project and move to another approach. Perhaps check a Postgres approach instead? https://github.com/FirstCoder1/implementation-graphql-api-python