github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/dgraph/cmd/bulk/systest/suite03/query.json (about)

     1  {
     2  	cooks(func: anyofterms(occupation, "Cook")) {
     3  		name
     4  	}
     5  	occupation_count(func: has(occupation)) {
     6  		name
     7  		count(occupation)
     8  	}
     9  	eggplant(func: anyofterms(name, "eggplant")) {
    10  		name
    11  	}
    12  	alex(func: anyofterms(name@., "Alex")) {
    13  		name
    14  	}
    15  }