-
### Problem
We don't have any logging on the front end to output logs of the requests it is receiving and the responses that it is providing..
### User Story
As a developer I expect the Django fron…
-
Type: Performance Issue
fcfdfcf
VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
|Item|V…
-
Type: Performance Issue
fcfdfcf
VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
|Item|V…
-
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…
-
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…
-
## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [X] New behavior
## Description
I'm wondering if you'd cons…
-
Interesting idea from a comment on our original hacker news launch:
> A feature request (or perhaps an architectural direction) would be if you could accommodate the backend behind graphql instead …
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Hello, would it be possible to …
-
I'm working on a project which includes mypy and when hitting strawberry_django it says it cannot find the type hints.
The error from mypy is `error: Skipping analyzing "strawberry_django": module …
-
In an example like this,
```python3
import strawberry
@strawberry.type
class Query:
@strawberry.field
def test_field(self) -> str:
return "Hello"
@strawberry.field
…