in the above example, I like how elegantly it solv...
# orm-help
c
in the above example, I like how elegantly it solves the issue code wise, but what I don't like is that it is essentially running the same query twice, once to get the ID's and once again to get the real data by using the info object... and it means that if you kept adding more nested resolvers they would all have to run twice.. isn't this pretty imperformant?