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

     1  
     2  	query {
     3  		me(func: uid( 1, 2, 3)) @groupby(friends) {
     4  				a as count(uid)
     5  		}
     6  
     7  		groups(func: uid(a)) {
     8  			uid
     9  			val(a)
    10  		}
    11  	}