So, I have a list endpoint which will display a list of items. Each of these items could have a relation tuple for seeing them
#access
. Relation tuples are storing the UUID of the items as the Object. What would be the appropriate way to get all of those items that the user has access to?
Figured it out.