MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / inputArgError

Function inputArgError

graphql/admin/admin.go:1051–1053  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

1049}
1050
1051func inputArgError(err error) error {
1052 return schema.GQLWrapf(err, "couldn't parse input argument")
1053}
1054
1055func response(code, msg string) map[string]interface{} {
1056 return map[string]interface{}{

Callers 3

getMoveTabletInputFunction · 0.85
getRemoveNodeInputFunction · 0.85
getAssignInputFunction · 0.85

Calls 1

GQLWrapfFunction · 0.92

Tested by

no test coverage detected