Hey everyone,
When we try to mutate the values of one item , the result is an error!. Funny enough we made similar mutation before an after, and those were a success
The mutation we use is:
mutation {
change_column_value (board_id: 79023, item_id: 106, column_id: “status1”, value: “{"tag_ids":_8671878]}”) {
id
}
}
GraphQL query failed with 1 errors
{‘errors’: {‘message’: ‘Query has complexity of 30001, which exceeds max complexity of 27690’}], ‘account_id’: 4548618}
This kind of error has been present now for at least 3 weeks, sometimes is a success sometimes is not. Thanks for your help