graphql-jpa-query icon indicating copy to clipboard operation
graphql-jpa-query copied to clipboard

Row level filtering doesn't apply on nested object/join

Open topikachu opened this issue 5 years ago • 0 comments

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?

topikachu avatar Aug 05 '20 04:08 topikachu