-
I cannot format with pre-commit as I get the error:
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰…
-
In continuation to Angular 2 discussion in #1591, I would like to try and set some baseline agreement and proposal for the future of MEAN.JS:
## Action Items
Please steer the discussion towards t…
-
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
-
## 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…
-
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
7 months ago
-
Hello,
Would it be possible to have an example on how to tests the queries and mutations using this library ? At the moment, I haven't managed to test properly those because the `@login_required` i…
-
Type: Performance Issue
Click on `Restart to Update` and after update vscode will constantly crash, the same crash happens even when reinstall the latest vscode Version of June 2024 (version 1.91.0…
-
## General
- [x] Getting started (https://strawberry.rocks/docs/)
- [x] Schema Basic (https://strawberry.rocks/docs/schema-basics)
- [x] Query Basics @jaydenwindle (https://strawberry.rocks/docs/…
-
## 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…
-
Remove implicit creation of event loop from `asyncio.get_event_loop` as deprecated from Python 3.12.
### Linked PRs
* gh-126354