fix: docs

This commit is contained in:
Laurent Riviere 2022-10-26 08:12:00 +00:00
parent b0e179fcf5
commit 673a28288d

View File

@ -239,6 +239,6 @@ You can override the prefix for a specific type by setting the ``type_name_prefi
class MyGraphQlType(ObjectType): class MyGraphQlType(ObjectType):
class Meta: class Meta:
type_name_prefix = 'MyOtherPrefix' type_name_prefix = ''
This is useful when defining external types in a federated schema for example. This is useful when defining external types in a federated schema for example.