lib/graphql/schema/timeout.rb in graphql-2.0.18 vs lib/graphql/schema/timeout.rb in graphql-2.0.19
- old
+ new
@@ -79,10 +79,10 @@
@timeout.handle_timeout(error, query)
end
error
else
- yield
+ super
end
end
end
# Called at the start of each query.