lib/graphql/subscriptions/instrumentation.rb in graphql-1.12.3 vs lib/graphql/subscriptions/instrumentation.rb in graphql-1.12.4
- old
+ new
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-# test_via: ../subscriptions.rb
module GraphQL
class Subscriptions
# Wrap the root fields of the subscription type with special logic for:
# - Registering the subscription during the first execution
# - Evaluating the triggered portion(s) of the subscription during later execution