Robert Conrad

Results 1 issues of Robert Conrad

In [this](https://stackoverflow.com/questions/41325218/how-to-know-requested-fields-in-resolver-of-object-in-sangria-graphql) StackOverflow comment it is recommended to use built-in projection support to avoid the N+1 query problem when resolving nested objects. This works perfectly if the only requirement of...