Strawberry and alittlebit Apollo

Track:
Web Development, Web APIs, Front-End Integration
Type:
Tutorial
Level:
intermediate
Duration:
180 minutes

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