-
quirement already satisfied: sqlparse>=0.2.2 in ./.venv/lib/python3.8/site-packages (from Django>=2.1.0->django-graphql-auth) (0.4.2)
Requirement already satisfied: rx=1.6 in ./.venv/lib/python3.8/si…
-
Hello, if you reading this you probably interested in using `django-graphql-auth` with the latest version of Django, graphene, graphene Django and `django-graphql-jwt`
If so, I might be able to pro…
-
Strawberry provides a guide on testing: https://strawberry.rocks/docs/operations/testing
That guide doesn't work in a django context, for example tests need to use `django.test.TestCase` for model a…
-
We should a default to the standard pagination 😊
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/strawberry-graphql) so you can upvote and help fund this issue.
- We receive the funding …
-
# Prerequisites
* [x] Is it a bug?
* [x] Is it a new feature?
* [ ] Is it a a question?
* [x] Can you reproduce the problem?
* [x] Are you running the latest version?
* [x] Did you check for s…
-
## Describe the Bug
Consider a schema like the following.
```python
@strawberry.django.type(models.Product)
class ProductType(relay.Node):
id: auto
name: auto
price: auto
tax…
-
* **What is the current behavior?**
Trying to return a value of a field such as `models.CharField(choices=some_choices, blank=True, max_length=64)` with a blank value from Graphene causes a `graphq…
-
# Prerequisites
*Feel free to just say what you want and remove this template.*
* [x] Is it a bug?
* [ ] Is it a new feature?
* [x] Is it a question?
* [ ] Can you reproduce the problem?
* [x]…
-
I am making a query with the following structure:
```
@strawberry.type
class ObjectQuery:
object: ObjectNode = strawberry.django.field()
```
However, the input for this requires a type of `…
-
I've read up on the following
https://github.com/PedroBern/django-graphql-auth/issues/54
https://github.com/PedroBern/django-graphql-auth/issues/9
but i am still getting `Unknown field(s) (use…