Hello I am trying to change a column value from c# application
i make the following query
string query = @“{”“query”“:”“mutation{change_column_value(item_id:456191942, board_id: 454686247, column_id: ““numbers””, value:”“”“123456"”“”){ name}}“”}";
But it seems something in my escaping of the string is not right and I get bad request!
I am begging for some help! I have been struggling with that for two days.
if someone has c# code to help me I will be so grateful.