Issue with graphql api

I am getting this issue

{
“errors”: [
{
“message”: “Query has complexity of 203, which exceeds max complexity of 200”
}
]
}

while using this query
{
workspace(id: "repo id ") {
assignees {
nodes {
projects {
totalCount
}
}
}
}
}

I am also facing the same “Query has complexity…” error since yesterday. Could anyone from ZenHub team help in understanding the root cause and the resolution, please?

Hi jay_xperi and devedranm,

Our API has complexity limits to reduce load and strain on our servers, details around complexity limits can be found here. To avoid hitting this limit, try reducing the number of properties in the request.