mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 14:26:08 +03:00
Fixed typo in docs, see #185
This commit is contained in:
parent
b17b1c3336
commit
57f5ee3783
@ -151,7 +151,7 @@ $myErrorHandler = function(array $errors, callable $formatter) {
|
|||||||
|
|
||||||
$result = GraphQL::executeQuery(/* $args */)
|
$result = GraphQL::executeQuery(/* $args */)
|
||||||
->setErrorFormatter($myErrorFormatter)
|
->setErrorFormatter($myErrorFormatter)
|
||||||
->setErrorHandler($myErrorHandler)
|
->setErrorsHandler($myErrorHandler)
|
||||||
->toArray();
|
->toArray();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user