Searched refs:apolloLinkRequest (Results 1 – 1 of 1) sorted by relevance
53 const apolloLinkRequest = jest.spyOn(ApolloClient.link, 'request'); constant92 expect(apolloLinkRequest).toHaveBeenCalledTimes(1);93 const operation = apolloLinkRequest.mock.calls[0][0];