Contribute Media
A thank you to everyone who makes this possible: Read More

GraphQL-first Django - Marcin Gębala

Description

DjangoCon Europe 2020 (Virtual) September 19, 2020 - 11h15 (GMT+1)

"GraphQL-first Django" by Marcin Gębala

GraphQL is a more flexible alternative to REST for building web APIs, and thus is becoming a strong foundation for any modern web stack. This is especially true where static HTML templates are not cutting it or a sophisticated single-page interface is needed, which is often the case on the web nowadays. Even though Django was designed as a model-view-template framework, it can work perfectly well as a GraphQL server to power JavaScript apps. This talk will elaborate on the anatomy of a GraphQL-first Django application, in which GraphQL queries and mutations are the primary interfaces exposed by the backend, while the frontend remains fully dynamic.

Details

Improve this page