We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d9a0 commit 12302b7Copy full SHA for 12302b7
docs/types/schema.rst
@@ -71,8 +71,6 @@ For example with the ObjectType the ``last_name`` field name is converted to ``l
71
last_name = graphene.String()
72
other_name = graphene.String(name='_other_Name')
73
74
-
75
76
In case you don't want to apply this transformation, provide a ``name`` argument to the field constructor.
77
``other_name`` converts to ``_other_Name`` (without further transformations).
78
0 commit comments