-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
First of all, thanks for this library, it's been making our life much easier so far while working with GraphQL (Graphene).
I was wondering why this library doesn't support complex joins.
I was able to allow it pretty fast - and I was wondering what I'm missing here - I was just adding the following:
if hasattr(self.parent_property.primaryjoin, 'clauses'):
q = q.filter(
*self.parent_property.primaryjoin.clauses
)
after:
q = q.filter(self._join_col.in_(param_values))
Thanks
Metadata
Metadata
Assignees
Labels
No labels