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 beb2e4a commit 007768bCopy full SHA for 007768b
graphene_django/static/graphene_django/graphiql.js
@@ -123,8 +123,8 @@
123
if (operationType === "subscription") {
124
return {
125
subscribe: function (observer) {
126
- subscriptionClient.request(graphQLParams).subscribe(observer);
127
activeSubscription = subscriptionClient;
+ return subscriptionClient.request(graphQLParams, opts).subscribe(observer);
128
},
129
};
130
} else {
0 commit comments