From c355d2e5ac9a2bd925dbed7f0992247f182627d5 Mon Sep 17 00:00:00 2001 From: Mike Bobadilla Date: Thu, 23 May 2019 21:52:22 -0700 Subject: [PATCH] Typo in documentation --- docs/types/objecttypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/objecttypes.rst b/docs/types/objecttypes.rst index 18f91bd3..1579258d 100644 --- a/docs/types/objecttypes.rst +++ b/docs/types/objecttypes.rst @@ -197,7 +197,7 @@ previous example you could do: Changing the name ----------------- -By default the type name in the GraphQL schema will the same as the class name +By default the type name in the GraphQL schema will be the same as the class name that defines the ``ObjectType``. This can be changed by setting the ``name`` property on the ``Meta`` class: