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

     1  
     2  	query {
     3  		me(func: uid(0x0a)) {
     4  			friends @filter(within(loc, [[11.2 , -2.234 ], [ -31.23, 4.3214] , [5.312, 6.53]] )) {
     5  				name
     6  			}
     7  			gender,age
     8  			hometown
     9  		}
    10  	}