mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
Update schema.rst
This commit is contained in:
parent
db9d9a08f2
commit
12302b78f9
|
@ -71,8 +71,6 @@ For example with the ObjectType the ``last_name`` field name is converted to ``l
|
|||
last_name = graphene.String()
|
||||
other_name = graphene.String(name='_other_Name')
|
||||
|
||||
|
||||
|
||||
In case you don't want to apply this transformation, provide a ``name`` argument to the field constructor.
|
||||
``other_name`` converts to ``_other_Name`` (without further transformations).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user