Does Pathom3 provide the parser in the env? I want to be able to resolve attributes in mutations, and would presumably need access to the parser.
Pathom 3 just uses the env directly for everything, no need for parser
you can use the env to trigger p.eql/process
from inside the mutation
makes sense?
Yep, thanks