Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default props for roots/joins #91

Open
myguidingstar opened this issue Apr 25, 2018 · 2 comments
Open

default props for roots/joins #91

myguidingstar opened this issue Apr 25, 2018 · 2 comments

Comments

@myguidingstar
Copy link
Contributor

myguidingstar commented Apr 25, 2018

so that

[{:person/by-id] :my/join}]
;; or
[{:person/by-id] [{:my/join [*]}]]
;; will behave just like:
[{:person/by-id] [{:my/join [:pre/defined :default/props]}]]
@myguidingstar myguidingstar added this to the 1.0 milestone May 17, 2018
@myguidingstar
Copy link
Contributor Author

this should be implemented as a wrap-read that expand the provided query repeatedly until no more change

@myguidingstar myguidingstar removed this from the 1.0 milestone Feb 15, 2021
@myguidingstar
Copy link
Contributor Author

with the new public api, the necessary data is already available (as the root/join's :output)

@myguidingstar myguidingstar changed the title default props for joins default props for roots/joins Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant