Skip to content

Commit a749d02

Browse files
authored
Fixed mutations Input code. Fixed #398
1 parent 573101f commit a749d02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/types/mutations.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,5 @@ as complex of input data as you need
139139
#A location has a latlng associated to it
140140
class LocationInput(graphene.InputObjectType):
141141
name = graphene.String()
142-
latlng = graphene.InputField(LatLngInputType)
143-
142+
latlng = graphene.InputField(LatLngInput)
144143

0 commit comments

Comments
 (0)