mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
docs(graphql): fix text (#131)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user