Getting error running below query for creating a many rows , I’ve a trial account.
`{"errors":[{"message":"Query has complexity of 30001, which exceeds max complexity of 9966"}],"account_id":"######"}`
mutation { create_item (board_id: $boardId, group_id: $groupId, item_name: \\"$itemName\\", column_values: $columnValues ) { id } }
I can’t find how to calculate complexity for mutation. But for Query . Somebody help please.