question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integrating support for graphene-sqlalchemy-filter into code base

See original GitHub issue

As there is limited filtering with graphene-sqlalchemy, I have been using graphene-sqlalchemy-filter which has many stock filters included. Unfortunately the developer seems to have lost interest in the code base and a critical PR to add support for Graphene 3.0 has been unmerged for six months.

I have tried contacting the developer a few times without response.

As the filtering code for the add-on is contained in the graphene-sqlalchemy-filter package’s two files, I propose merging this code into graphene-sqlalchemy.

Would this be OK?

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
palisadoescommented, Mar 30, 2022

We have an interested party in adding the filtering syntax.

1reaction
erikwredecommented, Mar 29, 2022

I just followed your link from the filter repo, so I thought I might leave a reply here as well 😃

While in general I support the idea of adding filters to graphene-sqa, and like the approach that the author has taken, I think a simple merge won’t do it. The filters should be deeply integrated into this repo to allow for even more features, so this has to be planned. But I think using this library as inspiration would be a great start. Maybe we can work something out together? Or maybe one of the maintainers of this repo has any supporting or opposing ideas to consider before starting. It would be sad to see yet another merge request get stuck unapproved for a long time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add filters by comtihon · Pull Request #164 - GitHub
I'm on the Graphene slack channel (Peter Harrison) if you need a direct contact. Integrating support for graphene-sqlalchemy-filter into code base #335.
Read more >
graphene-sqlalchemy-filter - PyPI
Each simple filter has a class variable that passes to GraphQL schema as an input type and function <field_name>_filter that makes filtration. The...
Read more >
Top 5 graphene-sqlalchemy Code Examples - Snyk
To help you get started, we've selected a few graphene-sqlalchemy examples, based on popular ways it is used in public projects. Secure your...
Read more >
SQLAlchemy - Graphene-Python
Graphene -SQLAlchemy¶ · SQLAlchemy + Flask Tutorial · Setup the Project · Defining our models · Schema · Creating GraphQL and GraphiQL views...
Read more >
Integrating graphene-sqlalchemy-filter into ... - Google Groups
We are interested in partially sponsoring work on graphene-sqlalchemy to integrate filters like graphene-sqlalchemy-filter. Identical filter syntax would be ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found