-
## Describe the Bug
Given the [models](https://github.com/strawberry-graphql/strawberry-graphql-django/blob/main/examples/django/app/models.py) and other definitions from the example app, i…
Zlira updated
7 months ago
-
Hey Strawberrians,
it'd be great to have some kind of toolbar to inspect and benchmark queries and mutations like with the
[Django debug toolbar](https://github.com/jazzband/django-debug-toolbar)…
-
## Describe the Bug
When trying to run the first subscription example from the [Documentation](https://strawberry.rocks/docs/general/subscriptions) the following error occurs as soon as the subscri…
-
I'm having issues installing this package with `pipenv`. It seems like the installing succeeds but `pipenv` gets stuck at the "Locking" phase seemingly forever. Wondering if anyone has experienced som…
-
I get a traceback from `mypy_plugin.py` after upgrading mypy from 0.991 to 1.0.0:
```
> mypy app --show-traceback
C:\workspace\python\flaskpatient\.venv\Lib\site-packages\strawberry\federation\sc…
-
We have released updated to SQLalchemy 2 and we are rewriting our schema to use the Mapped feature instead of Column. We are doing this so we can get better typing checks. https://docs.sqlalchemy.…
-
Hi,
django field name is used to determine the field name for the corresponding strawberry type.
This is obviously fine, but in the case of reversed relations, the `related_name` would be more a…
g-as updated
7 months ago
-
when we have custom get_queryset classmethod we should receive 2 parameters queryset and info but instead we receive
Field, queryset and info
Bug can described with an exmple from
https://gith…
-
I think we discussed a few times to remove dataclasses and implement our own solution, this is mostly because:
1. Extending an existing type that has default doesn't work -> https://stackoverflow.c…
-
## Description
I am attempting to add a Custom Extension to catch queries that are too large. I then want the extension to raise StrawberryGraphQLError and return a properly formatted error message. …