diff --git a/docs/types/mutations.rst b/docs/types/mutations.rst index e447dc34..9095ab58 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)