TWeidi

Results 5 comments of TWeidi

Hey, thank you for your response. I tried all possible combinations of field definitions on both Place and Restaurant types: - Variant1: ``` some_m2m_relation: ListConnectionWithTotalCount[SomeRelatedType] = connection(prefetch_related='some_m2m_relation']) ``` - Variant2:...

Hey @bellini666, I guess i get your point regarding the nested m2m queries not being limited leading to a lot of overhead, but as far as i have tested your...

I played a bit around and the real problem seems to be that the `build_filter_kwargs` function in `filters.py` relies on the fields order of `filters.__strawberry_definition__.fields`. More precisely, the logical fields...

Hi @bellini666, sure, I can do that. Do you want me to add a dedicated test case or are you fine with the existing one ('test_or')?

Hi, i just tried to use the adjusted ordering interface from the GraphiQL interface and it works very well, thank you for that! Unfortunately, if I want to use a...