Radu Gruia
Radu Gruia
Check if `crypto` is set before attempting to set the property. This issue came up when using newer versions of node. It seems that starting with node@19, crypto was no...
When creating models with the model api, InlineFiles will be automatically stored before inserting in the db. ``` export default CreateFromImage(async (ctx, inputs) => { const post = await models.post.create({...
When creating write messages with inline fields; e.g.: ``` // keel schema write testAction(id, name?, relation.id?) returns (SomeResponse) ``` we should create hierarchical input messages for any models field (`relation.id`)...