walkable icon indicating copy to clipboard operation
walkable copied to clipboard

A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind

Results 19 walkable issues
Sort by recently updated
recently updated
newest added

Can Walkable and [Pathom3](https://github.com/wilkerlucio/pathom3) work together?

- join-path is not really intuitive - maybe "foreign key" is more familiar - also make it easier to customize behaviors

port the feature from older version to v1.3

make use of [guardrails](https://github.com/fulcrologic/guardrails) to give feedback of bad configuration

so that ```clj [{:person/by-id] :my/join}] ;; or [{:person/by-id] [{:my/join [*]}]] ;; will behave just like: [{:person/by-id] [{:my/join [:pre/defined :default/props]}]] ```

- lambda extra-conditions for joins - post-processing pathom plugin for columns

documentation