mirror of
https://github.com/vuejs/apollo.git
synced 2026-02-01 14:37:18 +00:00
fix: unused import
This commit is contained in:
parent
f17ae22d3b
commit
786dc5bc25
@ -1,7 +1,7 @@
|
||||
import { ref, watch, onUnmounted, Ref, isRef, computed } from '@vue/composition-api'
|
||||
import Vue from 'vue'
|
||||
import { DocumentNode } from 'graphql'
|
||||
import ApolloClient, { OperationVariables, WatchQueryOptions, ObservableQuery, ApolloQueryResult, SubscribeToMoreOptions } from 'apollo-client'
|
||||
import { OperationVariables, WatchQueryOptions, ObservableQuery, ApolloQueryResult, SubscribeToMoreOptions } from 'apollo-client'
|
||||
import { Subscription } from 'apollo-client/util/Observable'
|
||||
import { useApolloClient } from './useApolloClient'
|
||||
import { ReactiveFunction } from './util/ReactiveFunction'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user