Louis :emacs: on Nostr: npub1gagtf…fzal2 But here is a taste of it: ``` { "errors": [ { "message": "Query ...
npub1gagtfhlv5dlutspn6n68ptj5dkgcgzan3ntsfm5sjpr8hv08ttqqsfzal2 (npub1gag…zal2) But here is a taste of it:
```
{
"errors": [
{
"message": "Query cannot be executed. The maximum allowed complexity for a query is 11000 but it was 20200. Simplify the query e.g. by setting lower limits for collections.",
"extensions": {
"contentful": {
"code": "TOO_COMPLEX_QUERY",
"documentationUrl": „…“,
"details": {
"maximumCost": 11000,
"cost": 20200
}
}
}
}
]
}
```
```
{
"errors": [
{
"message": "Query cannot be executed. The maximum allowed complexity for a query is 11000 but it was 20200. Simplify the query e.g. by setting lower limits for collections.",
"extensions": {
"contentful": {
"code": "TOO_COMPLEX_QUERY",
"documentationUrl": „…“,
"details": {
"maximumCost": 11000,
"cost": 20200
}
}
}
}
]
}
```