We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51592fb commit c46c45dCopy full SHA for c46c45d
src/subscriptions.jl
@@ -105,7 +105,7 @@ function open_subscription(fn::Function,
105
"payload" => payload
106
)
107
message_str = JSON3.write(message)
108
- throw_if_assigned = Ref{GraphQLClientException}()
+ throw_if_assigned = Ref{GraphQLError}()
109
HTTP.WebSockets.open(client.ws_endpoint; retry=retry, headers=client.headers, suppress_close_error=false) do ws
110
# Start sub
111
output_info(verbose) && println("Starting $(get_name(subscription_name)) subscription with ID $sub_id")
0 commit comments