Liking cljdoc? Tell your friends :D
All platforms.

lambdaconnect-sync.pull


pullclj/s

(pull params)
(pull config incoming-json internal-user snapshot entities-by-name scoping-edn)
source

scoped-objectclj/s

(scoped-object object
               entities-by-name
               entity
               scoping-edn
               scoped-tags
               scoped-ids
               tags-by-ids
               scoping-constants)

Gets object in datomic format but with relationships straightened (this is a hashmap not datomic object now): {:app/updatedAt #inst "2020-05-28T10:02:14.917-00:00", :NOUser/usesImperialUnits false, :app/createdAt #inst "2020-05-28T10:02:14.917-00:00", :NOUser/gender "Other", :NOUser/fullName "Julek Cesar", :NOUser/dietitian [{:db/id 17592186045671, :app/uuid #uuid "ea0b2e3b-d245-448e-ac17-54d97d20c63e"}], :app/active true, :NOUser/email "lukasz.kepka+80@spinney.io", :db/id 17592186045670, :app/uuid #uuid "61545252-b6da-4431-b958-47b436fddf32", :NOUser/birthDate #inst "2020-05-28T09:58:21.862-00:00", :NOUser/internalUserId #uuid "5ecf8a64-777d-4c2d-a28c-9f9e69cf92ed"}

Gets object in datomic format but with relationships straightened (this is a hashmap not datomic object now): 
{:app/updatedAt #inst "2020-05-28T10:02:14.917-00:00", 
 :NOUser/usesImperialUnits false, 
 :app/createdAt #inst "2020-05-28T10:02:14.917-00:00", 
 :NOUser/gender "Other", 
 :NOUser/fullName "Julek Cesar", 
 :NOUser/dietitian [{:db/id 17592186045671, :app/uuid #uuid "ea0b2e3b-d245-448e-ac17-54d97d20c63e"}], 
 :app/active true, 
 :NOUser/email "lukasz.kepka+80@spinney.io", 
 :db/id 17592186045670, :app/uuid #uuid "61545252-b6da-4431-b958-47b436fddf32", 
 :NOUser/birthDate #inst "2020-05-28T09:58:21.862-00:00", 
 :NOUser/internalUserId #uuid "5ecf8a64-777d-4c2d-a28c-9f9e69cf92ed"}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close