lib/graphql/execution/multiplex.rb in graphql-1.8.7 vs lib/graphql/execution/multiplex.rb in graphql-1.8.8

- old
+ new

@@ -89,10 +89,10 @@ query = queries[idx] finish_query(data_result, query) # Get the Query::Result, not the Hash query.result end - rescue StandardError + rescue Exception # Assign values here so that the query's `@executed` becomes true queries.map { |q| q.result_values ||= {} } raise end