github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test148.in (about) 1 2 query { 3 me(func: uid(0x1)) { 4 friends @groupby(friends) { 5 a as max(first-name@en:ta) 6 } 7 hometown 8 age 9 } 10 11 groups(func: uid(a)) { 12 uid 13 val(a) 14 } 15 }