Skip to content

Commit

Permalink
Update custommappingtypes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson authored Sep 9, 2018
1 parent 35a523c commit b093215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custommappingtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Custom Mapping Types
Doctrine allows `Custom Mapping Types <https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/cookbook/custom-mapping-types.html>`_

You must create a custom GraphQL type for the field for handling serialization, etc.
See 'ZF\Doctrine\GraphQL\Type\DateTimeType' for an example of a custom GraphQL type.
See **ZF\\Doctrine\\GraphQL\\Type\\DateTimeType** for an example of a custom GraphQL type.

Add the new custom GraphQL type to your configuration::

Expand Down

0 comments on commit b093215

Please sign in to comment.