From a749d02663a078552dbc21ae035ff75afdf286e2 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 10 Jan 2017 15:45:32 +0100 Subject: [PATCH] Fixed mutations Input code. Fixed #398 --- docs/types/mutations.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/types/mutations.rst b/docs/types/mutations.rst index e447dc348..9095ab586 100644 --- a/docs/types/mutations.rst +++ b/docs/types/mutations.rst @@ -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)