@speckle/apollo-composable
Version:
Apollo GraphQL for Vue Composition API
8 lines (7 loc) • 747 B
TypeScript
export { useQuery, UseQueryOptions, UseQueryReturn, } from './useQuery';
export { useLazyQuery, } from './useLazyQuery';
export { useMutation, UseMutationOptions, UseMutationReturn, MutateFunction, MutateOverrideOptions, MutateResult, } from './useMutation';
export { useSubscription, UseSubscriptionOptions, UseSubscriptionReturn, } from './useSubscription';
export { useResult, UseResultReturn, } from './useResult';
export { useQueryLoading, useGlobalQueryLoading, useMutationLoading, useGlobalMutationLoading, useSubscriptionLoading, useGlobalSubscriptionLoading, } from './useLoading';
export { DefaultApolloClient, ApolloClients, useApolloClient, UseApolloClientReturn, provideApolloClient, provideApolloClients, } from './useApolloClient';