mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-14 13:46:54 +03:00
Typo in documentation (#975)
This commit is contained in:
parent
f73055f72b
commit
1fcdeaac65
|
@ -197,7 +197,7 @@ previous example you could do:
|
||||||
Changing the name
|
Changing the name
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
By default the type name in the GraphQL schema will the same as the class name
|
By default the type name in the GraphQL schema will be the same as the class name
|
||||||
that defines the ``ObjectType``. This can be changed by setting the ``name``
|
that defines the ``ObjectType``. This can be changed by setting the ``name``
|
||||||
property on the ``Meta`` class:
|
property on the ``Meta`` class:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user