Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

> just following up, is there a more succinct way to express the django relationship? Also, perhaps you can point me to the docs? The only example I see is...

Hey @hvdklauw , Just pinging to check if you still want to finish this issue :) Otherwise I can adjust and merge this for you

> Hey, I would, but I'm going on vacation for the next 3 weeks. > > So feel free to tweak and merge, otherwise I'll pick it up again when...

Hey @hvdklauw , What version are you currently using? [This commit](https://github.com/strawberry-graphql/strawberry-graphql-django/commit/70707d8e89f439edbd4b80030f47ff02e042693d) should have fixed that issue, which is included in 0.9.4+

@hvdklauw oh, I see. You are probably right. Do you want to try to open a PR for this? Otherwise I'll try to fix this in the weekend

@hvdklauw I think your fix is correct. The only change I would request in a review would be to simply return `None` instead of `UNSET`. If you look at the...

Hey @toddy-corpjurist , Both strawberry and strawberry-django have gone through a lot of improvements and bug fixes. Does the newest version still have this issue?

It would probably be nice to add this to our documentation, to help people using sync django :)

In v0.10.0 there's a new way to define permissions using field extensions: https://strawberry-graphql.github.io/strawberry-graphql-django/guide/permissions/#permissions It should allow to handle the issues in this issue, so I'm closing the issue. If the...

Hey @aareman , It's been a while since you reported this issue, and since then strawberry-django has gone through a major refactor. This issue should be fixed and working correctly...