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 7440064 commit b5cc0a8Copy full SHA for b5cc0a8
docs/types/scalars.rst
@@ -72,4 +72,4 @@ Types mounted in a ``Field`` act as ``Argument``\ s.
72
graphene.Field(graphene.String, to=graphene.String())
73
74
# Is equivalent to:
75
- graphene.Field(graphene.String, to=graphene.Argument(graphene.String()))
+ graphene.Field(graphene.String, to=graphene.Argument(graphene.String))
0 commit comments