strawberry-graphql
Installation
SKILL.md
Strawberry GraphQL Patterns
Type-safe GraphQL in Python with code-first schema definition.
Overview
- Complex data relationships (nested queries, multiple entities)
- Client-driven data fetching (mobile apps, SPAs)
- Real-time features (subscriptions for live updates)
- Federated microservice architecture
When NOT to Use
- Simple CRUD APIs (REST is simpler)
- Internal microservice communication (use gRPC)