Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ create
Method
create
test/data/graphql/models.js:21–23 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
19
}
20
21
create(data) {
22
return
this.api.post(
'/users'
, data).then(res => res.data);
23
}
24
25
delete(id) {
26
return
this.api.delete(`/users/${id}`).then(() => id);
Callers
12
constructor
Method · 0.45
index.js
File · 0.45
createUser
Function · 0.45
config_test.js
File · 0.45
container_test.js
File · 0.45
bdd_test.js
File · 0.45
asyncWrapper_test.js
File · 0.45
setup
Function · 0.45
applyAndCreate
Function · 0.45
JSONResponse_test.js
File · 0.45
REST_test.js
File · 0.45
GraphQL_test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected