Commit f5c82c28 authored by Alex Kalderimis's avatar Alex Kalderimis

Add issue reference

parent df6252d0
......@@ -19,6 +19,7 @@ module Gitlab
# This is the legacy code-path, hit if the field has a @resolver_proc
# TODO: remove this when resolve procs are removed from the
# graphql-ruby library, and all field instrumentation is removed.
# See: https://github.com/rmosolgo/graphql-ruby/issues/3385
presented = field.owner.try(:present, object, attrs) || object
yield(presented, arguments)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment