MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / body

Function body

scripts/mutations/mutation.go:35–37  ·  view source on GitHub ↗
(rdf string)

Source from the content-addressed store, hash-verified

33)
34
35func body(rdf string) string {
36 return fmt.Sprintf("mutation { set { %s } }", rdf)
37}
38
39type response struct {
40 Code string `json:"code"`

Callers 1

makeRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected