mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Improved scalar docs. Fixed #394
This commit is contained in:
parent
74400642ed
commit
b5cc0a81da
|
@ -72,4 +72,4 @@ Types mounted in a ``Field`` act as ``Argument``\ s.
|
|||
graphene.Field(graphene.String, to=graphene.String())
|
||||
|
||||
# Is equivalent to:
|
||||
graphene.Field(graphene.String, to=graphene.Argument(graphene.String()))
|
||||
graphene.Field(graphene.String, to=graphene.Argument(graphene.String))
|
||||
|
|
Loading…
Reference in New Issue
Block a user