internal fun convertArgumentValueFromProperty(param: KProperty1<*, *>, argumentMap: Map<String, Any?>): Any?
Convert the argument from the argument map to a class we can pass to the Kotlin function.
Return
the parsed parameter
Parameters
param
the Kotlin property
argumentMap
the map of graphql parameter name to graphql argument