Skip to content

Commit

Permalink
Fixed mutations Input code. Fixed #398
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 10, 2017
1 parent 573101f commit a749d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/types/mutations.rst
Expand Up @@ -139,6 +139,5 @@ as complex of input data as you need
#A location has a latlng associated to it
class LocationInput(graphene.InputObjectType):
name = graphene.String()
latlng = graphene.InputField(LatLngInputType)
latlng = graphene.InputField(LatLngInput)

0 comments on commit a749d02

Please sign in to comment.