You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afais there is no way to evade the n+1 requests problem with the current API.
I was wondering if it would be possible to either enhance the existing http directive or provide a new directive that uses Sangria's deferred resolvers mechanism to query APIs (in our case OData) that allow filtering and could therefore return all required (nested) elements at once.
Do you think this is possible?
We would be happy to provide a PR if you can provide some pointers how to start 😃
The text was updated successfully, but these errors were encountered:
Afais there is no way to evade the n+1 requests problem with the current API.
I was wondering if it would be possible to either enhance the existing http directive or provide a new directive that uses Sangria's deferred resolvers mechanism to query APIs (in our case OData) that allow filtering and could therefore return all required (nested) elements at once.
Do you think this is possible?
We would be happy to provide a PR if you can provide some pointers how to start 😃
The text was updated successfully, but these errors were encountered: