walkable-server / walkable

A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
https://walkable.gitlab.io/
Eclipse Public License 2.0
445 stars 15 forks source link

Default child keys for joins #11

Closed myguidingstar closed 6 years ago

myguidingstar commented 6 years ago

When none is specified. But may expose too much?

myguidingstar commented 6 years ago

Eg: queries like [:person/friends] will behave like [{:person/friends [:person/name :person/age]}]

myguidingstar commented 6 years ago

should be implemented as a pathom plugin using clojure.walk