examples
examples copied to clipboard
Example on how to use Strawberry
updates: - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...7.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0) - [github.com/psf/black: 22.10.0 → 24.4.2](https://github.com/psf/black/compare/22.10.0...24.4.2)
This PR adds a reddit clone API (which uses GraphQL). The example can be run using docker compose. ### Tech stack used: - [Strawberry GraphQL](https://github.com/strawberry-graphql/strawberry) - [Starlette](https://github.com/encode/starlette) web framework -...
## Describe the Bug Not sure if it's related to a misconfiguration or a valid bug. but when I try to access the GraphiQL running the [Django Subscription example ](https://github.com/strawberry-graphql/examples/tree/main/django-subscriptions)...
Feel free to suggest examples we should provide, I'd start with some ideas: - [ ] Dataloaders - [ ] Subscriptions - [ ] Basic examples for ASGI, Flask and...
Hello, i have seen that in many files in the reddit clone example typing.union is used instead of strawberry.union
Building a generic cursor based pagination api into strawberry is going to be tricky. So for the time being we should add some examples on how to implement it in...
Create a subscriptions example with: * Subscribing to a websocket * A simple in memory queue system
Expand FastAPI + SQLAlchemy example to include: * [x] Authentication using passlib and the Starlette SessionMiddleware * [ ] Add mutations to build a users watchlist
## Describe the Bug trying to run the `fastapi` example results in an error due to a missing dependency: ```shell assert jinja2 is not None, "jinja2 must be installed to...
`poetry install` command does not install all dependencies ## Describe the Bug When install is run it completes but `poetry show` command indicates that not all deps have been installed....