-
# The problem
The original title of this issue was **"Annotate of _count in query optimizer not working as described in docs (attribute error)"** and I've left the issue and my own response to it he…
-
Hi,
Return an union of Django models isn't supported at the moment (`strawberry-graphql==0.74.1` and `strawberry-graphql-django==0.2.5`).
This example will fail:
```python
Contributor = stra…
-
## Describe the Bug
Let's imagine we have two Django models: `Cage` and `Animal` where the second one has a `FK` to the first one. Then we have the following strawberry definition:
```pyth…
-
## Bug Description
Observation in my app:
I have a contacts page where contacts can have tags and the same tag is shown shown multiple times.
I checked the dev api and saw that it only happens when …
-
## Feature Request Type
- [x] Core functionality
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
I am trying to transit from graphene to strawbe…
vt-rc updated
2 weeks ago
-
This page does not exist:
https://strawberry-graphql.github.io/strawberry-graphql-django/guides/debug-toolbar/
However, it's being referenced from Django Strawbery + page.
## Upvot…
-
When nesting a mutation, and having the lib handle django errors (handle_django_errors=True), the Payload type created is named using only the direct field name. If another different mutation has the …
-
### Proposed Changes
Strawberry PR https://github.com/strawberry-graphql/strawberry-django/pull/478 overhauled the filtering code and it causes major breakages with our autotype decorator, specifical…
-
## Describe the Bug
I believe I have found multiple issues with window pagination implementation.
- `AttributeError` is always thrown in `ListConnectionWithTotalCount.resolve_connection_fr…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.1.3
### Python Version
3.10
### Steps to Reproduce
Using a GraphQL filter with AND, OR, NOT for a field that has custom implementation in t…