class GraphQL::Query::NullContext::NullQuery

Public Instance Methods

with_error_handling() { || ... } click to toggle source
# File lib/graphql/query/null_context.rb, line 15
def with_error_handling
  yield
end