Hi ,
When I try to export subitems data along with board and group details , I am getting below error message.
If I skip group or sub item info then I am getting results.
Can you please let me know workaround for this one.
Query has depth of 7, which exceeds max depth of 6.
{
boards(ids: 123) {
id
name
groups{
id
title
items_page(limit: 50) {
cursor
items {
id
name
subitems{
id
name
column_values {
column {
title
}
text
value
}
}
column_values {
column {
title
}
text
value
}
}
}
}
}
}
Thanks & Regards,
Madhu Kolli