Hi,
Here my query :
mutation {
change_multiple_column_values(item_id: 5272151240, board_id: 5264554251, column_values: “{"texte08":"'"}”,create_labels_if_missing: true) {
id } }
And i have an error :
Parse error on “"” (error) at
I use json_encode in php for encode string and seem monday api dont need to encode quote, how can i do ?
Thank you