Hi,
I’ve had a workflow running on quite a simple query for a month or so, only just this week it’s starting to come back with an error:
“Query has depth of 9, which exceeds max depth of 6 at line: 2865 called from: 2877 called from: 3190 called from: 2602 called from: 226 called from: 1246 called from: 2846 called from: 2883 called from: 3187 called from: 2602 called from: 226 called from: 1246”
The API call is relatively simple;
mutation {
create_board (board_name: “xxx”, board_kind: public, template_id: 123456789, workspace_id: 1234567, folder_id: 12345678 ,board_owner_ids: _12345678,12345679]) {
id
name
state
}}
Any ideas what am doing wrong? Or anything I can change to fix?