In this talk, we're doing a live-coding session where we're building a simple GraphQL API with Python, Ariadne, and Starlette. The goal is to explain the very basics of GraphQL and to show how easy it is to build such APIs in Ariadne.
and a runtime for fulfilling those queries with your existing data. » Fetching only data that is needed » Combining resources in a single request » Strong typing » Backend agnostic @maarcingebala
Works great with single-page apps! » Apollo Client + React + Typescript » Code generation » Federations » Combining multiple services under one gateway @maarcingebala