-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
kind/enhancementSomething could be better.Something could be better.
Description
As discussed here, the uid function doesn't work within variables.
The following query throws an error Cannot do uid() of a variable
{
a as var(func: uid(0x27d0)) {}
q(func: uid(a)) {
solutions : solution @facets(orderasc: sortOrder, sortOrder: sortOrder) {
uid
expand(_all_)
parentID: uid(a)
}
}
}
Metadata
Metadata
Assignees
Labels
kind/enhancementSomething could be better.Something could be better.