(className, objectId, config, auth, info)
| 20 | }; |
| 21 | |
| 22 | const deleteObject = async (className, objectId, config, auth, info) => { |
| 23 | await rest.del(config, auth, className, objectId, info.context); |
| 24 | return true; |
| 25 | }; |
| 26 | |
| 27 | export { createObject, updateObject, deleteObject }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…