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
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