-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
queryWithVars -- how to specify multiple uids? #97
Comments
Hey @gitlw, I think you're probably the best person to answer this question. |
Tried passing string "0xAAA,0XBBB" (comma-separated text) -- doesn't work :D |
Hey @mangalaman93, please have a look at this issue. |
I don't think we support passing multiple values in a variable, I can't find an example for this in Dgraph or dgo repo. |
Related to hypermodeinc/dgraph#2726 |
BTW guys, a workaround for this would be something like
You pass each value separately into variables. Hence use them as above. Details of this support hypermodeinc/dgraph#2981 |
Given this signature:
How do I pass multiple value (uids) with the same key?
The text was updated successfully, but these errors were encountered: