pathom

Joel 2023-07-21T16:18:31.580479Z

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

wilkerlucio 2023-07-21T18:01:45.811949Z

its for consistency mostly, in Pathom keywords are mostly for attributes

wilkerlucio 2023-07-21T18:01:54.633269Z

so Pathom will require them to be symbols

wilkerlucio 2023-07-21T18:02:14.414319Z

is there special reason why you want keywords there that symbols will not suffice?

Joel 2023-07-21T20:27:42.489489Z

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.