argumentValue

Resolves field argument value by name.

This does not return the argument defautValue if any is present. That information is not stored in codegen at the moment. Variables are usually not coerced and the result might be slightly off if they needed coercion.

Return

Optional.Absent if no runtime value is present for this argument else returns the argument value with variables substituted for their values.