-
`description` and `deprecation_reason` parameters of enums values are not used when enums are created from TextChoicesField. Only the global enum description is used.
example:
```python
@strawber…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or…
-
I don't think discord is bad it is just proprietary.
proprietary services tend to change the owner, their policies and make it very hard to switch the service without losing content.
And you have …
-
While working on #2681 I noticed that the way we pass the request and response param is a bit brittle, if someone updates the context to remove either then things will break (especially when removing …
-
Suppose we have a type like this:
```
@strawberry.type
class Foo:
some_date: datetime.date
```
We also have a directive called `format_date` that formats a date into a human friendly dat…
-
At the moment we don't send the query and the variables to Datadog when using the built-in extensions.
I'm opening this issue to discuss how we should implement this.
Sending the query is fine, …
-
In python 3.10 you can use `slots=True` when applying the dataclasses decorator
see https://docs.python.org/3.10/whatsnew/3.10.html#slots
```python
from dataclasses import dataclass
@datac…
-
Hi!
I'm starting to set up Strawberry with Sanic, and followed the documentation on https://strawberry.rocks/docs/integrations/sanic, but when I try to use Apollo with Subscriptions, it fails to co…
-
Current we don't throw errors in cases like this:
```python
def example() -> str:
...
@strawberry.type
class Q:
x: int = strawberry.field(resolver=example)
```
We should raise …
-
Hi everyone, I think it is time to start talking about a roadmap for version 1 of strawberry. I've been using the library on a few side projects and most importantly on [PyCon Italia's new website](ht…