{
node(func: uid(0x37b)) {
uid
expand(_all_)
}
}
-
The exception’s query statement did not query all of the fields
-
See the return result below
{
"data": {
"node": [
{
"uid": "0x37b"
}
]
}
}
Result only uID, not the result I want, how to use expand(all) syntax properly like mysql SELECT *