Skip to content
Snippets Groups Projects

[graphql] Convert to using the new query interpreter runtime

Merged Brett Walker requested to merge bw-graphql-interpreter into master
1 unresolved thread
Compare and
40 files
+ 424
270
Compare changes
  • Side-by-side
  • Inline
Files
40
@@ -40,7 +40,7 @@ def ready?(**args)
true
end
def load_application_object(argument, lookup_as_type, id, context)
def load_application_object(argument, id, context)
::Gitlab::Graphql::Lazy.new { super }.catch(::GraphQL::UnauthorizedError) do |e|
Gitlab::ErrorTracking.track_exception(e)
# The default behaviour is to abort processing and return nil for the
Loading