Is there a single name that captures what a defmutation
and a defresolver
both are? I’ve gone with connector
since they live in the connect
namespace but was curious if there was an “official” name for them.
i think they could be called Operations at least looking at this ns from pathom3 https://github.com/wilkerlucio/pathom3/blob/master/src/main/com/wsscode/pathom3/connect/operation/protocols.cljc
thanks!