Skip to content

Commit 12302b7

Browse files
Update schema.rst
1 parent db9d9a0 commit 12302b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/types/schema.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ For example with the ObjectType the ``last_name`` field name is converted to ``l
7171
last_name = graphene.String()
7272
other_name = graphene.String(name='_other_Name')
7373
74-
75-
7674
In case you don't want to apply this transformation, provide a ``name`` argument to the field constructor.
7775
``other_name`` converts to ``_other_Name`` (without further transformations).
7876

0 commit comments

Comments
 (0)