Skip to content

Commit 4c3d419

Browse files
committed
formatting
1 parent 707f257 commit 4c3d419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/executing-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ 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:
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:
221221

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

0 commit comments

Comments
 (0)