Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ createUser
Function
createUser
test/data/graphql/schema.js:41–43 ·
view source on GitHub ↗
(source, args)
Source
from the content-addressed store, hash-verified
39
},
40
Mutation: {
41
createUser(source, args) {
42
return
userModel.create(args.input);
43
},
44
deleteUser(source, args) {
45
return
userModel.delete(args.id);
46
},
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected