UNPKG

272 BTypeScriptView Raw
1import { ApolloLink, GraphQLRequest } from 'apollo-link';
2export declare type ContextSetter = (operation: GraphQLRequest, prevContext: any) => Promise<any> | any;
3export declare function setContext(setter: ContextSetter): ApolloLink;
4//# sourceMappingURL=index.d.ts.map
\No newline at end of file