github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test007.in (about) 1 2 { 3 var(func: uid(0x0a)) { 4 f as friends 5 } 6 7 var(func: uid(f)) { 8 l as predicate_names 9 friend { 10 g as predicate_names 11 } 12 } 13 14 var(func: uid( 0x0a)) { 15 friends { 16 expand(val(l, g)) 17 } 18 } 19 }