Good morning, i am trying the api v2 from “the try it yourself” editor, sending this mutation:
mutation {
change_multiple_column_values (board_id: xxxx, item_id: xxxxx, column_values: “{"stato": {"label": "Working on it"},"timeline":{"from":"2019-06-03","to":"2019-06-07"},"data":{"date":"2019-06-03"},"persone":{"personsAndTeams":e{"id":xxxxx,"kind":"person"}]}}”) {
id
}
}
i get back an internal server error code 500, if i remove this part:
,\\"persone\\":{\\"personsAndTeams\\":e{\\"id\\":xxxxx,\\"kind\\":\\"person\\"}]}
then it work fine.
where is the mistake?
thanks