-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
When executing a mutati…
-
Currently:
https://github.com/strawberry-graphql/strawberry-graphql-django/blob/8f82b84141c182980b5001b4f0f562c787fe2dda/strawberry_django/relay.py#L395
Only the actual `get`/`first` methods are b…
-
Currently the email tokens (e.g. for password reset) are created using `django.signing` and always with the same salt (`django.core.signing`). It would be wise to use specific salt for `django-graphql…
-
# Prerequisites
First of all, thanks for the great work on this library. I wanted to mention a few issues I had while installing your library related to dependency versions. I'm submitting only one…
advl updated
4 months ago
-
I will like to override the logic inside basic create mutation, much like in django restframework modelviewsets or serializers. What is the best way of doing this?
## Upvote & Fund
- We're usin…
-
## Describe the Bug
Current: `FileField` with `blank=True` gets resolved as required by `auto`!
Expected: `FileField` with `blank=True` gets resolved as optional by `auto`.
As a temporary worka…
-
# Description
The Django GraphQL JWT package supports storing JWT tokens in cookies and this effects among other things the `refreshToken` mutation by no longer requiring it as an argument (since t…
-
Similar to what we do for filters, we could allow people to add a static qs to fields:
```
@strawberry.type
class Query:
posts: list[PostType] = strawberry_django.field(Post, queryset=Post.o…
-
Hi,
It seems that Django GenericRelation isn't handled correctly. Using `@straberry_django.type` decorator with one of my models results in a `KeyError: ` and it's missing in the `field_type_map` i…
-
Is there a simple way to move fields that are in base Query Into subfields to namespace/organize them ?
(I keep running into issues. 😓)
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/s…