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

Allow keyword aliases #5

Closed myguidingstar closed 6 years ago

myguidingstar commented 6 years ago

Both full keyword aliases like :table/name:other-table/other-name as well as table aliases like :table/*:other-table/*. Should be implemented as a pathom plugin.

myguidingstar commented 6 years ago

won't fix