strawberry-graphql / examples

Example on how to use Strawberry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What examples do you want to see?

patrick91 opened this issue · comments

Feel free to suggest examples we should provide, I'd start with some ideas:

  • Dataloaders
  • Subscriptions
  • Basic examples for ASGI, Flask and Django

currently doing a reddit clone with FastAPI and SQLAlchemy (#10 )

Pydantic usage with more complex models than in docs.

What about a simple Django authentication example?

Permission example ?