Skip to content

Update GraphQL query limit docs to include mutations

Neil McCorrison requested to merge graphql-query-limits into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Through researching #390187 (closed) (Query too large error) we identified that our GraphQL docs highlight a limit for queries, but not mutations. This MR extends to include mutations for clarity.

Example showing limit enforced on a mutation, using GraphiQL. The solution, as directed by the docs, is to split out the data into an input parameter.

image

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Neil McCorrison

Merge request reports