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
Currently queries are always parsed into the GenericQueryBuilder instance, but it's plausible that after parsing the incoming query into a builder you want to continue to add additional filters (like for security filtering) - parsing into a custom instance should be possible so you can take advantage of the properties you've already defined for that domain model.
The text was updated successfully, but these errors were encountered:
Currently queries are always parsed into the GenericQueryBuilder instance, but it's plausible that after parsing the incoming query into a builder you want to continue to add additional filters (like for security filtering) - parsing into a custom instance should be possible so you can take advantage of the properties you've already defined for that domain model.
The text was updated successfully, but these errors were encountered: