Fixed mutations Input code. Fixed #398

This commit is contained in:
Syrus Akbary 2017-01-10 15:45:32 +01:00 committed by GitHub
parent 573101fc90
commit a749d02663

View File

@ -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)