Oleg
Oleg
@rudyryk Any news on this issue? I'd implement it myself locally, even by copy-pasting, cause I really need it. But maybe you already have any better ideas?
Unfortunately there's no way to filter parent query by subset's fields at the moment. At the same time as for me it's still quite undefined behavior. Here we have several...
Subset filtering case is ready in b237d4985459c686c71814905b5ee2153d0d42f9, released to 2.2.0 https://github.com/insolite/graphene-peewee-async/blob/b237d4985459c686c71814905b5ee2153d0d42f9/tests/test_api/test_query.py#L101-L122
BTW, I nearly accidentally fixed sync queries necessity at subset fetching :grinning:. So now it's safe to use `db.set_allow_sync(False)` along with `_set` fields.
As far as I remember there are something else to fix. I've tried to rewrite only `createClass`/`PropTypes` and faced with a bunch of another issues which I had no time...
I've spent a few hours on it and seems like I've found some kind of solution of this issue, that works for me (Django 1.7). henriquebastos, could you please post...