-
It is known that GraphQL is not the fastest API when you have many objects, see: https://github.com/graphql-python/graphene/issues/268
If you have many objects, you want to use pagination with `Dja…
jedie updated
4 years ago
-
When generating a schema from a model that has as a field of type `IntegerChoices` https://docs.djangoproject.com/en/3.0/ref/models/fields/#choices), the choices are not displayed in the schema
* *…
licx updated
8 months ago
-
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…
-
Hello,
I was going through the graphql-python Authentication part and I got an error when I reached the "Configuring django-graphql-jwt" part.
```
Internal Server Error: /graphql/
Traceback (…
-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
I execute a query with …
-
Just wondering if it is possible to define custom resolver for the fields exposed by graphene-django-extras.
My project has two Apps (with separate databases) but with relationships across apps.
…
-
`DjangoFormMutation` by default filters both input and output fields based on `only_fields` and `exclude_fields`. Ideally it'd allow you to filter input and output separately. (I'm going to put up a …
-
https://github.com/eamigo86/graphene-django-extras/blob/1c95c887a2d8f4229ee2f82dd1b508f3cd80e4e4/graphene_django_extras/fields.py#L22
Hi, I have a use case where I have id field which is internal t…
-
### Problem
When I try to verify a token, graphene throws the unauthenticated user error, that is in the schema, but django-graphql-jwt doesn't show any error. I am missing something or there is a bu…
-
**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…