github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test082.in (about) 1 2 mutation { 3 set { 4 <name> <is> <something> . 5 <hometown> <is> <san/francisco> . 6 } 7 delete { 8 <name> <is> <something-else> . 9 } 10 } 11 query { 12 me(func: uid( 0x5)) { 13 name 14 hometown 15 } 16 } 17