Replies: 1 comment 3 replies
-
@b3j0f Regarding the performance: Can you try your queries on this particular build: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let three objects
A
,B
andC
defined as such:Only users granted to see
A
, can viewA.content
, and thus,A.content.content
.For security and performance reasons, I want to
B
andC
without pathing byA.content
What is your advice to do the best with the least effort ? ^^'
Beta Was this translation helpful? Give feedback.
All reactions