Initial Save
This commit is contained in:
12
node_modules/apollo-link/lib/test-utils/testingUtils.d.ts
generated
vendored
Normal file
12
node_modules/apollo-link/lib/test-utils/testingUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ApolloLink } from '../link';
|
||||
export declare function checkCalls<T>(calls: any[], results: Array<T>): void;
|
||||
export interface TestResultType {
|
||||
link: ApolloLink;
|
||||
results?: any[];
|
||||
query?: string;
|
||||
done?: () => void;
|
||||
context?: any;
|
||||
variables?: any;
|
||||
}
|
||||
export declare function testLinkResults(params: TestResultType): void;
|
||||
//# sourceMappingURL=testingUtils.d.ts.map
|
||||
Reference in New Issue
Block a user