You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: