UNPKG

191 BTypeScriptView Raw
1import { ApolloLink } from 'apollo-link';
2export declare function makePrismaLink({ endpoint, token, debug, }: {
3 endpoint: string;
4 token?: string;
5 debug?: boolean;
6}): ApolloLink;