diff --git a/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc b/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc index 8a4f9cc9..6143b2b8 100644 --- a/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc +++ b/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc @@ -215,9 +215,9 @@ (defn db->tree "Pull a tree of data from a fulcro normalized database as a tree corresponding to the given query. - query - EQL. - starting-entity - A map of data or ident at which to start. - state-map - The overall normalized database from which idents can be resolved. + - `query` - EQL. + - `starting-entity` - A map of data or ident at which to start. + - `state-map` - The overall normalized database from which idents can be resolved. Returns a tree of data where each resolved data node is also marked with the current *denormalize-time* (dynamically bound outside of this call). Users of this function that