MCPcopy 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

constructorMethod · 0.45
index.jsFile · 0.45
createUserFunction · 0.45
config_test.jsFile · 0.45
container_test.jsFile · 0.45
bdd_test.jsFile · 0.45
setupFunction · 0.45
applyAndCreateFunction · 0.45
REST_test.jsFile · 0.45
GraphQL_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected