argumentValues
fun argumentValues(variables: Executable.Variables, filter: (CompiledArgument) -> Boolean = { true }): Map<String, ApolloJsonElement>
Return
a map where the key is the name of the argument and the value the JSON value of that argument
Absent arguments are not returned