Hi, I'm trying to update fields in a card, no problem with texts and dates so far, however, I don't know how to change Label Select fields or Assign To fields. This is an example of what I've been trying:{
""query"": ""mutation{ updateCardField(input: {card_id: 25250812 field_id: \""priority\"" new_value: \""Medium\"" }){ card{ id } } }""
}Response doesn't throw an error, but the card is not updated.
Thanks in advance.