I’ve been using these API Queries for quite some time, and today I’m running into errors.
Here is the query:
query { boards (ids:xxxxxxx) {items { id assets { id name }}}}
The error I’m getting back:
{‘errors’: [{‘message’: ‘Query has complexity of 2011020, which exceeds max complexity of 1000000’}]
This board has less than 100 assets, so why would this happen suddenly?

