pathom

liebs 2026-01-18T17:18:01.537199Z

Pathom3 question: it does not appear that ::pco/op-name should change the behavior of a mutation, and yet...it does? I wrote a simple mutation that behaves as I expect when ::pco/op-name is excluded from the options map. But when it is added in, I get a "Mutation not found" error

wilkerlucio 2026-01-19T12:06:01.558839Z

hello Ben, the op-name is quite important for the mutation because it is its identity, different from the resolvers that op-name is more for tracking the operations, a mutation is invoked by its name, so if you change the op-name there you must use that op-name to call it