Fork me on GitHub
#fulcro
<
2022-10-09
>
Eric Dvorsak15:10:46

Unless I'm doing something wrong, I've noticed that fulcro-rad-sql is resolving attributes with a :many cardinality eagerly. Even if I don't ask for that attribute in the query it resolves it, involving an heavy join. I'm wondering, wouldn't it be worth generating the resolvers for :many separately and let pathom figure out when it's needed?

tony.kay15:10:03

of course…it’s an alpha plugin that could use a lot of things