From 673a28288d7d82021abb1e3516ae2d5c87844ec7 Mon Sep 17 00:00:00 2001 From: Laurent Riviere Date: Wed, 26 Oct 2022 08:12:00 +0000 Subject: [PATCH] fix: docs --- docs/types/schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/schema.rst b/docs/types/schema.rst index 407dbe9b..e7d2c101 100644 --- a/docs/types/schema.rst +++ b/docs/types/schema.rst @@ -239,6 +239,6 @@ You can override the prefix for a specific type by setting the ``type_name_prefi class MyGraphQlType(ObjectType): class Meta: - type_name_prefix = 'MyOtherPrefix' + type_name_prefix = '' This is useful when defining external types in a federated schema for example.