Monday has updated dependency column with multiple features(Dependency) and one of them is the dependency type that can be set for each relationship. My question is when dependencies are created by the api it is possible to pass the type argument along as well?
mutation {
change_multiple_column_values (item_id:9876543210, board_id:1234567890, column_values: “{"dependent_on" : {"item_ids" : [0987654321]}}”) {
id
}
}