UNPKG

prisma-binding

Version:

[![CircleCI](https://circleci.com/gh/graphcool/graphcool-binding.svg?style=shield)](https://circleci.com/gh/graphcool/graphcool-binding) [![npm version](https://badge.fury.io/js/graphcool-binding.svg)](https://badge.fury.io/js/graphcool-binding)

7 lines (6 loc) 186 B
import { ApolloLink } from 'apollo-link'; export declare function makePrismaLink({endpoint, token, debug}: { endpoint: string; token: string; debug: boolean; }): ApolloLink;