-
Since Django 3.0 supports ASGI out of the box, this library doesn't necessarily need to rely on Django Channels as a dependency for newer Django projects. Instead, we could create a custom ASGI applic…
-
```bash
(venv) PS E:\asap\auth> python manage.py migrate
Traceback (most recent call last):
File "manage.py", line 22, in
main()
File "manage.py", line 18, in main
execute_from_comm…
-
* **What is the current behavior?**
In v3, both intentionally raised exceptions and unexpected exceptions are swallowed entirely without any indication in the console. They only return any informatio…
-
* **What is the current behavior?**
When an exception is raised within a mutate() function, the response to the mutation query is an empty JSON, and the raised exception is swallowed within GraphQLVi…
-
Hey. I was attempting to add a global filter on some DjangoObjectTypes [(from docs)](https://docs.graphene-python.org/projects/django/en/latest/authorization/#global-filtering), but the "get_queryset"…
-
Hi there, i'm not 100% sure if this is a bug or not (I'm newbee here) but i got a problem while querying a Node that uses the field type models.DurationField ( it really returns datetime.timedelta).
…
-
I am trying to use social auth in Django in my Django GraphQL API (an alternative to rest api). However, after I created the social auth I created a costume user which make things a bit complicated. A…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Can we allow custom graphiql templates?…
-
I just tried your instructions in order to deploy a Django GraphQL API to AWS Lambda, which I used to deploy with Zappa. However, with serverless and your steps it returns `{"message": "Internal serve…
-
Hi, thank you for the project!
A single, curated change file is ideal for conveying the value of changes across releases.
Note: This is a bikeshed / matter of taste from a downstream user persp…
tony updated
10 months ago