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
This discussion was converted from issue #2121 on April 25, 2022 13:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a question about nature of data loaders.
Should dataloader be used between multiple requests? For example:
Request 1: resolve friends field for users (1, 2, 3)
Request 2: resolve friends field for users (4, 5, 6)
Dataloader receives ids from both requests: 1,2,3,4,5,6
Is it okay? Example from repository shows that dataloader created for each request in middleware.
Beta Was this translation helpful? Give feedback.
All reactions