Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

Hey @tokr-bit , Thanks for reporting this! I'm wondering if https://github.com/strawberry-graphql/strawberry-graphql-django/pull/394 will also fix this issue? cc @sdobbelaere

Hrm, I have never used mutations with proxy models, but it should work. Unless we need to workaround any kind of corner case they have. Do you have the full...

Hey @sdobbelaere, Sorry for taking long to reply. As I mentioned in the PR, I was out for the djangocon conference and got back this week. Let me know if...

Hi @jeemyeong , Indeed it would be nice if you could provide a reproduction example, or at least more details about the issue, like its traceback.

Hi @Mapiarz , The issue here is that you are using `auto` inside a dataclass. It would also have the same issue when using `@strawberry.type` When using `auto`, you want...

> It works with dataclass for the filter Hrm, wondering if it has anything to do with the fact that inputs are [handled differently](https://github.com/strawberry-graphql/strawberry-graphql-django/blob/main/strawberry_django/type.py#L151). Maybe there's something we can do...

You are using the API correctly, the issue is that `handle_django_errors=True` is not handling batch creations atm. I'll try to implement that soon :)

Hey @ryanprobus, Interesting... I don't think I have any use case for those in my projects, so I've never stumbled upon this. I think it is fine for us to...

Woow, this is really interesting... Wondering what might be causing that. Btw, does that only happen for strawberry django schemas, or for strawberry in general?

Hey @iamcrookedman , What is happening here is that there was an issue at strawberr-graphql-django, which strawberry-django-plus used to use as well, and got fixed together with the merge. When...