MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / deleteUser

Function deleteUser

test/data/graphql/schema.js:44–46  ·  view source on GitHub ↗
(source, args)

Source from the content-addressed store, hash-verified

42 return userModel.create(args.input);
43 },
44 deleteUser(source, args) {
45 return userModel.delete(args.id);
46 },
47 },
48};

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected