MCPcopy
hub / github.com/apollographql/apollo-client / MockedResponse

Interface MockedResponse

packages/apollo-client/benchmark/index.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import { collectAndReportBenchmarks } from './github-reporter';
25
26interface MockedResponse {
27 request: Operation;
28 result?: FetchResult;
29 error?: Error;
30 delay?: number;
31}
32
33function mockSingleLink(...mockedResponses: MockedResponse[]): ApolloLink {
34 return new MockLink(mockedResponses);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…