Selmeci check this issue
https://github.com/dgraph-io/dgraph/issues/2686
You also can do:
{
paperBooks(func: eq(type,"paper"), orderasc:name, orderasc:state) {
expand(_all_)
}
}
Selmeci check this issue
https://github.com/dgraph-io/dgraph/issues/2686
You also can do:
{
paperBooks(func: eq(type,"paper"), orderasc:name, orderasc:state) {
expand(_all_)
}
}