Fork me on GitHub
#graphql
<
2017-07-18
>
rickmoynihan10:07:52

@hlship: so with lacinia is there a way to avoid the N+1 query problem? Is it possible to use something like claro with it?

hmaurer11:07:10

I am not familiar with Claro but looking at the README rapidly i assume it should be usable with Lacinia without trouble

r0man20:07:06

@rickmoynihan alumbra is used in production at http://stylefruits.de I'm using it in another project with postgresql and I am very happy with it. If you implement the batch resolver protocol the SQL queries are efficient in my experience. Most of the time you don't have to deal with claro, alumbra handles all the projections for you. It's really fun to work with.