From 8f834784feabc93e626c2d0e5ff31054b77c6108 Mon Sep 17 00:00:00 2001 From: Kyrch Date: Fri, 10 Apr 2026 01:20:40 -0300 Subject: [PATCH] docs(graphql): fix text (#131) --- docs/graphql/intro/ratelimiting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/intro/ratelimiting/index.md b/docs/graphql/intro/ratelimiting/index.md index 7200188..6120b2a 100644 --- a/docs/graphql/intro/ratelimiting/index.md +++ b/docs/graphql/intro/ratelimiting/index.md @@ -64,7 +64,7 @@ If your query exceeds this limit, the API will return a 200 status code with the ## Query Complexity Limit -Clients can request a lot of fields, can nest fields within other fields, which can quickly result in deeply nested queries. +Clients can request a lot of fields, which can quickly result in a lot of heavy logic. The AnimeThemes GraphQL API enforces a maximum of 250 fields per request.