I noticed I don’t need the [:my-id] part in the following which surprised me. Pathom seems to be able to find a path using :my-id without it being in the spec. Sort of curious how that is working.
::pco/output [:my-list [:my-id]]that output is incorrect, I think you intended to write: [{:my-list [:my-id]}]. and altough Pathom will work in some situations for that, if you need to make a resolver with a nested ::pco/input it will fail if you don't provide the nested context from other resolvers
OK. I thought it smelled funny but still seemed functional. Thanks!
no worries, its a common mistake 🙂