-
### NetBox version
v4.0.1
### Feature type
Change to existing functionality
### Proposed functionality
**Problem**
NetBox 4.0 Plugin migration guide suggests using [autotype_decorator]…
-
## Describe the Bug
Nested pagination through m2m fields is broken with the optimizer enabled. This appears to be because using `.prefetch_related()` with a `QuerySet` annotated with a `Window` funct…
-
I'm trying to keep my tests the same but wrap them in pytest which would let me use some nice to haves provided by pytest. When I run via pytest, I get the following
```
Platform/tests/graphql/m…
-
## Summary
If a nested field is updated via the parent field, a validation on the nested field should be performed, if some validators are provided on the django field.
## Feature Reques…
-
Sometimes the user exists in `info.context.request.user`, but sometimes that fails, but using `django.contrib.auth.get_user(info)` returns a user. Sometimes neither work, despite having a valid JWT we…
-
As Graphql is used as an API it is crucial to access it from different origins, such as an JS frontend from the browser which runs on a different port (or even IP).
When doing a request to anothe…
-
## Describe the Bug
Annotations and optimizations don't work on fields created with `strawberry_django.auth.current_user()`
With the following code:
```
@strawberry.type
class…
-
**What is the current behavior?**
This is with `graphene-django==3.2.0` and `Django==4.2.10` and it concerns the `graphql_query` function from `graphene_django.utils.testing`. Django 4.2.+ prefixes t…
-
### NetBox version
v4.0.2
### Feature type
Data model extension
### Proposed functionality
Pagination in GraphQL.
With the newly Strawberry.rocks GraphQL engine, it is possible to implement Pagi…
-
## Describe the Bug
Hello. I just found out that ordering by multiple fields does not work properly when the order is in the variables, rather than in the query itself. Here's a simple example that…
j30ng updated
2 months ago