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 7564d87 commit 1f72388Copy full SHA for 1f72388
src/graphql/index.js
@@ -15,6 +15,7 @@
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
+import { SubscriptionClient } from 'subscriptions-transport-ws'
19
import {
20
ApolloClient,
21
ApolloLink,
@@ -25,7 +26,6 @@ import {
25
26
import { getMainDefinition } from '@apollo/client/utilities'
27
import { WebSocketLink } from '@apollo/client/link/ws'
28
import { setContext } from '@apollo/client/link/context'
-import { SubscriptionClient } from 'subscriptions-transport-ws'
29
import { store } from '@/store/index'
30
import { createUrl, getCylcHeaders } from '@/utils/urls'
31
0 commit comments