getArgument

fun getArgument(name: String): Optional<InternalValue>

Returns the argument for field name

The argument is coerced according to the configured Coercing so it is safe to force cast the result to the matching type.