Dataloader Query Variables #5957
Answered
by
PascalSenn
alexmarmon
asked this question in
Q&A
-
Is there any way to access query variables inside of the dataloader? I've tried utilizing In my model:
The dataloader:
|
Beta Was this translation helpful? Give feedback.
Answered by
PascalSenn
Mar 13, 2023
Replies: 1 comment 1 reply
-
You currently have to pass them in through the key. You can use tuples or records as the key.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexmarmon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You currently have to pass them in through the key. You can use tuples or records as the key.