Hi!
I have a question regarding Realm Sync.
Here is the use case:
documents stored in Atlas Cluster have some data associated with them in a third-party service and a client should be able to retrieve data from that third-party service along with documents.
In case of GraphQL API this can be solved via a custom resolver with a function that will query the data from third party, so the client will receive all the data in response.
I wounder is there a way to achieve similar behavior in case of Realm Sync?