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

Function user

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

Source from the content-addressed store, hash-verified

34 return userModel.list();
35 },
36 user(source, args) {
37 return userModel.find(args.id);
38 },
39 },
40 Mutation: {
41 createUser(source, args) {

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected