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