-
I get error setup with Django Channels
```
File "/usr/local/lib/python3.11/site-packages/strawberry/channels/handlers/base.py", line 88, in dispatch
await super().dispatch(message)
File …
-
The fact that this library requires pre-defining the queries that will be exposed through the Client class seems incredibly limiting. The power of GraphQL is its flexibility -- by default, the entiret…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Hello, would it be possible to …
-
## Describe the Bug
has_permission function of BasePermission class is raising a warning.
```
class IsAuthenticated(BasePermission):
message = str(UnauthorizedError)
# This method c…
-
**Arize app is not working on linux server**
I am using Arize `version 0.0.40` I have created an Arize app that reads the data from Mongo data and visualizes the observability of the LLM model. I mov…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am using an object generated by Strawbery Shake as Model in my ASP.NET MVC View. When…
-
* [V ] Is it a bug?
* [V] Is it a question?
# Description
I've set up django channels as described in the official documentation, but when I throw a query, I get the message
"ERROR: ASGI calla…
-
This was also reported as a comment here last week: https://github.com/strawberry-graphql/strawberry/pull/2570#issuecomment-1915347674
Imagine you have a permission class where the user passes e.g.…
-
Follow up from #461. The PR https://github.com/strawberry-graphql/strawberry-graphql-django/pull/464 has solved saving the instance, but the validation code is still incorrect. FileFields with blank=F…
-
Just summarising the discussion around how we can approach `info` and `root`/`self` params in resolvers.
Other than the potential `root`/`self` confusion (which we can discuss again in another issu…