strawberry-graphql/strawberry-django

State of django integration for Strawberry

Open

#208 opened on Nov 7, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (152 forks)auto 404
documentationenhancementhelp wanted

Repository metrics

Stars
 (496 stars)
PR merge metrics
 (PR metrics pending)

Description

As a novice in graphql it seems quite confusing about the state of graphql and its python and django integration - you really feel more in a npm environment that in a pip environment :) I came across strawberry because I was told that the most starred graphql library for django is dead and stumble across strawberry which neatly integrates some cool new and useful Python features like it type hinting.

My proposal would be to state the following motivations in the README.md to better understand the state of strawberry-django which is essential if you consider using it for a project

Also some crucial use cases like authentication are stated as done on the README.md but is not documented and is also asked on SO - some patterns for permissions would also be nice :)

I also look forward to contribute to this repo as I decided to use it in a project :)

Contributor guide