I’m querying all boards in our account and I am only getting 25 boards returned. Many of the boards I’m looking for are not included.
Here is my query:
monday.api(
`query {
complexity{
query
}
boards() {
id
name
owner {
id
name
}
}
}`
)
I’ve tried removing the complexity code block thinking that might be the issue but with no success.