pco/op-name seems to require a symbol. I was wanting to use a keyword, is there a reason to require a symbol vs. something that is simply “Nameable”?
its for consistency mostly, in Pathom keywords are mostly for attributes
so Pathom will require them to be symbols
is there special reason why you want keywords there that symbols will not suffice?
I’m largely generating pathom data to create resolvers. The symbol isn’t something I really have, so I’ve been generating a symbol based on a keyword instead. But it made me question what usage it has that it’s required to be symbol, esp. since the pco/resolve is independent.