Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

Hrm, I remember it not being supported, but maybe that changed? =P Will take a look at the PR you opened

> I think you are right `resolve_async` must return a coroutine and for subscriptions you need to return an async generator. I'll need to dig dipper to tell. The extension...

Hey @Mapiarz , TBH, its been awhile since I wrote that code (back on strawberry-django-plus), and it has been adjusted over the past 2 years. Maybe we could indeed call...

Yes. I actually am planning on redoing the ordering functionality because the current one has a lot of issues. For example, there's no way for you to ask for 2...

https://github.com/strawberry-graphql/strawberry-django/pull/478

Hi @alimony , Can you provide a MRE or at least give more information about how you are using using that type? Because there are some differences between using it...

@alimony I mean, some examples of where that `CustomerType` is used. For example, is is used in a root query like this? ```python @strawberry.type class Query: customers: list[CustomerType] = strawberry_django.field()...

Hey @alimony , I'm trying to replicate the issue in here but it is working correctly on my tests. Take a look at this test for example: https://github.com/strawberry-graphql/strawberry-django/commit/7b5ee33c9f1c9692611ac7c07cb1d8156f74e13c#diff-723b95803cbfa95b72fb2bc64e3000c86c7cf4920592b4dec6e15cc2ae08e821R167 . I...

Just to add here, wouldn't it be better to actually try to merge this back to the original lib? There is an open discussion regarding supporting other type checks (e.g....

Hey @zvyn , Is this issue fixed by https://github.com/strawberry-graphql/strawberry-graphql-django/pull/362 ? Or is there anything else that we need to do here?