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: