internal fun convertArgumentValueFromParam(param: KParameter, 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 parameter

argumentMap

the map of graphql parameter name to graphql argument