Add deleteOneObject mutation (#3682)
* Add deleteOneObject mutation * codegen * move relationToDelete to dedicated file --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -58,7 +58,7 @@ export type WorkspaceMigrationColumnAction = {
|
||||
|
||||
export type WorkspaceMigrationTableAction = {
|
||||
name: string;
|
||||
action: 'create' | 'alter';
|
||||
action: 'create' | 'alter' | 'drop';
|
||||
columns?: WorkspaceMigrationColumnAction[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user