Creation of microservices with GraphQL and FastAPI

Authors

Speaker Image

Description

FastAPI is a modern web framework mostly used to build RESTful APIs. The GraphQL + FastAPI combination emerges as a fundamental approach to build agile and scalable microservices. In this talk we will focus on the relationship of flexibility offered by GraphQL to perform queries and the high performance capabilities provided by FastAPI. Participants will get technical examples of how to achieve an integration that leverages the asynchronous and typing of FastAPI with the expressive queries of GraphQL.