class GraphQL::Schema::Subscription

def subscribe(args = {})

`:no_response` to (explicitly) return nothing.
Override it to return an object or
The default implementation returns nothing on subscribe.
def subscribe(args = {})
  :no_response
end