We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545cba6 commit aea7be1Copy full SHA for aea7be1
Section 5 -- Validation.md
@@ -5,7 +5,7 @@ GraphQL does not just verify if a request is syntactically correct.
5
Prior to execution, it can also verify that a request is valid
6
within the context of a given GraphQL schema. Validation is primarily
7
targeted at development-time tooling. Any client-side tooling
8
-should returns errors and not allow the formulation of queries
+should return errors and not allow the formulation of queries
9
known to violate the type system at a given point in time.
10
11
Total request validation on the server-side during execution is optional. As
0 commit comments