-
I'm looking for advice as I haven't succeeded in creating a small test case to demonstrate what I'm seeing.
We have a large Django 1.9/Python 2.7 application that we recently added graphene to. Gra…
-
While I've got graphql_jwt in Graphene['Middleware'] I can't get any response from the GraphiQL interface or load the Schema.
However, if I provide the JWT it does work.
I am running a custom `J…
-
Hi! I encountered an issue with the `m2m_changed` built in signal. The signal is triggered only when removing objects from the m2m relation, but not when adding. Imagine I have a Book and Label models…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [x] New behavior
## Description
### Current:
The maximum of return…
-
Use Django Rest Framework or GraphQL to interact with the React app
-
Has anyone managed to get the graphql playground working with Django debug toolbar?
-
with Django 4.2 it create some issues
/venv/lib/python3.10/site-packages/graphql_jwt/mixins.py
/venv/lib/python3.10/site-packages/graphql_jwt/__init__.py
venv/lib/python3.10/site-packages/graphql…
mn-48 updated
8 months ago
-
## Summary
We'll need to design a simple website that shows the general mission of the group, as well as the next upcoming meetups.
### Tasks
- Use some base scaffolding to build a neatly designed we…
-
Using the following simple schema and the default `User` model.
```python
import graphene
from graphene_django import DjangoObjectType
from graphene_django_extras import DjangoObjectType as Dj…
-
Hi, just tried to installed your library, but then I get this error :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is t…