Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down