Venelin Mihaylov
Venelin Mihaylov
Ok, what about this: ``` const diffPluginSaveId = function(context) { // I want to add __id and __model if (context.leftType === 'object' && typeof context.left.id !== 'undefined' ) { console.log(context)...
I created a very simple table "test", with "id" and "test" nonNullable field, and the "test" field was not marked with "!" in "test_insert_input" . What info would you like...
I understand. Is there another way for an input field to be marked as mandatory then?