Skip to content

Question: Server Side Filtering #267

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

Open
mtshane opened this issue May 20, 2020 · 1 comment
Open

Question: Server Side Filtering #267

mtshane opened this issue May 20, 2020 · 1 comment

Comments

@mtshane
Copy link

mtshane commented May 20, 2020

Is it possible to easily create some type of pre processor on the server that can apply global filters to queries? For Example, say I have an entity that has a boolean "showOnWeb" field, could I capture any queries for that entity and add a showOnWeb EQ True filter server side, so that wasn't exposed in the client GQL query?

@igdianov
Copy link
Collaborator

@mtshane It should be possible to do something like that.

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

No branches or pull requests

2 participants