Execute single database query for a GraphQL request #502
-
Hello community,
Suppose I am storing films, directors and producers in a GraphDB such as AWS Neptune as nodes and edges. I would like to execute single database query for GraphQL Query such as Is there a way I can execute single database query for a GraphQL request (based on the fields selected in request) with Netflix DGS ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@ankit-joinwal have you looked at how you can avoid N+1 queries by using Data Loaders. |
Beta Was this translation helpful? Give feedback.
@ankit-joinwal have you looked at how you can avoid N+1 queries by using Data Loaders.