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 Show latest version
9 files
+ 9
72
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -43,8 +43,6 @@ def load_application_object(argument, id, context)
::Gitlab::Graphql::Lazy.new { super }
end
# TODO: can this be moved to the schema object:
# https://graphql-ruby.org/authorization/authorization.html#handling-unauthorized-objects
def unauthorized_object(error)
# The default behavior is to abort processing and return nil for the
# entire mutation field, but not set any top-level errors. We prefer to
Loading