github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test076.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