github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test038.in (about) 1 2 { 3 K as var(func: uid(0x0a)) { 4 L AS friends 5 } 6 me(func: uid(K)) @filter(uid(L)) { 7 name 8 } 9 }