Searched refs:ApolloClient (Results 1 – 8 of 8) sorted by relevance
52 const ApolloClient = require('../ApolloClient').default; constant53 const apolloLinkRequest = jest.spyOn(ApolloClient.link, 'request');75 await ApolloClient.query({88 ApolloClient.resetStore();
10 import ApolloClient from './api/ApolloClient';25 <ApolloProvider client={ApolloClient}>
14 import ApolloClient from './api/ApolloClient';106 ApolloClient.query<Home_CurrentUserActorQuery, Home_CurrentUserActorQueryVariables>({163 const homeScreenData = await ApolloClient.query<
3 import ApolloClient from '../api/ApolloClient';33 ApolloClient.resetStore();
1 import { ApolloClient } from '@apollo/client';8 client: ApolloClient<any>,
1 import { ApolloClient, InMemoryCache, from } from '@apollo/client';77 export default new ApolloClient({
9 import ApolloClient from '../../api/ApolloClient';114 const viewerPrimaryAccountNameResult = await ApolloClient.query<
27 import ApolloClient from '../../api/ApolloClient';253 ? ApolloClient.query<HomeScreenDataQuery, HomeScreenDataQueryVariables>({