-
Heyo, I've installed the following packages
```
django = "==2.1.4"
graphene-django = "==2.2.0"
django-filter = "==2.0.0"
django-graphql-jwt = "==0.1.5"
```
using Python 3.6.0 as described in […
-
**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…
-
When running `strawberry export-schema core.schema:schema` in a django project, we get this error:
```
django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings a…
-
```
from strawberry_django_plus import gql
@gql.type
class EditUserResponse:
ok: bool
reason: Optional[str] = None
```
...
```return EditUserResponse(ok=True)```
Produces the er…
eloff updated
10 months ago
-
# Prerequisites
* [ ] Is it a bug?
* [ ] Is it a new feature?
* [X] Is it a a question?
* [ ] Can you reproduce the problem?
* [X] Are you running the latest version?
* [X] Did you check for s…
-
Request:
```
{
standConnection{
edges{
node{
planningAreas{
id
}
}
}
}
}
```
Models:
```
class PlanningArea(models.Model):
...
…
-
```
(env) avin@avin-pc:~/Documents/git/graphql-social-auth-template/graphql-social-auth-template$ python manage.py migrate
Traceback (most recent call last):
File "manage.py", line 15, in
e…
-
### Context
I am coming from graphene and have been migrating multiple projects to strawberry with the current being a fairly large api project. The current project relies heavily on `django_filter…
-
## Describe the Bug
When `handle_django_errors` is turned on (either globally or for an individual mutation) for `mutations.delete` and `mutations.update` then `filters` on those mutation…
-
## Repro
I'm not sure how to reliably repro except with my personal gmail account so may not be reproducible by others 🤷
1. Log in as carissaknipe@gmail.com (I realize others cannot do this, not su…