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

     1  
     2  		schema {
     3  			pred
     4  			type
     5  		}
     6  		query {
     7  			me(func: uid( tomhanks)) {
     8  				name
     9  				hometown
    10  			}
    11  		}
    12