-
Help wanted, am following the graphql tutorial but i seem to be running in an issue with ,
here is my log.
The user module is folder created inside the hackergraph app. with a schema file named user…
-
Hi, I was trying out the query optimizer for my POC but even a simple query returned an error.
```
class ProductType(DjangoObjectType):
class Meta:
model = Product
fields = AL…
-
### Deployment Type
Self-hosted
### NetBox Version
v3.7.0
### Python Version
3.11
### Steps to Reproduce
1. Deploy Redis Sentinel instance
2. Deploy netbox with the following configuration for…
-
* **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…
-
We are trying to get `graphene-django-optimizer` to work with our setup. Most of our queries start from a `query { me { ... } }` root. As such the implementation of the `Query` is:
```py
class Que…
-
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…
-
I really like how you have constructed the serializer mutations. It would be nice to have "RelaySerializerMutation" like this in graphene-django. The permissions are a nice touch as well. Any reason w…
-
**Is your feature request related to a problem? Please describe.**
Our codebase is type checked using type hinting. There are stub packages for Django but `graphene-django` seems to be lacking it, th…
-
"message": "'super' object has no attribute '_set_choices'"
I'm getting the following error: django-filter in the version supported by graphene-django-extras doesn't seem to work normally _set_ch…
-
* **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…