github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test043.in (about) 1 2 { 3 var(func: uid(0x0a)) { 4 L AS friends { 5 B AS relatives 6 } 7 } 8 9 me(func: uid(L)) { 10 name 11 } 12 13 relatives(func: uid(B)) { 14 name 15 } 16 }