mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 12:02:19 +03:00
fix: docs
This commit is contained in:
parent
b0e179fcf5
commit
673a28288d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user