Skip to content

Commit b5fdd3e

Browse files
committed
remove redundant
1 parent 4c3d419 commit b5fdd3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/executing-queries.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ Validation is a required step in GraphQL execution, but it can become a performa
216216
run repeatedly — especially in production environments where queries are often static or pre-generated (e.g., persisted
217217
queries or queries emitted by client libraries).
218218

219-
To optimize for this, graphql-php supports pluggable validation caching. By implementing the `GraphQL\Validator\ValidationCache`
220-
interface and passing it to `GraphQL::executeQuery()`, you can skip validation for queries already known to be valid:
221-
222219
To optimize for this, `graphql-php` supports pluggable validation caching. By implementing the `GraphQL\Validator\ValidationCache` interface and passing it to
223220
`GraphQL::executeQuery()`, you can skip validation for queries that are already known to be valid.
224221

0 commit comments

Comments
 (0)