Increased complexity for the users query
May 1st, 2022
We have increased the complexity for the base “users” query by 10x, to better align with the load this operation does on our servers.
For example, this query will now cost 10,010 complexity points, instead of 1010:
query {
complexity {
query
}
users {
id
}
}