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
Some of the filters in Caluma are quite slow / resource hungry. Especially the ones evaluating JEXL in QUERY requests:
Question.visibleInDocument
QuestionOption.visibleInDocument
We should create some functionality to restrict queries depending on who's sending the request. Similar to the visibility layer, but for access to filters (Or also other GQL structures, like too-big queries etc).
We already do have some structure in place to catch these things in the form of the SuppressIntrospection validator, so it should not be too hard.
The text was updated successfully, but these errors were encountered:
Some of the filters in Caluma are quite slow / resource hungry. Especially the ones evaluating JEXL in QUERY requests:
Question.visibleInDocument
QuestionOption.visibleInDocument
We should create some functionality to restrict queries depending on who's sending the request. Similar to the visibility layer, but for access to filters (Or also other GQL structures, like too-big queries etc).
We already do have some structure in place to catch these things in the form of the
SuppressIntrospection
validator, so it should not be too hard.The text was updated successfully, but these errors were encountered: