-
## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
When a filter includes anothe…
-
When calling a mutation with an input argument that accepts an enum value, instead of saving the enum value to the field, the object attempts to save the enum itself, thus throwing a Django Validati…
cngai updated
8 months ago
-
Different data types should have pre-set filters parameters by default instead of having all the different types of filter applied for each type.
Currently if you apply filters in the graphiql it h…
ccsv updated
8 months ago
-
A mutation was written in django with a payload that returns multiple values, defined as:
```
@strawberry.input()
class RecordingInput:
record_id: strawberry.ID = strawberry.field()
@st…
-
## Describe the Bug
When i try to mutate this schema ( that doesn't have a `datetime` object )
```gql
mutation MyMutation {
add_anime(
data: {name:"Hello"}
) {
... o…
-
## Feature Request Type
- [x] Alteration (enhancement/optimization) of existing feature(s)
## Description
Filters currently require the Django relationship to be present in the name of the fi…
-
I have a simple `User` type, having a bi-directional relation to a `Practice` type;
```
import strawberry
from datetime import datetime
from typing import ForwardRef, Optional, List, TYPE_CHECKI…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.0.1
### Python Version
3.11
### Steps to Reproduce
Upgrade from v3.7.7
Error when upgrading via upgrade.sh
### Expected Behavior
Versi…
-
In #1187 @jkimbo and I were discussing how to document breaking changes. We could see if we can implement something like this: https://react-native-community.github.io/upgrade-helper/ and maybe a page…
-
On GH Windows runners there are [known limitations ](https://github.com/actions/runner-images/issues/8755) with the performance of the C: drive; for tasks that write large amounts of data (Gradle cach…