File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ they should be reported in the list of "errors" in the response and the request
9393must fail without execution.
9494
9595Typically validation is performed in the context of a request immediately before
96- processing , however a GraphQL service may process a request without immediately
97- validating the document if that exact same document is known to have been
98- validated before. A GraphQL service should only execute operations which _ at
99- some point_ were known to be free of any validation errors, and have since not
100- changed.
96+ calling {Request()} , however a GraphQL service may process a request without
97+ immediately validating the document if that exact same document is known to have
98+ been validated before. A GraphQL service should only execute operations which
99+ _ at some point_ were known to be free of any validation errors, and have since
100+ not changed.
101101
102102For example: the document may be validated during development, provided it does
103103not later change, or a service may validate a document once and memoize the
You can’t perform that action at this time.
0 commit comments