-
**Description**
Upgrading anything above [v6.6.0.162](https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-6060162) will make our GraphQL endpoints slo…
-
## Describe the Bug
Strawberry-django does not seem to support chunked transfers when using multipart uploads.
Thanks to @enisdanjo (https://github.com/ardatan/graphql-mesh/issues/7701) :
You can …
-
### Deployment Type
Self-hosted
### NetBox Version
v4.1.3
### Python Version
3.10
### Steps to Reproduce
Using a GraphQL filter with AND, OR, NOT for a field that has custom implementation in t…
-
using `strawberry.django.type` shows the following error/warning in PyCharm:
`Cannot find reference 'django' in '__init__.py'`
can we do anything to fix this?
## Upvote & Fund
- We're using […
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v20.15.0
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package…
-
Strawberry supports [serialization for nested mutations](https://strawberry.rocks/docs/general/mutations#nested-mutations) but Strawberry-Django doesn't seem to be able do it in an atomic way
## Fe…
-
## Describe the Bug
In my app, I would like to have something like:
```
@strawberry.django.input(Criterion)
class CriterionInput:
...
@strawberry.type
class Mutation:
create_criterio…
-
# 用 GraphQL 查询你的 Django 应用
强是挺强,但适用场景依旧有限
[https://emergencyexit.xyz/use-graphql-with-django.html](https://emergencyexit.xyz/use-graphql-with-django.html)
-
## Describe the Bug
As per the documentation, https://strawberry.rocks/docs/general/mutations#nested-mutations
```py
@strawberry.type
class Query:
@strawberry.field(description="Query fruit…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Hi, [django has a very good…