-
https://github.com/graphql-python/graphql-core/issues/201
Hi, our team is experiencing issues with graphql-core 2.1 - all queries are erroring if they have a blank value in any enums in the data re…
-
Hello,
Django-filters version has been pinned to 1.1 due to its incompatibility with django 2 (I assume). As the version 2 has been released, do you know what would be needed to have it updated suc…
-
Now that `graphene-subscriptions` has been out in the wild for a little while, I've noticed a number of common stumbling blocks and areas for improvement. Many thanks to everyone who has raised these …
-
Hi there,
first of all, thanks for the project, and I'd like to point out that prefetching works for `ForeignKey` and `ManyToMany` relations. Somehow only `GenericForeignKey` is not recognized as o…
-
I'm using this alongside django-debug-toolbar 2.2.1 and I can't seem to get any SQL queries to show up. I've followed all the install instructions, and have tried using 3.2.1 instead, nothing seems to…
-
I'm using Django 2.2.x, graphene-django 2.3.0
I use a Postgres DateTimeRangeField, but GraphQL reports error ""User Error: expected iterable, but did not find one for field XXX"
I digged in, and…
-
Hello, I'm having problems with the dataloaders in a project where I use strawberry for the subscriptions and Graphene for the mutations and queries. The problem is that I'm trying to use the 'then' i…
-
Hello! I am using Django 3.1.4 alongside the most recent version of this library and trying to obtain a token but I keep getting:
```
{
"errors": [
{
"message": "Please enter valid …
-
**Is your feature request related to a problem? Please describe.**
We have a CI job that checks that our schema file has been updated, by comparing the output of `graphql_schema` with the committed…
jams2 updated
6 months ago
-
Subscription support was added to graphene in graphql-python/graphene#35. It would be awesome to have it built in to graphene-django so that we can build real-time apps with it!