graphql-jpa-query
graphql-jpa-query copied to clipboard
Row level filtering doesn't apply on nested object/join
Current row-level filter/RestrictedKeysProvider only applies to the root entity. The objects still can be queried out by join. And it's not efficient to filter by keys when there are thousands of records are applicable.
I know it's difficult to give a generic solution. Any idea?