Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: make new filters feature optional #414

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

skolazbynek
Copy link
Contributor

We have developed our own filtering system on top of graphene-sqlalchemy previously and have no need for automatic generation of filters on connections and the currently only clutter up our schema. I haven't found a way to disable them in docs, however, after walking through the code, it seemed to me that the option is there - it's just hardcoded to be always True. Was there a reason for that, or maybe an oversight?

This is my first time opening a public pull request, so I'm open to feedback and pointers! Thanks a lot for your work!

Copy link
Member

@erikwrede erikwrede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that definitely was an oversight. Thanks for fixing!

@erikwrede erikwrede merged commit eb9c663 into graphql-python:master Sep 13, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants