mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Fixed mutations Input code. Fixed #398
This commit is contained in:
parent
573101fc90
commit
a749d02663
|
@ -139,6 +139,5 @@ as complex of input data as you need
|
||||||
#A location has a latlng associated to it
|
#A location has a latlng associated to it
|
||||||
class LocationInput(graphene.InputObjectType):
|
class LocationInput(graphene.InputObjectType):
|
||||||
name = graphene.String()
|
name = graphene.String()
|
||||||
latlng = graphene.InputField(LatLngInputType)
|
latlng = graphene.InputField(LatLngInput)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user