art1415926535 / graphene-sqlalchemy-filter

Filters for Graphene SQLAlchemy integration
https://pypi.org/project/graphene-sqlalchemy-filter/
MIT License
118 stars 34 forks source link

Question: how to filter by relationship? #42

Open JBrVJxsc opened 3 years ago

JBrVJxsc commented 3 years ago

Hi, I'm currently only generating filters for columns -- is there a way to generate via Relationship so I can also filter by relationship?

Thank you.

Xu

art1415926535 commented 3 years ago

Do you need something like this https://github.com/art1415926535/graphene-sqlalchemy-filter#filters-that-require-join ?

PaulSchweizer commented 3 years ago

This question matches our needs as well. I created a PR for a solution: #49

JBrVJxsc commented 3 years ago

@PaulSchweizer awesome work!