Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: docs
  • Loading branch information
superlevure committed Oct 26, 2022
commit 673a28288d7d82021abb1e3516ae2d5c87844ec7
2 changes: 1 addition & 1 deletion docs/types/schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.