Fork me on GitHub
#pathom
<
2019-05-30
>
souenzzo15:05:21

There is a simpler way to do this

(->> [:foo
      {:bar [:var]}]
     eql/query->ast
     :children
     (mapv :dispatch-key))
;;=> [:foo :bar]

wilkerlucio17:05:30

no, no helper for this specific case

👍 4