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

     1  
     2  	query {
     3  		me(func: uid(0x0a)) {
     4  			friends @filter(a(aa, "aaa") or b(bb, "bbb")
     5  			and c(cc, "ccc")) {
     6  				name
     7  			}
     8  			gender,age
     9  			hometown
    10  		}
    11  	}