class GraphQL::Query::SerialExecution::ValueResolution::ScalarResolution

def non_null_result

Apply the scalar's defined `coerce_result` method to the value
def non_null_result
  field_type.coerce_result(value)
end