github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test014.in (about) 1 2 { 3 me(func: uid(L), orderasc: val(d)) { 4 name 5 } 6 7 var(func: uid(0x0a)) { 8 L as friends { 9 a as age 10 b as count(friends) 11 c as count(relatives) 12 d as math(a + b*c+ log()) 13 } 14 } 15 }