-
Notifications
You must be signed in to change notification settings - Fork 77
Pass args to dataloader #42
Copy link
Copy link
Open
Description
What is the best approach if I need to pass arguments to my dataloader?
I've seen 2 issues on here where people suggest using anonymous structs but that feels pretty janky for a few reasons.
I could also see a solution of just throwing it into context but that also doesn't feel right because we lose type safety.
Is there a better officially supported approach?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels