github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test063.in (about)

     1  
     2  		{
     3  			me(func: uid(0x0a)) {
     4  				name,
     5  				f as bestFriend: friends(first: 10) {
     6  					c as count(friend)
     7  				}
     8  			}
     9  
    10  			friend(func: uid(f)) {
    11  				name
    12  				fcount: val(c)
    13  			}
    14  		}
    15