diff --git a/lib/graphql/schema.rb b/lib/graphql/schema.rb index f6f50ad2b6..862774a26a 100644 --- a/lib/graphql/schema.rb +++ b/lib/graphql/schema.rb @@ -184,7 +184,7 @@ def initialize @introspection_namespace = nil @introspection_system = nil @interpeter = false - @error_bubbling = true + @error_bubbling = false end # @return [Boolean] True if using the new {GraphQL::Execution::Interpreter}