Strawberry and alittlebit Apollo

Track:
Web Development, Web APIs, Front-End Integration
Type:
Tutorial
Level:
intermediate
Room:
Club E
Start:
13:45 on 15 July 2025
End:
17:00 on 15 July 2025
Duration:
180 minutes
View in the schedule

Abstract

Using Strawberry with Django, you can build an efficient, async GraphQL backend. Strawberry’s use of Python’s async capabilities enables high performance, while its integration with Django provides a robust foundation.

Key features include:

DataLoaders: Batch and cache database queries to reduce load and improve performance Object Types: Define your data’s structure clearly and flexibly Queries: Retrieve data efficiently with customizable GraphQL query structures Mutations: Implement data modification operations cleanly and predictably