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

Option to allow all filters for a model #22

Open
IlyaSemenov opened this issue Jul 12, 2023 · 0 comments
Open

Option to allow all filters for a model #22

IlyaSemenov opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@IlyaSemenov
Copy link
Owner

Currently, one can either allowAllFilters on graph level (which affects all queries), or allowAllFilters on model level (which affects resolving nested fields of that model).

I would like to allow filters on a certain model itself. Say if enable it for Book model, all queries to books (root queries and when books are a nested field of some other model) should be allowed to be filtered.

Proposed syntax:

export const Book = r.table(db.book, { filters: true })
@IlyaSemenov IlyaSemenov added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant