From b0932153ec582f0001e24333539924722d0b0e98 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sat, 8 Sep 2018 20:52:33 -0600 Subject: [PATCH] Update custommappingtypes.rst --- docs/custommappingtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custommappingtypes.rst b/docs/custommappingtypes.rst index db4a09d..89784c5 100644 --- a/docs/custommappingtypes.rst +++ b/docs/custommappingtypes.rst @@ -4,7 +4,7 @@ Custom Mapping Types Doctrine allows `Custom Mapping Types `_ 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::