Skip to content

Commit

Permalink
Added internals section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Jun 23, 2018
1 parent 0e0aca9 commit 9068484
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,12 @@ Hydrator Extract Tool

All hydrator extract operations are handled through the Hydrator Extract Tool. This tool is engineered to be overridden
thanks to a service manager alias. Should you find the need to add custom caching to hydrator results this is where to
to it.
do it. To register a custom hydrator extract tool use
```php
'aliases' => [
'ZF\Doctrine\GraphQL\Hydrator\HydratorExtractTool' => CustomExtractTool::class,
],
```


Field Resolver
Expand Down

0 comments on commit 9068484

Please sign in to comment.