i would like to implement the cloud feature of graph. I ve searched on cosmicmind site, on the github repo (looking for wiki), and through the issues (closed). I have just learnt that feature is available, but i did not find any documentation.
Considering i am already using graph, in local:
let graph = Graph()
let entityPfx = "entityPfx"
let search = Search<Entity>(graph: graph).for(types: entityPfx)
let results = search.sync()
I would like users could retrieve data from the cloud in case of device upgrade or so. Is there any documentation available in order to implement this? Thank you.