Fork me on GitHub
#pathom
<
2022-08-29
>
shane18:08:16

👋 is their an official way to get the ast/params in pathom3? Right now I'm looking in planner/graph but I'm not sure if that is right:

-> env
      :com.wsscode.pathom3.connect.planner/graph
      :com.wsscode.pathom3.connect.planner/index-ast
      :my-lookup-field
      :params

wilkerlucio19:08:11

check pco/params fn

shane19:08:09

thanks! not sure how I missed that - I was looking at batch resolvers all weekend and params were right next door.