-
Python version: 3.8
Django version: 3.1.14
I am a maintainer of [Nautobot](https://github.com/nautobot/nautobot) and we [recently implemented the optimizer](https://github.com/nautobot/nautobot/pu…
-
Hi
im trying to implement graph_wrap into an existing project that runs with Django 4.0.1
keep getting the following error
ImportError: cannot import name 'force_text' from 'django.utils.encoding
-
a got this error while configuring my urls: {"errors":[{"message":"There is no current event loop in thread 'Thread-1 (process_request_thread)'.","locations":[{"line":2,"column":7}],"path":["model"]}]…
-
Hi,
we're successfully using the optimizer for queries and it works perfectly.
But now I've noticed that mutation result is not optimized, which generates tons of sql queries.
I've tried tricki…
wodCZ updated
4 years ago
-
# Pyre Bug
**Bug description**
A previously working configuration of pyre has started mysteriously failing with the following error:
```
ƛ Pyre encountered an internal exception.
ƛ Raised at …
-
Our `Mutation` is a homebrew solution to fix some issues with the graphene-django `ClientIDMutation`.
Now I don't know all the background of this, but https://github.com/projectcaluma/caluma/pull/985…
-
When I was using Subscriptions, I received the following error.
```
"errors": [
"'NoneType' object has no attribute 'is_authenticated'"
]
```
I am using version 1.3.1 version of graphene-d…
-
Hi
Are you planing to update Django Channels to the v3? If so then when will it that be?
**Error:**
`graphene-subscriptions 1.0.2 requires channels=2.3, but you'll have channels 3.0…
-
### NetBox version
v3.2.6
### Feature type
Add a function
### Proposed functionality
NetBox core graphql package does not support walking assigned_object_type/assigned_object_id approach to relat…
-
I'm using Django in a project which doesn't use a database, however I can't use graphene-django's `GraphQLTestCase`, as it inherits from Django's `TestCase` (I'm using `SimpleTestCase` elsewhere).
…