github.com/dshekhar95/sub_dgraph@v0.0.0-20230424164411-6be28e40bbf1/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  }