What could be the reason that I get an exception when running this?
(pathom-parser {} [(:instruments {:sort :instrument/type})])
(pathom-parser {} [:instruments])
works as expected: {:instruments :com.wsscode.pathom.core/not-found}
.
(`reader3`, but the same occurs on reader2
and parallel-reader
. Pathom version 2.3.0-alpha17
)Think you need to quote the list
Yup, thank you!
Doh, it’s a faux function expression…