Is it possible to query for complexity while also using add_file_to_column?
I see the complexity query is possible with mutations according to the documentation here:
monday API docsMy query looks like this, however I’m getting error 400 “Bad Request” back from server.
mutation { complexity{ query before after } add_file_to_column (item_id: ${itemID}, column_id:'files', $file: file!) {id}}