Usage best-practice question: when bringing this into an API that supports Relay pagination on specific types, what is the best way to approach filtering by users permissions to read an entity? It seems like the best approach would be to use the
LookupResources
endpoint and filter using a set of IDs in the API. Any opinions on this workflow?