pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
2020-07-17T23:26:34.308600Z

I'm playing with pathom-datomic using Datomic Cloud and getting class clojure.lang.ExceptionInfo: No output available - #:com.wsscode.pathom.connect{:sym com.wsscode.pathom.connect.datomic/datomic-resolver whenever I query for a property. My Parser is pretty simple:

{::p/env     {::p/reader [p/map-reader
                            pc/reader2
                            pc/open-ident-reader
                            p/env-placeholder-reader]
                ::p/placeholder-prefixes #{">"}}
   ::p/mutate  pc/mutate
   ::p/plugins [(pc/connect-plugin {::pc/register resolvers})
                (pcd/datomic-connect-plugin (assoc client-config
                                              ::pcd/conn conn
                                              ::pcd/whitelist #{:db/id :user/id :user/email}))
                p/error-handler-plugin
                p/trace-plugin]}
A query like this returns that error:
(parser {} [{[:user/email "<mailto:joe@uwcreations.com|joe@uwcreations.com>"] [:user/id]}])

2020-07-17T23:49:16.309Z

UPDATE: Looks like the fix was to use pc/reader3