-
The error message in #206 is related to the packages not being up to date. I think updating `django-graphql-jwt 0.3.4` would fix the error but `django-graphql-auth==0.3.16` needs `django-graphql-jwt 0…
-
### Discussed in https://github.com/celery/celery/discussions/9214
Originally posted by **har07** August 28, 2024
After celery container has run for 1-3 days, celery ping command start to retu…
har07 updated
2 months ago
-
Hi
Not sure if I should log this with yourselves or strawberry: https://github.com/strawberry-graphql/strawberry.
I encountered the following problem: using storybook locally on port 6006 I was …
-
**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 trying to access htt…
-
* Django Filepond version: Latest(Sept 28, 2019)
* Django version: 2.2.1
* Python version: 2.6
* Operating System: Linux
The documentation doesn't exist, can you please tell me how to use it w…
-
Add support for debugging SQL queries in GraphiQL under ASGI / Channels server (GraphQLHTTPConsumer)
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimiz…
-
Would it be possible to refactor this:
https://github.com/datadvance/DjangoChannelsGraphqlWs/blob/09a2ffdde45a1553abd09b5b3e595402b6e6c9b1/channels_graphql_ws/graphql_ws_consumer.py#L537-L542
in…
-
Refs:
- https://github.com/graphql-python/graphene/issues/772
- https://github.com/saleor/saleor/blob/fa288358ab8dfecb0f862c12edbc512ad0f3f000/saleor/graphql/views.py#L296-L302
#325 could help wi…
-
Is it possible to integrate graphql-utilities with graphene-django?
The last version of graphene-django is 2.9.1 which depends on graphql-core
-
Is there a possibility to do a pagination with union types?
My implementation currently looks like this (without Unions):
```python
@strawberry_django.type(
model=models.User, filters=UserFi…